diff --git a/CHANGELOG.md b/CHANGELOG.md index 928ac3339..da3b80b86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [NEXT_RELEASE] +## [0.24.0] - 2018-07-06 ### Added - Limits to the nginx container -- Commands `build list`, `build delete` and `build run` +- Experimental Commands `build list`, `build delete` and `build run` - [server] Support for teresa.yaml v2 format - Command `service whitelist-source-ranges` - Firewall whitelist to the `service info` command diff --git a/helm/chart/teresa/Chart.yaml b/helm/chart/teresa/Chart.yaml index be306b4d1..77a8b9c04 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.22.0 +version: 0.23.0 sources: - https://github.com/luizalabs/teresa diff --git a/helm/chart/teresa/values.yaml b/helm/chart/teresa/values.yaml index 6881063e4..c57e923db 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.23.0 + tag: v0.24.0 build: limits: cpu: 500m