Skip to content

Commit

Permalink
Update CHANGELOG and Helm chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
ishustava committed Oct 16, 2019
1 parent 3c33bd4 commit 4d68ce4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## UNRELEASED

## 0.11.0 (Oct 15, 2019)

IMPROVEMENTS:

* Use the latest version of Consul (1.6.1)

BUG FIXES:

* Use the latest version of `consul-k8s` (0.9.3) which fixes issues with upgrading between Helm chart
versions when `bootstrapACLs` is enabled [[GH-246](https://github.com/hashicorp/consul-helm/pull/246)].
* Add `server-acl-init-cleanup` job to clean up the `server-acl-init` job
when it completes successfully [[GH-246](https://github.com/hashicorp/consul-helm/pull/246)].
* Add the ability to specify Consul client daemonset affinity [[GH-165](https://github.com/hashicorp/consul-helm/pull/165)]

## 0.10.0 (Oct 4, 2019)

IMPROVEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: consul
version: 0.10.0
version: 0.11.0
description: Install and configure Consul on Kubernetes.
home: https://www.consul.io
sources:
Expand Down

0 comments on commit 4d68ce4

Please sign in to comment.