Skip to content

Commit ca68413

Browse files
sriraju12ShubhoBhadrakushagraj81sergii-sshAdarsh-Prakash-Agarwal
authored
Bump Rev 1.27.5-asm.0 (#1785)
* Bump Rev 1.27.0-asm.0 (#1734) * add binary 126 to common.sh (#1730) * bump-1.27.0-asm.0 * bump-1.27.0-asm.0 --------- Co-authored-by: kushagraj81 <kushagrajais@google.com> * bump-1.27.1-asm.2 (#1746) * Bump Rev 1.27.1-asm.5 (#1750) * Bump rev 1.27.2-asm.1 (#1764) * Bump rev 1.27.4-asm.1 (#1770) * Bump Rev 1.27.5-asm.0 (#1784) --------- Co-authored-by: Shubho Bhadra <shubhob@google.com> Co-authored-by: kushagraj81 <kushagrajais@google.com> Co-authored-by: sergii-ssh <83605538+sergii-ssh@users.noreply.github.com> Co-authored-by: Adarsh-Prakash-Agarwal <68561624+Adarsh-Prakash-Agarwal@users.noreply.github.com> Co-authored-by: Akshay J Nambiar <akshayjnambiar@users.noreply.github.com> Co-authored-by: Hrushikesh Shelar <37904080+hrushikesh-shelar@users.noreply.github.com>
1 parent 0cefc56 commit ca68413

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.27.5-asm.0
8080
isSet: true
8181
io.k8s.cli.setters.anthos.servicemesh.managed-controlplane.vpcsc.enabled:
8282
type: string

asmcli/asmcli

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

asmcli/asmcli.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ _CI_I_AM_A_TEST_ROBOT="${_CI_I_AM_A_TEST_ROBOT:=0}"; readonly _CI_I_AM_A_TEST_RO
3636
### Internal variables ###
3737
MAJOR="${MAJOR:=1}"; readonly MAJOR;
3838
MINOR="${MINOR:=27}"; readonly MINOR;
39-
POINT="${POINT:=4}"; readonly POINT;
40-
REV="${REV:=1}"; readonly REV;
39+
POINT="${POINT:=5}"; readonly POINT;
40+
REV="${REV:=0}"; readonly REV;
4141
CONFIG_VER="${CONFIG_VER:="1"}"; readonly CONFIG_VER;
4242
K8S_MINOR=0
4343

0 commit comments

Comments
 (0)