From 952d490226723eb667298f06d6ff9c73c7329a2a Mon Sep 17 00:00:00 2001 From: Vinicyus Macedo <7549205+vinicyusmacedo@users.noreply.github.com> Date: Tue, 3 Sep 2019 11:45:10 -0300 Subject: [PATCH] Bumpversion to v0.29.1-rc.1 --- CHANGELOG.md | 6 ++++++ helm/chart/teresa/Chart.yaml | 2 +- helm/chart/teresa/values.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cb4efddf..8a2ba9d12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [0.29.1-rc.1] - 2019-09-03 +## Changed +- Updated minio version on helm chart +- Added `S3_HOST` env var +- Added helm dependency update to .helm.sh + ## [0.29.0] - 2018-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..49f03da46 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.29.1-rc.1 sources: - https://github.com/luizalabs/teresa diff --git a/helm/chart/teresa/values.yaml b/helm/chart/teresa/values.yaml index bf6b7d53d..1552623ee 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.29.1-rc.1 build: limits: cpu: 500m