Skip to content

Commit b57cada

Browse files
Automator: update common-files@master in istio/istio.io@master (#10016)
1 parent 8f9f335 commit b57cada

File tree

4 files changed

+3
-30
lines changed

4 files changed

+3
-30
lines changed

BUGS-AND-FEATURE-REQUESTS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ You can report bugs and feature requests to the Istio team in one of three place
77
- [Community and Governance Issues](https://github.com/istio/community/issues)
88

99
For security vulnerabilities, please don't report a bug (which is public) and instead follow
10-
[these procedures](https://istio.io/latest/docs/releases/security-vulnerabilities/).
10+
[these procedures](https://istio.io/about/security-vulnerabilities/).

CONTRIBUTING.md

-27
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,3 @@
33
So you want to hack on Istio? Yay! Please refer to Istio's overall
44
[contribution guidelines](https://github.com/istio/community/blob/master/CONTRIBUTING.md)
55
to find out how you can help.
6-
7-
## Promote your company on istio.io
8-
9-
If your company supports Istio, you can list it on our [Ecosystem page](https://istio.io/latest/about/ecosystem/).
10-
We have categories for *providers* (who offer hosted or managed Istio services
11-
to their customers), *professional services* (who offer implementation support
12-
or consulting for Istio) and *integrations* (commercial or open source products
13-
that work with Istio).
14-
15-
To add an entry to this page, edit [data/companies.yml](data/companies.yml)
16-
and add your information in the `providers`, `pro_services` or `integrations`
17-
section, as appropriate. Please add your company logo, preferably in SVG
18-
format, to [static/logos](static/logos).
19-
20-
The Istio steering committee reserves the right to remove logos of companies that
21-
are not demeed to be in good standing in the community.
22-
23-
## Tell the world you're using Istio
24-
25-
Are you running Istio in production? List yourself on our [Case Studies](https://istio.io/latest/about/case-studies/) page.
26-
27-
If you want to add your logo to our wall of users, add an entry to the `users`
28-
section in [data/companies.yml](data/companies.yml), and add your logo,
29-
preferably in SVG format, to [static/logos](static/logos).
30-
31-
If you'd like to be interviewed for a full case study, please [create an issue](https://github.com/istio/istio.io/issues/new),
32-
and we'll be in touch!

common/.commonfiles.sha

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
56effa02ca79657bb302583886d2cfbc74abbea6
1+
d9ec1db4554ad47f8756a86e8df0571703a92ee5

common/scripts/setup_env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ fi
6363

6464
# Build image to use
6565
if [[ "${IMAGE_VERSION:-}" == "" ]]; then
66-
export IMAGE_VERSION=master-2021-06-16T23-16-54
66+
export IMAGE_VERSION=master-2021-06-28T18-08-04
6767
fi
6868
if [[ "${IMAGE_NAME:-}" == "" ]]; then
6969
export IMAGE_NAME=build-tools

0 commit comments

Comments
 (0)