diff --git a/CHANGELOG.md b/CHANGELOG.md index 8927cc316..9f88405a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ This file documents all notable changes to Ambassador Helm Chart. The release numbering uses [semantic versioning](http://semver.org). +## v6.2.5 + +- Upgrade Ambassador to version 1.4.0: [CHANGELOG}](https://github.com/datawire/ambassador/blob/master/CHANGELOG.md) + +## v6.2.4 + +- Fix typing so that Helm3 doesn't complain (thanks, [Fabrice Rabaute](https://github.com/jfrabaute)!) + ## v6.2.3 - Upgrade Ambassador to version 1.3.2. diff --git a/Chart.yaml b/Chart.yaml index 36d8e45bb..f1304e207 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v1 -appVersion: 1.3.2 -ossVersion: 1.3.2 +appVersion: 1.4.0 +ossVersion: 1.4.0 description: A Helm chart for Datawire Ambassador name: ambassador -version: 6.2.4 +version: 6.2.5 icon: https://www.getambassador.io/images/logo.png home: https://www.getambassador.io/ sources: diff --git a/README.md b/README.md index ad6a3a2dc..bba8c6cf9 100755 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ The following tables lists the configurable parameters of the Ambassador chart a | `env` | Any additional environment variables for ambassador pods | `{}` | | `image.pullPolicy` | Ambassador image pull policy | `IfNotPresent` | | `image.repository` | Ambassador image | `quay.io/datawire/aes` | -| `image.tag` | Ambassador image tag | `1.3.2` | +| `image.tag` | Ambassador image tag | `1.4.0` | | `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 5052d8fd6..21681de06 100644 --- a/values.yaml +++ b/values.yaml @@ -60,7 +60,7 @@ securityContext: image: repository: quay.io/datawire/aes - tag: 1.3.2 + tag: 1.4.0 pullPolicy: IfNotPresent dnsPolicy: "ClusterFirst"