Skip to content

Commit ce1c5e6

Browse files
update istio@ test reference (#17410)
* Automator: update istio@ test reference * fix multicluster verify output (istio/istio#59942) --------- Co-authored-by: istio-testing <istio-testing-bot@google.com>
1 parent 96bf396 commit ce1c5e6

6 files changed

Lines changed: 58 additions & 58 deletions

File tree

content/en/docs/ambient/install/multicluster/verify/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ of the remote cluster.
3131

3232
{{< text bash >}}
3333
$ istioctl remote-clusters --context="${CTX_CLUSTER1}"
34-
NAME SECRET STATUS ISTIOD
35-
cluster1 synced istiod-7b74b769db-kb4kj
36-
cluster2 istio-system/istio-remote-secret-cluster2 synced istiod-7b74b769db-kb4kj
34+
NAME SECRET STATUS ISTIOD REVISION
35+
cluster1 synced istiod-7b74b769db-kb4kj default
36+
cluster2 istio-system/istio-remote-secret-cluster2 synced istiod-7b74b769db-kb4kj default
3737
{{< /text >}}
3838

3939
All clusters should indicate their status as `synced`. If a cluster is listed with

content/en/docs/ambient/install/multicluster/verify/snips.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ istioctl remote-clusters --context="${CTX_CLUSTER1}"
2525
}
2626

2727
! IFS=$'\n' read -r -d '' snip_verify_multicluster_1_out <<\ENDSNIP
28-
NAME SECRET STATUS ISTIOD
29-
cluster1 synced istiod-7b74b769db-kb4kj
30-
cluster2 istio-system/istio-remote-secret-cluster2 synced istiod-7b74b769db-kb4kj
28+
NAME SECRET STATUS ISTIOD REVISION
29+
cluster1 synced istiod-7b74b769db-kb4kj default
30+
cluster2 istio-system/istio-remote-secret-cluster2 synced istiod-7b74b769db-kb4kj default
3131
ENDSNIP
3232

3333
snip_deploy_the_helloworld_service_1() {

content/en/docs/setup/install/multicluster/verify/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ of the remote cluster.
2929

3030
{{< text bash >}}
3131
$ istioctl remote-clusters --context="${CTX_CLUSTER1}"
32-
NAME SECRET STATUS ISTIOD
33-
cluster1 synced istiod-7b74b769db-kb4kj
34-
cluster2 istio-system/istio-remote-secret-cluster2 synced istiod-7b74b769db-kb4kj
32+
NAME SECRET STATUS ISTIOD REVISION
33+
cluster1 synced istiod-7b74b769db-kb4kj default
34+
cluster2 istio-system/istio-remote-secret-cluster2 synced istiod-7b74b769db-kb4kj default
3535
{{< /text >}}
3636

3737
All clusters should indicate their status as `synced`. If a cluster is listed with

content/en/docs/setup/install/multicluster/verify/snips.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ istioctl remote-clusters --context="${CTX_CLUSTER1}"
2525
}
2626

2727
! IFS=$'\n' read -r -d '' snip_verify_multicluster_1_out <<\ENDSNIP
28-
NAME SECRET STATUS ISTIOD
29-
cluster1 synced istiod-7b74b769db-kb4kj
30-
cluster2 istio-system/istio-remote-secret-cluster2 synced istiod-7b74b769db-kb4kj
28+
NAME SECRET STATUS ISTIOD REVISION
29+
cluster1 synced istiod-7b74b769db-kb4kj default
30+
cluster2 istio-system/istio-remote-secret-cluster2 synced istiod-7b74b769db-kb4kj default
3131
ENDSNIP
3232

3333
snip_deploy_the_helloworld_service_1() {

go.mod

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ replace github.com/imdario/mergo => github.com/imdario/mergo v0.3.5
88
require (
99
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
1010
golang.org/x/sync v0.20.0
11-
istio.io/istio v0.0.0-20260517024741-f48d1ae88afb
11+
istio.io/istio v0.0.0-20260530015333-63c2461cb6a5
1212
k8s.io/apimachinery v0.36.0
1313
k8s.io/client-go v0.36.0
1414
)
@@ -39,8 +39,8 @@ require (
3939
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
4040
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
4141
github.com/emicklei/go-restful/v3 v3.13.0 // indirect
42-
github.com/envoyproxy/go-control-plane/contrib v1.36.1-0.20260515010941-d9e0f651b1a5 // indirect
43-
github.com/envoyproxy/go-control-plane/envoy v1.37.1-0.20260515010941-d9e0f651b1a5 // indirect
42+
github.com/envoyproxy/go-control-plane/contrib v1.36.1-0.20260523003051-13fbb3da6c97 // indirect
43+
github.com/envoyproxy/go-control-plane/envoy v1.37.1-0.20260523003051-13fbb3da6c97 // indirect
4444
github.com/envoyproxy/protoc-gen-validate v1.3.3 // indirect
4545
github.com/evanphx/json-patch v5.9.11+incompatible // indirect
4646
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
@@ -55,15 +55,15 @@ require (
5555
github.com/go-logr/stdr v1.2.2 // indirect
5656
github.com/go-openapi/jsonpointer v0.22.5 // indirect
5757
github.com/go-openapi/jsonreference v0.21.5 // indirect
58-
github.com/go-openapi/swag v0.25.4 // indirect
59-
github.com/go-openapi/swag/cmdutils v0.25.4 // indirect
58+
github.com/go-openapi/swag v0.25.5 // indirect
59+
github.com/go-openapi/swag/cmdutils v0.25.5 // indirect
6060
github.com/go-openapi/swag/conv v0.25.5 // indirect
6161
github.com/go-openapi/swag/fileutils v0.25.5 // indirect
6262
github.com/go-openapi/swag/jsonname v0.25.5 // indirect
6363
github.com/go-openapi/swag/jsonutils v0.25.5 // indirect
6464
github.com/go-openapi/swag/loading v0.25.5 // indirect
6565
github.com/go-openapi/swag/mangling v0.25.5 // indirect
66-
github.com/go-openapi/swag/netutils v0.25.4 // indirect
66+
github.com/go-openapi/swag/netutils v0.25.5 // indirect
6767
github.com/go-openapi/swag/stringutils v0.25.5 // indirect
6868
github.com/go-openapi/swag/typeutils v0.25.5 // indirect
6969
github.com/go-openapi/swag/yamlutils v0.25.5 // indirect
@@ -75,7 +75,7 @@ require (
7575
github.com/google/cel-go v0.28.1 // indirect
7676
github.com/google/gnostic-models v0.7.1 // indirect
7777
github.com/google/go-cmp v0.7.0 // indirect
78-
github.com/google/go-containerregistry v0.21.5 // indirect
78+
github.com/google/go-containerregistry v0.21.6 // indirect
7979
github.com/google/uuid v1.6.0 // indirect
8080
github.com/gorilla/mux v1.8.1 // indirect
8181
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
@@ -158,26 +158,26 @@ require (
158158
go.yaml.in/yaml/v3 v3.0.4 // indirect
159159
golang.org/x/crypto v0.51.0 // indirect
160160
golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa // indirect
161-
golang.org/x/mod v0.35.0 // indirect
162-
golang.org/x/net v0.54.0 // indirect
161+
golang.org/x/mod v0.36.0 // indirect
162+
golang.org/x/net v0.55.0 // indirect
163163
golang.org/x/oauth2 v0.36.0 // indirect
164-
golang.org/x/sys v0.44.0 // indirect
164+
golang.org/x/sys v0.45.0 // indirect
165165
golang.org/x/term v0.43.0 // indirect
166166
golang.org/x/text v0.37.0 // indirect
167167
golang.org/x/time v0.15.0 // indirect
168-
golang.org/x/tools v0.44.0 // indirect
168+
golang.org/x/tools v0.45.0 // indirect
169169
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
170170
google.golang.org/genproto/googleapis/api v0.0.0-20260504160031-60b97b32f348 // indirect
171171
google.golang.org/genproto/googleapis/rpc v0.0.0-20260504160031-60b97b32f348 // indirect
172-
google.golang.org/grpc v1.81.0 // indirect
172+
google.golang.org/grpc v1.81.1 // indirect
173173
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af // indirect
174174
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
175175
gopkg.in/inf.v0 v0.9.1 // indirect
176176
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
177177
gopkg.in/yaml.v2 v2.4.0 // indirect
178178
gopkg.in/yaml.v3 v3.0.1 // indirect
179-
helm.sh/helm/v4 v4.1.4 // indirect
180-
istio.io/api v1.30.0-alpha.1.0.20260512142528-e13eb1c9b79a // indirect
179+
helm.sh/helm/v4 v4.2.0 // indirect
180+
istio.io/api v1.30.0-alpha.1.0.20260529193334-f1c6b8c80dcb // indirect
181181
istio.io/client-go v1.30.0-beta.0 // indirect
182182
k8s.io/api v0.36.0 // indirect
183183
k8s.io/apiextensions-apiserver v0.36.0 // indirect

0 commit comments

Comments
 (0)