Skip to content

Commit

Permalink
feat: update dataplane and consul images for 1.0.7 release (#2140)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanStough authored May 17, 2023
1 parent 8bd2eef commit 76a30e3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions .changelog/2140.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
```release-note:improvement
helm: update `imageConsulDataplane` value to `hashicorp/consul-dataplane:1.0.2`, `image` value to `hashicorp/consul:1.14.7`,
and `imageEnvoy` to `envoyproxy/envoy:v1.24.7`.
```
12 changes: 6 additions & 6 deletions charts/consul/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: consul
version: 1.0.6
appVersion: 1.14.5
version: 1.0.7
appVersion: 1.14.7
kubeVersion: ">=1.21.0-0"
description: Official HashiCorp Consul Chart
home: https://www.consul.io
Expand All @@ -13,13 +13,13 @@ annotations:
artifacthub.io/prerelease: false
artifacthub.io/images: |
- name: consul
image: hashicorp/consul:1.14.5
image: hashicorp/consul:1.14.7
- name: consul-k8s-control-plane
image: hashicorp/consul-k8s-control-plane:1.0.6
image: hashicorp/consul-k8s-control-plane:1.0.7
- name: consul-dataplane
image: hashicorp/consul-dataplane:1.0.1
image: hashicorp/consul-dataplane:1.0.2
- name: envoy
image: envoyproxy/envoy:v1.23.1
image: envoyproxy/envoy:v1.24.7
artifacthub.io/license: MPL-2.0
artifacthub.io/links: |
- name: Documentation
Expand Down
6 changes: 3 additions & 3 deletions charts/consul/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ global:
# image: "hashicorp/consul-enterprise:1.10.0-ent"
# ```
# @default: hashicorp/consul:<latest version>
image: "hashicorp/consul:1.14.5"
image: "hashicorp/consul:1.14.7"

# Array of objects containing image pull secret names that will be applied to each service account.
# This can be used to reference image pull secrets if using a custom consul or consul-k8s-control-plane Docker image.
Expand Down Expand Up @@ -569,7 +569,7 @@ global:
# The name (and tag) of the consul-dataplane Docker image used for the
# connect-injected sidecar proxies and mesh, terminating, and ingress gateways.
# @default: hashicorp/consul-dataplane:<latest supported version>
imageConsulDataplane: "hashicorp/consul-dataplane:1.1.0"
imageConsulDataplane: "hashicorp/consul-dataplane:1.0.2"

# Configuration for running this Helm chart on the Red Hat OpenShift platform.
# This Helm chart currently supports OpenShift v4.x+.
Expand Down Expand Up @@ -2912,7 +2912,7 @@ apiGateway:
# The name (and tag) of the Envoy Docker image used for the
# apiGateway. For other Consul compoenents, imageEnvoy has been replaced with Consul Dataplane.
# @default: envoyproxy/envoy:<latest supported version>
imageEnvoy: "envoyproxy/envoy:v1.23.1"
imageEnvoy: "envoyproxy/envoy:v1.24.7"

# Override global log verbosity level for api-gateway-controller pods. One of "debug", "info", "warn", or "error".
# @type: string
Expand Down

0 comments on commit 76a30e3

Please sign in to comment.