Skip to content

Commit 006ed3b

Browse files
upgrade to latest dependencies (#3267)
bumping knative.dev/net-istio d78daae...59b2af9: > 59b2af9 Add CODEOWNERS file for approvals (# 525) > 8f54647 Add placeholder.go back to fix docs (# 524) > b4a6e68 Add namespace to stable's extra folder to fix nightly builds (# 523) > b1ad166 Update common github actions (# 522) > ac33e6d upgrade to latest dependencies (# 521) > 326d3f8 Update common github actions (# 520) > f5b6a3e upgrade to latest dependencies (# 519) > 15efaf1 upgrade to latest dependencies (# 518) > c7fa1a5 Temporarily disable mTLS STRICT in mesh mode. (# 517) > f4200d6 Move 1.8.2 to stable and 1.9.0 to latest (# 515) Signed-off-by: Knative Automation <[email protected]>
1 parent 9e15174 commit 006ed3b

File tree

10 files changed

+21
-26
lines changed

10 files changed

+21
-26
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
gopkg.in/go-playground/webhooks.v3 v3.13.0
1919
gopkg.in/yaml.v2 v2.3.0
2020
knative.dev/hack v0.0.0-20210203173706-8368e1f6eacf
21-
knative.dev/net-istio v0.20.1-0.20210211111923-d78daae8ad93
21+
knative.dev/net-istio v0.20.1-0.20210219212303-59b2af9679f7
2222
)
2323

2424
replace go.opencensus.io => go.opencensus.io v0.20.2

go.sum

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,10 +1099,11 @@ k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89/go.mod h1:sZAwmy6armz5eXlNoLmJcl
10991099
k8s.io/utils v0.0.0-20200729134348-d5654de09c73/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA=
11001100
knative.dev/hack v0.0.0-20210203173706-8368e1f6eacf h1:u4cY4jr2LYvhoz/1HBWEPsMiLkm0HMdDTfmmw1RE8zE=
11011101
knative.dev/hack v0.0.0-20210203173706-8368e1f6eacf/go.mod h1:PHt8x8yX5Z9pPquBEfIj0X66f8iWkWfR0S/sarACJrI=
1102-
knative.dev/net-istio v0.20.1-0.20210211111923-d78daae8ad93 h1:0yFVF+TkIUNTZGE6SbaBgyHrVtM/yI5s9C1rzHO9LeA=
1103-
knative.dev/net-istio v0.20.1-0.20210211111923-d78daae8ad93/go.mod h1:AcZrCQtvvbLbiacGSsDO7kYvvlR5WlUAybKmGuVDKRg=
1104-
knative.dev/networking v0.0.0-20210209171856-855092348016/go.mod h1:NQPUbkM8iJDoeOnSq/LnLfgIq8nID5uPEjstTPWujKE=
1105-
knative.dev/pkg v0.0.0-20210208175252-a02dcff9ee26/go.mod h1:TJSdebQOWX5N2bszohOYVi0H1QtXbtlYLuMghAFBMhY=
1102+
knative.dev/net-istio v0.20.1-0.20210219212303-59b2af9679f7 h1:gvSi8xifF84Bvgye0LjFECXNeNbJd7kqJ6+x8Clk3IM=
1103+
knative.dev/net-istio v0.20.1-0.20210219212303-59b2af9679f7/go.mod h1:QyRaEKLeUgHuFi8g6HAy+4cquaNLYqD/9mhT+Nnqj1U=
1104+
knative.dev/networking v0.0.0-20210216014426-94bfc013982b/go.mod h1:Crdn87hxdFd3Jj6PIyrjzGnr8OGHX35k5xo9jlOrjjA=
1105+
knative.dev/pkg v0.0.0-20210215165523-84c98f3c3e7a/go.mod h1:TJSdebQOWX5N2bszohOYVi0H1QtXbtlYLuMghAFBMhY=
1106+
knative.dev/pkg v0.0.0-20210216013737-584933f8280b/go.mod h1:TJSdebQOWX5N2bszohOYVi0H1QtXbtlYLuMghAFBMhY=
11061107
pgregory.net/rapid v0.3.3/go.mod h1:UYpPVyjFHzYBGHIxLFoupi8vwk6rXNzRY9OMvVxFIOU=
11071108
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
11081109
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=

vendor/knative.dev/net-istio/third_party/istio-stable/install-istio.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
source $(dirname $0)/../download-istio.sh
1818

1919
# Download Istio
20-
download_istio 1.7.7
20+
download_istio 1.8.2
2121
trap cleanup_istio EXIT
2222

23-
# Install Istio
24-
${ISTIO_DIR}/bin/istioctl install -f "$(dirname $0)/$1"
23+
${ISTIO_DIR}/bin/istioctl install -f "$(dirname $0)/$1" -y
2524

25+
# Temporarily disable this (https://github.com/knative-sandbox/net-istio/issues/503)
2626
# Enable mTLS STRICT in mesh mode
27-
if [[ $MESH -eq 1 ]]; then
28-
kubectl apply -f "$(dirname $0)/extra/global-mtls.yaml"
29-
fi
27+
# if [[ $MESH -eq 1 ]]; then
28+
# kubectl apply -f "$(dirname $0)/extra/global-mtls.yaml"
29+
# fi

vendor/knative.dev/net-istio/third_party/istio-stable/istio-ci-mesh.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ spec:
4343
addonComponents:
4444
pilot:
4545
enabled: true
46-
prometheus:
47-
enabled: false
4846

4947
components:
5048
ingressGateways:

vendor/knative.dev/net-istio/third_party/istio-stable/istio-ci-no-mesh.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ spec:
3636
addonComponents:
3737
pilot:
3838
enabled: true
39-
prometheus:
40-
enabled: false
4139

4240
components:
4341
ingressGateways:

vendor/knative.dev/net-istio/third_party/istio-stable/istio-kind-mesh.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ spec:
4545
addonComponents:
4646
pilot:
4747
enabled: true
48-
prometheus:
49-
enabled: false
5048

5149
components:
5250
ingressGateways:

vendor/knative.dev/net-istio/third_party/istio-stable/istio-kind-no-mesh.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ spec:
3838
addonComponents:
3939
pilot:
4040
enabled: true
41-
prometheus:
42-
enabled: false
4341

4442
components:
4543
ingressGateways:

vendor/knative.dev/net-istio/third_party/istio-stable/istio-minimal.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ spec:
2727
addonComponents:
2828
pilot:
2929
enabled: true
30-
prometheus:
31-
enabled: false
3230

3331
components:
3432
ingressGateways:
Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
/*
2-
Copyright 2020 The Knative Authors
2+
Copyright 2021 The Knative Authors
3+
34
Licensed under the Apache License, Version 2.0 (the "License");
45
you may not use this file except in compliance with the License.
56
You may obtain a copy of the License at
6-
https://www.apache.org/licenses/LICENSE-2.0
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
710
Unless required by applicable law or agreed to in writing, software
811
distributed under the License is distributed on an "AS IS" BASIS,
912
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1013
See the License for the specific language governing permissions and
1114
limitations under the License.
1215
*/
1316

14-
// Package config exists to make the config directory importable.
15-
package config
17+
// Package stable enables the istio configuration to be vendored so that
18+
// downstream repos can vendor configs with `go mod`.
19+
package stable

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ gopkg.in/yaml.v2
272272
# knative.dev/hack v0.0.0-20210203173706-8368e1f6eacf
273273
## explicit
274274
knative.dev/hack
275-
# knative.dev/net-istio v0.20.1-0.20210211111923-d78daae8ad93
275+
# knative.dev/net-istio v0.20.1-0.20210219212303-59b2af9679f7
276276
## explicit
277277
knative.dev/net-istio/third_party
278278
knative.dev/net-istio/third_party/istio-stable

0 commit comments

Comments
 (0)