Skip to content
This repository was archived by the owner on Aug 25, 2021. It is now read-only.

Commit 44600e1

Browse files
authored
Release/0.32.0-beta1 (#917)
* update for release
1 parent 6a74d33 commit 44600e1

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
## 0.32.0-beta1 (Apr 16, 2021)
4+
35
IMPROVEMENTS:
46

57
* Specify `kubeVersion` in `Chart.yaml` to denote that this chart is compatible with Kubernetes 1.16+. [[GH-883](https://github.com/hashicorp/consul-helm/pull/883)]

Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: consul
3-
version: 0.31.1
4-
appVersion: 1.9.4
3+
version: 0.32.0-beta1
4+
appVersion: 1.10.0-beta1
55
kubeVersion: ">=1.16.0-0"
66
description: Official HashiCorp Consul Chart
77
home: https://www.consul.io

values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ global:
3232
# image: "hashicorp/consul-enterprise:1.5.0-ent"
3333
# ```
3434
# @default: hashicorp/consul:<latest version>
35-
image: "hashicorp/consul:1.9.4"
35+
image: "hashicorp/consul:1.10.0-beta1"
3636

3737
# Array of objects containing image pull secret names that will be applied to each service account.
3838
# This can be used to reference image pull secrets if using a custom consul or consul-k8s Docker image.
@@ -52,7 +52,7 @@ global:
5252
# Docker image that is used for functionality such the catalog sync.
5353
# This can be overridden per component.
5454
# @default: hashicorp/consul-k8s:<latest version>
55-
imageK8S: "hashicorp/consul-k8s:0.25.0"
55+
imageK8S: "hashicorp/consul-k8s:0.26.0-beta1"
5656

5757
# The name of the datacenter that the agents should
5858
# register as. This can't be changed once the Consul cluster is up and running

0 commit comments

Comments
 (0)