From ffef215fdeca2641649b39d3ad62dde8058902ac Mon Sep 17 00:00:00 2001 From: Flynn Date: Wed, 3 Feb 2021 23:51:07 -0500 Subject: [PATCH] Update for Ambassador 1.11.1 --- CHANGELOG.md | 4 ++++ Chart.yaml | 6 +++--- README.md | 2 +- values.yaml | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcd785732..c3c19b56e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ numbering uses [semantic versioning](http://semver.org). ## Next Release +## v6.5.18 + +- Update Ambassador to version v1.11.1: [CHANGELOG](https://github.com/datawire/ambassador/blob/master/CHANGELOG.md) + ## v6.5.17 - Update Ambassador to version v1.11.0: [CHANGELOG](https://github.com/datawire/ambassador/blob/master/CHANGELOG.md) diff --git a/Chart.yaml b/Chart.yaml index 304c6898c..33b82d670 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v1 -appVersion: 1.11.0 -ossVersion: 1.11.0 +appVersion: 1.11.1 +ossVersion: 1.11.1 description: A Helm chart for Datawire Ambassador name: ambassador -version: 6.5.17 +version: 6.5.18 icon: https://www.getambassador.io/images/logo.png home: https://www.getambassador.io/ sources: diff --git a/README.md b/README.md index 34b3d55ab..478c40611 100755 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ The following tables lists the configurable parameters of the Ambassador chart a | `envRaw` | Additional environment variables in raw YAML format | `{}` | | `image.pullPolicy` | Ambassador image pull policy | `IfNotPresent` | | `image.repository` | Ambassador image | `docker.io/datawire/aes` | -| `image.tag` | Ambassador image tag | `1.11.0` | +| `image.tag` | Ambassador image tag | `1.11.1` | | `imagePullSecrets` | Image pull secrets | `[]` | | `namespace.name` | Set the `AMBASSADOR_NAMESPACE` environment variable | `metadata.namespace` | | `scope.singleNamespace` | Set the `AMBASSADOR_SINGLE_NAMESPACE` environment variable and create namespaced RBAC if `rbac.enabled: true` | `false` | diff --git a/values.yaml b/values.yaml index b0977dff8..0743c5b14 100644 --- a/values.yaml +++ b/values.yaml @@ -119,7 +119,7 @@ security: image: repository: docker.io/datawire/aes - tag: 1.11.0 + tag: 1.11.1 pullPolicy: IfNotPresent dnsPolicy: "ClusterFirst"