Skip to content

Commit

Permalink
make generate
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeShu committed Feb 22, 2022
1 parent f79e5e0 commit 637c9bc
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 19 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,21 @@ Please see the [Envoy documentation](https://www.envoyproxy.io/docs/envoy/latest

## RELEASE NOTES

## [2.2.1] 2022-02-22
[2.2.1]: https://github.com/datawire/edge-stack/releases/v2.2.1

## Ambassador Edge Stack

- Change: Support for the Envoy V2 API is deprecated as of Ambassador Edge Stack v2.1, and will be removed
in Ambassador Edge Stack v3.0. The `AMBASSADOR_ENVOY_API_VERSION` environment variable will be
removed at the same time. Only the Envoy V3 API will be supported (this has been the default since
Ambassador Edge Stack v1.14.0).

- Security: Upgraded Envoy to address security vulnerabilities CVE-2021-43824, CVE-2021-43825, CVE-2021-43826,
CVE-2022-21654, and CVE-2022-21655.

- Bugfix: The Ambassador Agent now correctly supports requests to cancel a rollout.

## [2.2.0] 2022-02-10
[2.2.0]: https://github.com/datawire/edge-stack/releases/v2.2.0

Expand Down
8 changes: 4 additions & 4 deletions charts/edge-stack/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: emissary-ingress
repository: https://s3.amazonaws.com/datawire-static-files/charts-dev
version: 7.3.1-0.20220218203457-b727aaae1f2f
digest: sha256:b7a7c9f227e128ef34a02666f30dc7514852d953ce5a2f911caf4b14ba77b358
generated: "2022-02-18T14:33:50.762297228-07:00"
repository: https://s3.amazonaws.com/datawire-static-files/charts
version: 7.3.1
digest: sha256:fbe74819194ad56fc13ed31c6f286e7533b7302030a7efb5bb764179f0f98e6a
generated: "2022-02-22T14:31:12.48815216-07:00"
2 changes: 1 addition & 1 deletion manifests/edge-stack/aes-ambassadorns-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ spec:
serviceAccountName: edge-stack-agent
containers:
- name: agent
image: docker.io/datawire/aes:2.2.0
image: docker.io/datawire/aes:2.2.1
imagePullPolicy: IfNotPresent
command: [agent]
ports:
Expand Down
2 changes: 1 addition & 1 deletion manifests/edge-stack/aes-ambassadorns-migration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ spec:

containers:
- name: aes
image: docker.io/datawire/aes:2.2.0
image: docker.io/datawire/aes:2.2.1
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down
4 changes: 2 additions & 2 deletions manifests/edge-stack/aes-ambassadorns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ spec:
serviceAccountName: edge-stack-agent
containers:
- name: agent
image: docker.io/datawire/aes:2.2.0
image: docker.io/datawire/aes:2.2.1
imagePullPolicy: IfNotPresent
command: [agent]
ports:
Expand Down Expand Up @@ -593,7 +593,7 @@ spec:

containers:
- name: aes
image: docker.io/datawire/aes:2.2.0
image: docker.io/datawire/aes:2.2.1
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down
2 changes: 1 addition & 1 deletion manifests/edge-stack/aes-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5553,7 +5553,7 @@ spec:
serviceAccountName: emissary-apiext
containers:
- name: emissary-apiext
image: docker.io/datawire/aes:2.2.0
image: docker.io/datawire/aes:2.2.1
imagePullPolicy: IfNotPresent
command: [ "apiext", "emissary-apiext" ]
ports:
Expand Down
2 changes: 1 addition & 1 deletion manifests/edge-stack/aes-defaultns-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ spec:
serviceAccountName: edge-stack-agent
containers:
- name: agent
image: docker.io/datawire/aes:2.2.0
image: docker.io/datawire/aes:2.2.1
imagePullPolicy: IfNotPresent
command: [agent]
ports:
Expand Down
2 changes: 1 addition & 1 deletion manifests/edge-stack/aes-defaultns-migration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ spec:

containers:
- name: aes
image: docker.io/datawire/aes:2.2.0
image: docker.io/datawire/aes:2.2.1
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down
4 changes: 2 additions & 2 deletions manifests/edge-stack/aes-defaultns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ spec:
serviceAccountName: edge-stack-agent
containers:
- name: agent
image: docker.io/datawire/aes:2.2.0
image: docker.io/datawire/aes:2.2.1
imagePullPolicy: IfNotPresent
command: [agent]
ports:
Expand Down Expand Up @@ -585,7 +585,7 @@ spec:

containers:
- name: aes
image: docker.io/datawire/aes:2.2.0
image: docker.io/datawire/aes:2.2.1
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down
2 changes: 1 addition & 1 deletion manifests/edge-stack/aes-emissaryns-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ spec:
serviceAccountName: edge-stack-agent
containers:
- name: agent
image: docker.io/datawire/aes:2.2.0
image: docker.io/datawire/aes:2.2.1
imagePullPolicy: IfNotPresent
command: [agent]
ports:
Expand Down
2 changes: 1 addition & 1 deletion manifests/edge-stack/aes-emissaryns-migration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ spec:

containers:
- name: aes
image: docker.io/datawire/aes:2.2.0
image: docker.io/datawire/aes:2.2.1
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down
4 changes: 2 additions & 2 deletions manifests/edge-stack/aes-emissaryns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ spec:
serviceAccountName: edge-stack-agent
containers:
- name: agent
image: docker.io/datawire/aes:2.2.0
image: docker.io/datawire/aes:2.2.1
imagePullPolicy: IfNotPresent
command: [agent]
ports:
Expand Down Expand Up @@ -593,7 +593,7 @@ spec:

containers:
- name: aes
image: docker.io/datawire/aes:2.2.0
image: docker.io/datawire/aes:2.2.1
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down
4 changes: 2 additions & 2 deletions manifests/edge-stack/aes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ spec:
serviceAccountName: edge-stack-agent
containers:
- name: agent
image: docker.io/datawire/aes:2.2.0
image: docker.io/datawire/aes:2.2.1
imagePullPolicy: IfNotPresent
command: [agent]
ports:
Expand Down Expand Up @@ -593,7 +593,7 @@ spec:

containers:
- name: aes
image: docker.io/datawire/aes:2.2.0
image: docker.io/datawire/aes:2.2.1
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down

0 comments on commit 637c9bc

Please sign in to comment.