Skip to content

Commit 637c9bc

Browse files
committed
make generate
1 parent f79e5e0 commit 637c9bc

13 files changed

+34
-19
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,21 @@ Please see the [Envoy documentation](https://www.envoyproxy.io/docs/envoy/latest
7777

7878
## RELEASE NOTES
7979

80+
## [2.2.1] 2022-02-22
81+
[2.2.1]: https://github.com/datawire/edge-stack/releases/v2.2.1
82+
83+
## Ambassador Edge Stack
84+
85+
- Change: Support for the Envoy V2 API is deprecated as of Ambassador Edge Stack v2.1, and will be removed
86+
in Ambassador Edge Stack v3.0. The `AMBASSADOR_ENVOY_API_VERSION` environment variable will be
87+
removed at the same time. Only the Envoy V3 API will be supported (this has been the default since
88+
Ambassador Edge Stack v1.14.0).
89+
90+
- Security: Upgraded Envoy to address security vulnerabilities CVE-2021-43824, CVE-2021-43825, CVE-2021-43826,
91+
CVE-2022-21654, and CVE-2022-21655.
92+
93+
- Bugfix: The Ambassador Agent now correctly supports requests to cancel a rollout.
94+
8095
## [2.2.0] 2022-02-10
8196
[2.2.0]: https://github.com/datawire/edge-stack/releases/v2.2.0
8297

charts/edge-stack/Chart.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: emissary-ingress
3-
repository: https://s3.amazonaws.com/datawire-static-files/charts-dev
4-
version: 7.3.1-0.20220218203457-b727aaae1f2f
5-
digest: sha256:b7a7c9f227e128ef34a02666f30dc7514852d953ce5a2f911caf4b14ba77b358
6-
generated: "2022-02-18T14:33:50.762297228-07:00"
3+
repository: https://s3.amazonaws.com/datawire-static-files/charts
4+
version: 7.3.1
5+
digest: sha256:fbe74819194ad56fc13ed31c6f286e7533b7302030a7efb5bb764179f0f98e6a
6+
generated: "2022-02-22T14:31:12.48815216-07:00"

manifests/edge-stack/aes-ambassadorns-agent.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ spec:
273273
serviceAccountName: edge-stack-agent
274274
containers:
275275
- name: agent
276-
image: docker.io/datawire/aes:2.2.0
276+
image: docker.io/datawire/aes:2.2.1
277277
imagePullPolicy: IfNotPresent
278278
command: [agent]
279279
ports:

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

+1-1
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.2.0
143+
image: docker.io/datawire/aes:2.2.1
144144
imagePullPolicy: IfNotPresent
145145
ports:
146146
- name: http

manifests/edge-stack/aes-ambassadorns.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ spec:
518518
serviceAccountName: edge-stack-agent
519519
containers:
520520
- name: agent
521-
image: docker.io/datawire/aes:2.2.0
521+
image: docker.io/datawire/aes:2.2.1
522522
imagePullPolicy: IfNotPresent
523523
command: [agent]
524524
ports:
@@ -593,7 +593,7 @@ spec:
593593

594594
containers:
595595
- name: aes
596-
image: docker.io/datawire/aes:2.2.0
596+
image: docker.io/datawire/aes:2.2.1
597597
imagePullPolicy: IfNotPresent
598598
ports:
599599
- name: http

manifests/edge-stack/aes-crds.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5553,7 +5553,7 @@ spec:
55535553
serviceAccountName: emissary-apiext
55545554
containers:
55555555
- name: emissary-apiext
5556-
image: docker.io/datawire/aes:2.2.0
5556+
image: docker.io/datawire/aes:2.2.1
55575557
imagePullPolicy: IfNotPresent
55585558
command: [ "apiext", "emissary-apiext" ]
55595559
ports:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ spec:
273273
serviceAccountName: edge-stack-agent
274274
containers:
275275
- name: agent
276-
image: docker.io/datawire/aes:2.2.0
276+
image: docker.io/datawire/aes:2.2.1
277277
imagePullPolicy: IfNotPresent
278278
command: [agent]
279279
ports:

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

+1-1
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.2.0
143+
image: docker.io/datawire/aes:2.2.1
144144
imagePullPolicy: IfNotPresent
145145
ports:
146146
- name: http

manifests/edge-stack/aes-defaultns.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ spec:
510510
serviceAccountName: edge-stack-agent
511511
containers:
512512
- name: agent
513-
image: docker.io/datawire/aes:2.2.0
513+
image: docker.io/datawire/aes:2.2.1
514514
imagePullPolicy: IfNotPresent
515515
command: [agent]
516516
ports:
@@ -585,7 +585,7 @@ spec:
585585

586586
containers:
587587
- name: aes
588-
image: docker.io/datawire/aes:2.2.0
588+
image: docker.io/datawire/aes:2.2.1
589589
imagePullPolicy: IfNotPresent
590590
ports:
591591
- name: http

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ spec:
273273
serviceAccountName: edge-stack-agent
274274
containers:
275275
- name: agent
276-
image: docker.io/datawire/aes:2.2.0
276+
image: docker.io/datawire/aes:2.2.1
277277
imagePullPolicy: IfNotPresent
278278
command: [agent]
279279
ports:

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

+1-1
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.2.0
143+
image: docker.io/datawire/aes:2.2.1
144144
imagePullPolicy: IfNotPresent
145145
ports:
146146
- name: http

manifests/edge-stack/aes-emissaryns.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ spec:
518518
serviceAccountName: edge-stack-agent
519519
containers:
520520
- name: agent
521-
image: docker.io/datawire/aes:2.2.0
521+
image: docker.io/datawire/aes:2.2.1
522522
imagePullPolicy: IfNotPresent
523523
command: [agent]
524524
ports:
@@ -593,7 +593,7 @@ spec:
593593

594594
containers:
595595
- name: aes
596-
image: docker.io/datawire/aes:2.2.0
596+
image: docker.io/datawire/aes:2.2.1
597597
imagePullPolicy: IfNotPresent
598598
ports:
599599
- name: http

manifests/edge-stack/aes.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ spec:
518518
serviceAccountName: edge-stack-agent
519519
containers:
520520
- name: agent
521-
image: docker.io/datawire/aes:2.2.0
521+
image: docker.io/datawire/aes:2.2.1
522522
imagePullPolicy: IfNotPresent
523523
command: [agent]
524524
ports:
@@ -593,7 +593,7 @@ spec:
593593

594594
containers:
595595
- name: aes
596-
image: docker.io/datawire/aes:2.2.0
596+
image: docker.io/datawire/aes:2.2.1
597597
imagePullPolicy: IfNotPresent
598598
ports:
599599
- name: http

0 commit comments

Comments
 (0)