diff --git a/CHANGELOG.md b/CHANGELOG.md index 088ebde5d..50c3c96f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [0.31.0] - 2019-12-06 +### Changed +- Updated minio version on helm chart +- Added `S3_HOST` env var +- Added helm dependency update to .helm.sh +- Added ingress class specification + ## [0.30.1] - 2019-06-07 ### Fixed - Typo on SSL annotation on GCE diff --git a/helm/chart/teresa/Chart.yaml b/helm/chart/teresa/Chart.yaml index 585d45916..518d240ea 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.30.1 +version: 0.31.0 sources: - https://github.com/luizalabs/teresa diff --git a/helm/chart/teresa/values.yaml b/helm/chart/teresa/values.yaml index 86fde6c1d..a202c4d15 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.30.1 + tag: v0.31.0 build: limits: cpu: 500m