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

Commit

Permalink
Bump consul-k8s version, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lkysow committed Jul 9, 2020
1 parent 945ead4 commit 35e57e4
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,36 @@
## Unreleased

## 0.23.0 (July 9, 2020)

BREAKING CHANGES:

* Connect: Resource limits have been set for ingress and terminating gateway containers and
bumped up for mesh gateways. See deployment definitions for new resource settings. [[GH-533](https://github.com/hashicorp/consul-helm/pull/533), [GH-534](https://github.com/hashicorp/consul-helm/pull/534)]

IMPROVEMENTS:

* Default version of `consul-k8s` has been set to `hashicorp/consul-k8s:0.17.0`.
* ClusterRoles and ClusterRoleBindings have been converted to Roles and RoleBindings
for the following components because they only required access within their namespace:
* Enterprise License Job
* Server ACL Init
* Server Statefulset
* Client Daemonset
* Client Snapshot Agent

[Fixes [GH-403](https://github.com/hashicorp/consul-helm/issues/403)]

* The volumes set by `client.extraVolumes` are now passed as the last `-config-dir` argument.
This means any settings there will override previous settings. This allows users to override
settings that Helm is setting automatically, for example the acl down policy. [[GH-531](https://github.com/hashicorp/consul-helm/pull/531)]

BUG FIXES:

* Connect: Resource settings for mesh, ingress and terminating gateway init containers
lifecycle sidecar containers have been changed to avoid out of memory errors and hitting CPU limits. [[GH-515](https://github.com/hashicorp/consul-helm/issues/515)]
* `copy-consul-bin` has its memory limit set to `150M` up from `25M`
* `lifecycle-sidecar` has its CPU request and limit set to `20m` up from `10m`.

## 0.22.0 (June 18, 2020)

FEATURES:
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.22.0
version: 0.23.0
appVersion: 1.8.0
description: Official HashiCorp Consul Chart
home: https://www.consul.io
Expand Down
2 changes: 1 addition & 1 deletion 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.16.0"
imageK8S: "hashicorp/consul-k8s:0.17.0"

# imageEnvoy defines the default envoy image to use for ingress and
# terminating gateways.
Expand Down

0 comments on commit 35e57e4

Please sign in to comment.