Skip to content

Commit

Permalink
agent: bump to latest z-patch
Browse files Browse the repository at this point in the history
This bumps the default ambassador agent
to be 1.0.14 to address some smaller bug fixes.

Updates change log to include this and the other
RBAC issue.

Signed-off-by: Lance Austin <laustin@datawire.io>
  • Loading branch information
Lance Austin authored and LanceEa committed Aug 17, 2023
1 parent adb17e3 commit fb7455d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions charts/emissary-ingress/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ numbering uses [semantic versioning](http://semver.org).
## v8.8.0 - TBD

- Upgrade Emissary to v3.8.0 [CHANGELOG](https://github.com/emissary-ingress/emissary/blob/master/CHANGELOG.md)
- Fix: Ambassador Agent RBAC so that it can properly find cloud connect tokens in a secret
- Upgrade Ambassador Agent to the latest z-path of 1.0.14.

## v8.7.1 - 2023-07-13

Expand Down
2 changes: 1 addition & 1 deletion charts/emissary-ingress/values.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ agent:
createArgoRBAC: true
image:
# Leave blank to use image.repository and image.tag
tag: 1.0.3
tag: 1.0.14
repository: docker.io/ambassador/ambassador-agent
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion manifests/emissary/emissary-defaultns.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ spec:
value: "true"
- name: AES_DIAGNOSTICS_URL
value: http://emissary-ingress-admin.default:8877/ambassador/v0/diag/?json=true
image: docker.io/ambassador/ambassador-agent:1.0.3
image: docker.io/ambassador/ambassador-agent:1.0.14
imagePullPolicy: IfNotPresent
name: agent
ports:
Expand Down
2 changes: 1 addition & 1 deletion manifests/emissary/emissary-emissaryns.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ spec:
value: "true"
- name: AES_DIAGNOSTICS_URL
value: http://emissary-ingress-admin.emissary:8877/ambassador/v0/diag/?json=true
image: docker.io/ambassador/ambassador-agent:1.0.3
image: docker.io/ambassador/ambassador-agent:1.0.14
imagePullPolicy: IfNotPresent
name: agent
ports:
Expand Down

0 comments on commit fb7455d

Please sign in to comment.