Skip to content

Commit

Permalink
Merge pull request hashicorp#391 from hashicorp/changelog
Browse files Browse the repository at this point in the history
Release 0.18.0
  • Loading branch information
lkysow authored Mar 18, 2020
2 parents 7d7d372 + bceeba9 commit 5594784
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
## Unreleased

IMPROVEMENTS:

* Allow setting your own certificate authority for Consul to Consul communication
(i.e. not Connect service to service communication) [[GH-346](https://github.com/hashicorp/consul-helm/pull/346)].
To use, set:
```yaml
global:
tls:
caCert:
secretName: null
secretKey: null
caKey:
secretName: null
secretKey: null
```
See `values.yaml` for more details.
* Allow setting custom annotations for Consul server service [[GH-376](https://github.com/hashicorp/consul-helm/pull/376)]
To use, set:
```yaml
server:
service:
annotations: |
"annotation-key": "annotation-value"
```

BUG FIXES:

* Fix incompatibility with Helm 3.1.2. [[GH-390](https://github.com/hashicorp/consul-helm/issues/390)]
* Ensure the Consul Enterprise license gets applied, even if servers take a long time to come up. [[GH-348](https://github.com/hashicorp/consul-helm/pull/348))

## 0.17.0 (Feb 21, 2020)

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

0 comments on commit 5594784

Please sign in to comment.