Skip to content

Commit afce9a4

Browse files
Bump Rev 1.28.2-asm.4 (#1779)
* Bump Rev 1.28.0-asm.0 (#1768) * Bump Rev 1.28.2-asm.4 (#1778) --------- Co-authored-by: Hrushikesh Shelar <37904080+hrushikesh-shelar@users.noreply.github.com>
1 parent 2d93c04 commit afce9a4

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

asm/Kptfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ openAPI:
7676
x-k8s-cli:
7777
setter:
7878
name: anthos.servicemesh.tag
79-
value: 1.27.4-asm.1
79+
value: 1.28.2-asm.4
8080
isSet: true
8181
io.k8s.cli.setters.anthos.servicemesh.managed-controlplane.vpcsc.enabled:
8282
type: string

asmcli/asmcli

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

asmcli/asmcli.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ _CI_I_AM_A_TEST_ROBOT="${_CI_I_AM_A_TEST_ROBOT:=0}"; readonly _CI_I_AM_A_TEST_RO
3535

3636
### Internal variables ###
3737
MAJOR="${MAJOR:=1}"; readonly MAJOR;
38-
MINOR="${MINOR:=27}"; readonly MINOR;
39-
POINT="${POINT:=4}"; readonly POINT;
40-
REV="${REV:=1}"; readonly REV;
38+
MINOR="${MINOR:=28}"; readonly MINOR;
39+
POINT="${POINT:=2}"; readonly POINT;
40+
REV="${REV:=4}"; readonly REV;
4141
CONFIG_VER="${CONFIG_VER:="1"}"; readonly CONFIG_VER;
4242
K8S_MINOR=0
4343

scripts/release-asm/common.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ trap 'gsutil retention "${HOLD_TYPE}" release gs://"${STABLE_VERSION_FILE_PATH}"
2424

2525
prod_releases() {
2626
cat << EOF
27-
release 1.25
2827
release 1.26
2928
release 1.27
29+
release 1.28
3030
EOF
3131
}
3232

3333
CURRENT_RELEASE="$(prod_releases | tail -n 1)"; readonly CURRENT_RELEASE
3434

3535
staging_releases() {
3636
cat << EOF
37-
staging 1.25
3837
staging 1.26
3938
staging 1.27
39+
staging 1.28
4040
EOF
4141
}
4242

0 commit comments

Comments
 (0)