diff --git a/CHANGELOG.md b/CHANGELOG.md index 99863070a..37a3cfcaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [NEXT_RELEASE] +## [0.23.0] - 2018-06-21 ### Added -- [client] Add support to remove remote cluster from configuration file +- [client] Support to remove remote cluster from configuration file ### Changed - [client] Print app name and current cluster on command `app delete` diff --git a/helm/chart/teresa/Chart.yaml b/helm/chart/teresa/Chart.yaml index 6b984f176..be306b4d1 100644 --- a/helm/chart/teresa/Chart.yaml +++ b/helm/chart/teresa/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 description: A Helm chart to deploy teresa on Kubernetes name: teresa -version: 0.21.0 +version: 0.22.0 sources: - https://github.com/luizalabs/teresa diff --git a/helm/chart/teresa/values.yaml b/helm/chart/teresa/values.yaml index 6a2e2fb67..6881063e4 100644 --- a/helm/chart/teresa/values.yaml +++ b/helm/chart/teresa/values.yaml @@ -24,7 +24,7 @@ aws: docker: registry: luizalabs image: teresa - tag: v0.22.0 + tag: v0.23.0 build: limits: cpu: 500m