Skip to content

Commit c5dac17

Browse files
committed
Prepare the 2.1.1-rc.0 release
Signed-off-by: Luke Shumaker <lukeshu@datawire.io>
1 parent 5a228cf commit c5dac17

12 files changed

+43
-13
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,17 @@ Please see the [Envoy documentation](https://www.envoyproxy.io/docs/envoy/latest
7777

7878
## RELEASE NOTES
7979

80+
## [2.1.1] 2022-01-13
81+
[2.1.1]: https://github.com/datawire/edge-stack/releases/v2.1.1
82+
83+
## Ambassador Edge Stack
84+
85+
- Bugfix: In Edge Stack 2.1.0, it erroneously ignored `Filters`, `FilterPolicies`, and `RateLimits` that
86+
were created as `v3alpha1` (but correctly paid attention to them if they were created as `v2` or
87+
older). This is fixed; it will now correctly pay attention to both API versions. ([3945])
88+
89+
[3945]: https://github.com/emissary-ingress/emissary/issues/3982
90+
8091
## [2.1.0] 2021-12-16
8192
[2.1.0]: https://github.com/datawire/edge-stack/releases/v2.1.0
8293

VERSION

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

charts/edge-stack/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
This file documents all notable changes to Edge Stack Helm Chart. The release
44
numbering uses [semantic versioning](http://semver.org).
55

6+
## v7.2.1
7+
8+
- Update Edge Stack chart image to version v2.1.1: [CHANGELOG](https://github.com/datawire/edge-stack/blob/master/CHANGELOG.md)
9+
610
## v7.2.0
711

812
- Update Edge Stack chart image to version v2.1.0: [CHANGELOG](https://github.com/emissary-ingress/emissary/blob/master/CHANGELOG.md)

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.0
2+
appVersion: 2.1.1-rc.0
33
description: A Helm chart for Ambassador Edge Stack
44
name: edge-stack
5-
version: 7.2.0
5+
version: 7.2.1-rc.0
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.0
73+
tag: 2.1.1-rc.0
7474
pullPolicy: IfNotPresent
7575

7676
rbac:

docs/releaseNotes.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,21 @@
3131

3232
changelog: https://github.com/datawire/edge-stack/blob/$branch$/CHANGELOG.md
3333
items:
34+
- version: 2.1.1
35+
date: '2022-01-13'
36+
notes:
37+
- title: Fix discovery of Filters, FilterPolicies, and RateLimits
38+
type: bugfix
39+
body: >-
40+
In Edge Stack 2.1.0, it erroneously ignored <code>Filters</code>,
41+
<code>FilterPolicies</code>, and <code>RateLimits</code> that were created as
42+
<code>v3alpha1</code> (but correctly paid attention to them if they were created as
43+
<code>v2</code> or older). This is fixed; it will now correctly pay attention to both API
44+
versions.
45+
github:
46+
- title: 3945
47+
link: https://github.com/emissary-ingress/emissary/issues/3982
48+
3449
- version: 2.1.0
3550
date: '2021-12-16'
3651
notes:

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.0
4749+
image: docker.io/datawire/aes:2.1.1-rc.0
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.0
143+
image: docker.io/datawire/aes:2.1.1-rc.0
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.0
512+
image: docker.io/datawire/aes:2.1.1-rc.0
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.0
584+
image: docker.io/datawire/aes:2.1.1-rc.0
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.0
143+
image: docker.io/datawire/aes:2.1.1-rc.0
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.0
520+
image: docker.io/datawire/aes:2.1.1-rc.0
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.0
592+
image: docker.io/datawire/aes:2.1.1-rc.0
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.0
520+
image: docker.io/datawire/aes:2.1.1-rc.0
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.0
592+
image: docker.io/datawire/aes:2.1.1-rc.0
593593
imagePullPolicy: IfNotPresent
594594
ports:
595595
- name: http

0 commit comments

Comments
 (0)