Skip to content

Commit

Permalink
Prepare 1.14.4 GA
Browse files Browse the repository at this point in the history
Signed-off-by: Luke Shumaker <lukeshu@datawire.io>
  • Loading branch information
LukeShu committed Jun 13, 2022
1 parent 153af3e commit 4f3f7f8
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Please see the [Envoy documentation](https://www.envoyproxy.io/docs/envoy/latest

## RELEASE NOTES

## [1.14.4] June 09, 2022
## [1.14.4] June 13, 2022
[1.14.4]: https://github.com/emissary-ingress/emissary/compare/v1.14.3...v1.14.4

### Emissary Ingress and Ambassador Edge Stack
Expand Down
6 changes: 3 additions & 3 deletions charts/ambassador/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v1
appVersion: 1.14.4-rc.2
ossVersion: 1.14.4-rc.2
appVersion: 1.14.4
ossVersion: 1.14.4
description: A Helm chart for Datawire Ambassador
name: ambassador
version: 6.9.5-rc.2
version: 6.9.5
icon: https://www.getambassador.io/images/logo.png
home: https://www.getambassador.io/
sources:
Expand Down
4 changes: 2 additions & 2 deletions charts/ambassador/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ security:
# rule: MustRunAsNonRoot

image:
ossTag: 1.14.4-rc.2
aesTag: 1.14.4-rc.2
ossTag: 1.14.4
aesTag: 1.14.4
pullPolicy: IfNotPresent
ossRepository: docker.io/datawire/ambassador
aesRepository: docker.io/datawire/aes
Expand Down
2 changes: 1 addition & 1 deletion docs/releaseNotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
changelog: https://github.com/emissary-ingress/emissary/blob/$branch$/CHANGELOG.md
items:
- version: 1.14.4
date: '2022-06-09'
date: '2022-06-13'
notes:
- title: Envoy security updates
type: security
Expand Down
4 changes: 2 additions & 2 deletions docs/yaml/aes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ spec:
secretName: ambassador-edge-stack
containers:
- name: aes
image: docker.io/datawire/aes:1.14.4-rc.2
image: docker.io/datawire/aes:1.14.4
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down Expand Up @@ -653,7 +653,7 @@ spec:
serviceAccountName: ambassador-agent
containers:
- name: agent
image: docker.io/datawire/aes:1.14.4-rc.2
image: docker.io/datawire/aes:1.14.4
imagePullPolicy: IfNotPresent
command: [agent]
env:
Expand Down
2 changes: 1 addition & 1 deletion docs/yaml/ambassador-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ spec:
serviceAccountName: ambassador-agent
containers:
- name: agent
image: docker.io/datawire/aes:1.14.4-rc.2
image: docker.io/datawire/aes:1.14.4
imagePullPolicy: IfNotPresent
command: [agent]
env:
Expand Down
4 changes: 2 additions & 2 deletions docs/yaml/ambassador/ambassador-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ spec:
path: labels
containers:
- name: ambassador
image: docker.io/datawire/ambassador:1.14.4-rc.2
image: docker.io/datawire/ambassador:1.14.4
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down Expand Up @@ -404,7 +404,7 @@ spec:
serviceAccountName: ambassador-agent
containers:
- name: agent
image: docker.io/datawire/ambassador:1.14.4-rc.2
image: docker.io/datawire/ambassador:1.14.4
imagePullPolicy: IfNotPresent
command: [agent]
env:
Expand Down
2 changes: 1 addition & 1 deletion docs/yaml/oss-migration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ spec:
secretName: ambassador-edge-stack
containers:
- name: aes
image: docker.io/datawire/aes:1.14.4-rc.2
image: docker.io/datawire/aes:1.14.4
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down
4 changes: 2 additions & 2 deletions manifests/ambassador/ambassador.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ spec:
path: labels
containers:
- name: ambassador
image: docker.io/datawire/ambassador:1.14.4-rc.2
image: docker.io/datawire/ambassador:1.14.4
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down Expand Up @@ -404,7 +404,7 @@ spec:
serviceAccountName: ambassador-agent
containers:
- name: agent
image: docker.io/datawire/ambassador:1.14.4-rc.2
image: docker.io/datawire/ambassador:1.14.4
imagePullPolicy: IfNotPresent
command: [agent]
env:
Expand Down

0 comments on commit 4f3f7f8

Please sign in to comment.