Skip to content

Commit

Permalink
Release 0.25.0 (hashicorp#643)
Browse files Browse the repository at this point in the history
* Release 0.25.0

* Update changelog
* Bump the consul-k8s image
* Clarify that the controller works with consul 1.8.4

* Add Release to the changelog
  • Loading branch information
ishustava authored Oct 12, 2020
1 parent 508a543 commit c7085fc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
## Unreleased

## 0.25.0 (Oct 12, 2020)

FEATURES:

* Support deploying this Helm chart to OpenShift. [[GH-600](https://github.com/hashicorp/consul-helm/pull/600)]
* Support deploying this Helm chart to OpenShift 4.x. [[GH-600](https://github.com/hashicorp/consul-helm/pull/600)]

To install on OpenShift, set `global.openshift.enabled` to `true`:

Expand Down Expand Up @@ -50,6 +52,10 @@ FEATURES:
a webhook certificate manager that manages the certificates for the controller's
webhooks.

* Add acceptance test framework and automated acceptance tests to the Helm chart.
Please see Contributing docs for more info on how to [run](https://github.com/hashicorp/consul-helm/blob/master/CONTRIBUTING.md#acceptance-tests)
and [add](https://github.com/hashicorp/consul-helm/blob/master/CONTRIBUTING.md#writing-acceptance-tests) acceptance tests. [[GH-551](https://github.com/hashicorp/consul-helm/pull/551)]

IMPROVEMENTS:

* Add `dns.type` and `dns.additionalSpec` settings for changing the DNS service type and adding additional spec. [[GH-555](https://github.com/hashicorp/consul-helm/pull/555)]
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.24.1
version: 0.25.0
appVersion: 1.8.4
description: Official HashiCorp Consul Chart
home: https://www.consul.io
Expand Down
6 changes: 4 additions & 2 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ global:
# If using acls.manageSystemACLs then must be >= 0.10.1.
# If using connect inject then must be >= 0.10.1.
# If using Consul Enterprise namespaces, must be >= 0.12.
imageK8S: "hashicorp/consul-k8s:0.18.1"
imageK8S: "hashicorp/consul-k8s:0.19.0"

# datacenter is the name of the datacenter that the agents should register
# as. This can't be changed once the Consul cluster is up and running
Expand Down Expand Up @@ -1008,8 +1008,10 @@ connectInject:
memory: "150Mi"
cpu: "50m"

# [Consul 1.9 Beta Support Only]
# [Beta feature]
# Controller handles config entry custom resources.
# Requires consul >= 1.8.4.
# ServiceIntentions require consul 1.9 Beta or greater.
controller:
enabled: false
replicas: 1
Expand Down

0 comments on commit c7085fc

Please sign in to comment.