Skip to content

Commit

Permalink
Prepare 2.2.1 GA [ci-skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeShu committed Feb 22, 2022
1 parent c725c3d commit f79e5e0
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.2.1
4 changes: 4 additions & 0 deletions charts/edge-stack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
This file documents all notable changes to Edge Stack Helm Chart. The release
numbering uses [semantic versioning](http://semver.org).

## v7.3.1

- Update Edge Stack chart image to version v2.2.1: [CHANGELOG](https://github.com/datawire/edge-stack/blob/master/CHANGELOG.md)

## v7.3.0

- Update Edge Stack chart image to version v2.2.0: [CHANGELOG](https://github.com/datawire/edge-stack/blob/master/CHANGELOG.md)
Expand Down
8 changes: 4 additions & 4 deletions charts/edge-stack/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 2.2.0
appVersion: 2.2.1
description: A Helm chart for Ambassador Edge Stack
name: edge-stack
version: 7.3.0
version: 7.3.1
# TODO: change these to whatever the appropriate things are
icon: https://www.getambassador.io/images/logo.png
home: https://www.getambassador.io/
Expand All @@ -27,5 +27,5 @@ maintainers:
engine: gotpl
dependencies:
- name: emissary-ingress
version: 7.3.1-0.20220218203457-b727aaae1f2f
repository: https://s3.amazonaws.com/datawire-static-files/charts-dev
version: 7.3.1
repository: https://s3.amazonaws.com/datawire-static-files/charts
2 changes: 1 addition & 1 deletion charts/edge-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ emissary-ingress: # +doc-gen:break

image:
repository: docker.io/datawire/aes
tag: 2.2.0
tag: 2.2.1
pullPolicy: IfNotPresent

rbac:
Expand Down
22 changes: 22 additions & 0 deletions docs/releaseNotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,28 @@

changelog: https://github.com/datawire/edge-stack/blob/$branch$/CHANGELOG.md
items:
- version: 2.2.1
date: '2022-02-22'
notes:
- title: Envoy V2 API deprecation
type: change
body: >-
Support for the Envoy V2 API is deprecated as of $productName$ v2.1, and will be removed in $productName$
v3.0. The <code>AMBASSADOR_ENVOY_API_VERSION</code> environment variable will be removed at the same
time. Only the Envoy V3 API will be supported (this has been the default since $productName$ v1.14.0).
- title: Envoy security updates
type: security
body: >-
Upgraded Envoy to address security vulnerabilities CVE-2021-43824, CVE-2021-43825, CVE-2021-43826,
CVE-2022-21654, and CVE-2022-21655.
docs: https://groups.google.com/g/envoy-announce/c/bIUgEDKHl4g
- title: Correctly support canceling rollouts
type: bugfix
body: >-
The Ambassador Agent now correctly supports requests to cancel a rollout.
docs: ../../argo/latest/howtos/manage-rollouts-using-cloud

- version: 2.2.0
date: '2022-02-10'
notes:
Expand Down

0 comments on commit f79e5e0

Please sign in to comment.