Skip to content

Commit f07f065

Browse files
authored
bump ASM version to 1.17 (#1030)
1 parent 304fe55 commit f07f065

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cmd/generate-release/scripts/install-asm.bash

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ else
3333
echo "gcloud CLI is already available, skipping installation"
3434
fi
3535

36-
curl https://storage.googleapis.com/csm-artifacts/asm/asmcli_1.16 >asmcli
36+
curl https://storage.googleapis.com/csm-artifacts/asm/asmcli_1.17 >asmcli
3737
chmod +x asmcli
3838

3939
gcloud container clusters get-credentials "${CLUSTER_NAME}" \
@@ -67,9 +67,9 @@ else
6767
kubectl label namespace asm-gateways istio-injection- istio.io/rev="$REVISION" --overwrite
6868
fi
6969

70-
# Not everything in theis folder is applicable, some files are only for certain versions of K8s
70+
# Not everything in this folder is applicable, some files(HPA) are only for certain versions of K8s
7171
# so a blanket -f won't work:
72-
# https://github.com/GoogleCloudPlatform/anthos-service-mesh-packages/tree/1.16.4-asm.2+config1/samples/gateways/istio-ingressgateway
72+
# https://github.com/GoogleCloudPlatform/anthos-service-mesh-packages/tree/release-1.17/samples/gateways/istio-ingressgateway
7373
kubectl apply -n asm-gateways \
7474
-f out/samples/gateways/istio-ingressgateway/deployment.yaml \
7575
-f out/samples/gateways/istio-ingressgateway/autoscalingv2/autoscaling-v2.yaml \

pkg/kf/commands/dependencies/dependencies.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ func newDependencies() []dependency {
120120
InfoURL: "https://cloud.google.com/service-mesh/docs/gke-install-overview",
121121
// This version is fetched from the asmcli script. It needs to be
122122
// updated by hand until we have a programtic way to fetch it.
123-
ResolveVersion: staticVersionResolver("1.16.4-asm.2+config1"),
123+
ResolveVersion: staticVersionResolver("1.17.4-asm.2+config1"),
124124
ResolveURL: func(version string) (string, error) {
125125
const URL = "https://github.com/GoogleCloudPlatform/anthos-service-mesh-packages/releases/tag/%s"
126126
return fmt.Sprintf(URL, version), nil

0 commit comments

Comments
 (0)