Skip to content

Commit 44cac04

Browse files
committed
Prepare the 2.1.1 GA release
Signed-off-by: Luke Shumaker <lukeshu@datawire.io>
1 parent c5dac17 commit 44cac04

9 files changed

+13
-13
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.1-rc.0
1+
2.1.1

charts/edge-stack/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
2-
appVersion: 2.1.1-rc.0
2+
appVersion: 2.1.1
33
description: A Helm chart for Ambassador Edge Stack
44
name: edge-stack
5-
version: 7.2.1-rc.0
5+
version: 7.2.1
66
# TODO: change these to whatever the appropriate things are
77
icon: https://www.getambassador.io/images/logo.png
88
home: https://www.getambassador.io/

charts/edge-stack/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ emissary-ingress: # +doc-gen:break
7070

7171
image:
7272
repository: docker.io/datawire/aes
73-
tag: 2.1.1-rc.0
73+
tag: 2.1.1
7474
pullPolicy: IfNotPresent
7575

7676
rbac:

manifests/edge-stack/aes-crds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4746,7 +4746,7 @@ spec:
47464746
serviceAccountName: emissary-apiext
47474747
containers:
47484748
- name: emissary-apiext
4749-
image: docker.io/datawire/aes:2.1.1-rc.0
4749+
image: docker.io/datawire/aes:2.1.1
47504750
imagePullPolicy: IfNotPresent
47514751
command: [ "apiext", "emissary-apiext" ]
47524752
ports:

manifests/edge-stack/aes-defaultns-migration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ spec:
140140

141141
containers:
142142
- name: aes
143-
image: docker.io/datawire/aes:2.1.1-rc.0
143+
image: docker.io/datawire/aes:2.1.1
144144
imagePullPolicy: IfNotPresent
145145
ports:
146146
- name: http

manifests/edge-stack/aes-defaultns.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ spec:
509509
serviceAccountName: edge-stack-agent
510510
containers:
511511
- name: agent
512-
image: docker.io/datawire/aes:2.1.1-rc.0
512+
image: docker.io/datawire/aes:2.1.1
513513
imagePullPolicy: IfNotPresent
514514
command: [agent]
515515
env:
@@ -581,7 +581,7 @@ spec:
581581

582582
containers:
583583
- name: aes
584-
image: docker.io/datawire/aes:2.1.1-rc.0
584+
image: docker.io/datawire/aes:2.1.1
585585
imagePullPolicy: IfNotPresent
586586
ports:
587587
- name: http

manifests/edge-stack/aes-emissaryns-migration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ spec:
140140

141141
containers:
142142
- name: aes
143-
image: docker.io/datawire/aes:2.1.1-rc.0
143+
image: docker.io/datawire/aes:2.1.1
144144
imagePullPolicy: IfNotPresent
145145
ports:
146146
- name: http

manifests/edge-stack/aes-emissaryns.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ spec:
517517
serviceAccountName: edge-stack-agent
518518
containers:
519519
- name: agent
520-
image: docker.io/datawire/aes:2.1.1-rc.0
520+
image: docker.io/datawire/aes:2.1.1
521521
imagePullPolicy: IfNotPresent
522522
command: [agent]
523523
env:
@@ -589,7 +589,7 @@ spec:
589589

590590
containers:
591591
- name: aes
592-
image: docker.io/datawire/aes:2.1.1-rc.0
592+
image: docker.io/datawire/aes:2.1.1
593593
imagePullPolicy: IfNotPresent
594594
ports:
595595
- name: http

manifests/edge-stack/aes.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ spec:
517517
serviceAccountName: edge-stack-agent
518518
containers:
519519
- name: agent
520-
image: docker.io/datawire/aes:2.1.1-rc.0
520+
image: docker.io/datawire/aes:2.1.1
521521
imagePullPolicy: IfNotPresent
522522
command: [agent]
523523
env:
@@ -589,7 +589,7 @@ spec:
589589

590590
containers:
591591
- name: aes
592-
image: docker.io/datawire/aes:2.1.1-rc.0
592+
image: docker.io/datawire/aes:2.1.1
593593
imagePullPolicy: IfNotPresent
594594
ports:
595595
- name: http

0 commit comments

Comments
 (0)