From 582636366288976d1acc6514ca9b1550d8e2ab69 Mon Sep 17 00:00:00 2001 From: "Miguel A. Cabrera Minagorri" Date: Wed, 18 Sep 2019 14:57:45 +0000 Subject: [PATCH 1/4] [bitnami/consul] Change image to the bash based one Signed-off-by: Miguel A. Cabrera Minagorri --- bitnami/consul/Chart.yaml | 2 +- bitnami/consul/README.md | 4 ++++ bitnami/consul/values-production.yaml | 2 +- bitnami/consul/values.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/bitnami/consul/Chart.yaml b/bitnami/consul/Chart.yaml index 7c8059fb9..96280e3b0 100644 --- a/bitnami/consul/Chart.yaml +++ b/bitnami/consul/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: consul -version: 5.3.6 +version: 6.0.0 appVersion: 1.6.1 description: Highly available and distributed service discovery and key-value store designed with support for the modern data center to make distributed systems and configuration easy. home: https://www.consul.io/ diff --git a/bitnami/consul/README.md b/bitnami/consul/README.md index 9e35ba20f..d550ed2d7 100644 --- a/bitnami/consul/README.md +++ b/bitnami/consul/README.md @@ -290,6 +290,10 @@ The chart can optionally start a metrics exporter endpoint on port `9107` for [p ## Upgrading +### To 6.0.0 + +This release changes uses Bitnami Consul container `1.6.1-debian-9-r6`, based on Bash. + ### To 3.1.0 Consul container was moved to a non-root approach. There shouldn't be any issue when upgrading since the corresponding `securityContext` is enabled by default. Both the container image and the chart can be upgraded by running the command below: diff --git a/bitnami/consul/values-production.yaml b/bitnami/consul/values-production.yaml index 924611741..288739cb1 100644 --- a/bitnami/consul/values-production.yaml +++ b/bitnami/consul/values-production.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/consul - tag: 1.6.1-debian-9-r0 + tag: 1.6.1-debian-9-r6 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/bitnami/consul/values.yaml b/bitnami/consul/values.yaml index ec4a5725d..6fbb63490 100644 --- a/bitnami/consul/values.yaml +++ b/bitnami/consul/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/consul - tag: 1.6.1-debian-9-r0 + tag: 1.6.1-debian-9-r6 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images From 91de58cbbf8d23967445f7b678832077364a3b4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Thu, 19 Sep 2019 11:18:29 +0200 Subject: [PATCH 2/4] Update values-production.yaml --- bitnami/consul/values-production.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/bitnami/consul/values-production.yaml b/bitnami/consul/values-production.yaml index 425fc4a92..b5942e2f1 100644 --- a/bitnami/consul/values-production.yaml +++ b/bitnami/consul/values-production.yaml @@ -15,7 +15,6 @@ image: registry: docker.io repository: bitnami/consul tag: 1.6.1-debian-9-r7 - ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images From 71b870ac6653ce24074aacac352577e8a91e771f Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Thu, 19 Sep 2019 10:27:45 +0000 Subject: [PATCH 3/4] [bitnami/consul] Update components versions Signed-off-by: Bitnami Containers --- bitnami/consul/values-production.yaml | 2 +- bitnami/consul/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/consul/values-production.yaml b/bitnami/consul/values-production.yaml index b5942e2f1..74d0906c5 100644 --- a/bitnami/consul/values-production.yaml +++ b/bitnami/consul/values-production.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/consul - tag: 1.6.1-debian-9-r7 + tag: 1.6.1-debian-9-r8 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/bitnami/consul/values.yaml b/bitnami/consul/values.yaml index f4f1a1617..a0747ecc4 100644 --- a/bitnami/consul/values.yaml +++ b/bitnami/consul/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/consul - tag: 1.6.1-debian-9-r7 + tag: 1.6.1-debian-9-r8 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images From 264231565239db25539e62e0fa1f641b7ce80a47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Cabrera=20Mi=C3=B1agorri?= Date: Thu, 19 Sep 2019 12:36:26 +0200 Subject: [PATCH 4/4] Update bitnami/consul/README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Carlos Rodríguez Hernández --- bitnami/consul/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitnami/consul/README.md b/bitnami/consul/README.md index d550ed2d7..05a9dca9b 100644 --- a/bitnami/consul/README.md +++ b/bitnami/consul/README.md @@ -292,7 +292,7 @@ The chart can optionally start a metrics exporter endpoint on port `9107` for [p ### To 6.0.0 -This release changes uses Bitnami Consul container `1.6.1-debian-9-r6`, based on Bash. +This release updates the Bitnami Consul container to `1.6.1-debian-9-r6`, which is based on Bash instead of Node.js. ### To 3.1.0