diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cb4efddf..44ebffcf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [0.29.0] - 2018-04-29 +## [0.30.0] - 2019-06-04 +### Added +- Support for GCE static IP + +## [0.29.0] - 2019-04-29 ### Added - One click way to delete app silently with --no-input flag diff --git a/helm/chart/teresa/Chart.yaml b/helm/chart/teresa/Chart.yaml index 3e3516327..7ba40202d 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.29.0 +version: 0.30.0 sources: - https://github.com/luizalabs/teresa diff --git a/helm/chart/teresa/values.yaml b/helm/chart/teresa/values.yaml index 1e73dac05..62a4112cb 100644 --- a/helm/chart/teresa/values.yaml +++ b/helm/chart/teresa/values.yaml @@ -25,7 +25,7 @@ aws: docker: registry: luizalabs image: teresa - tag: v0.29.0 + tag: v0.30.0 build: limits: cpu: 500m