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

Commit

Permalink
Merge pull request #308 from hashicorp/release-0.14.0
Browse files Browse the repository at this point in the history
Release 0.14.0
  • Loading branch information
lkysow authored Dec 10, 2019
2 parents 4ac96b4 + b6421e6 commit e7ee3c3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## 0.14.0 (Dec 10, 2019)

IMPROVEMENTS:

* Consul client DaemonSet can now use a [hostPath mount](https://kubernetes.io/docs/concepts/storage/volumes/#hostpath)
Expand All @@ -14,6 +16,12 @@ IMPROVEMENTS:
to prevent other Pods from mounting the same host path and gaining
access to all of Consul's data. Consul's data is not encrypted at rest.

* New configuration option `client.updateStrategy` allows setting the update
strategy for the Client DaemonSet. [[GH-298](https://github.com/hashicorp/consul-helm/pull/298)]

* New configuration option `client.dnsPolicy` allows setting the DNS
policy for the Client DaemonSet. [[GH-298](https://github.com/hashicorp/consul-helm/pull/298)]

## 0.13.0 (Dec 5, 2019)

BREAKING CHANGES:
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.13.0
version: 0.14.0
description: Install and configure Consul on Kubernetes.
home: https://www.consul.io
sources:
Expand Down

0 comments on commit e7ee3c3

Please sign in to comment.