Skip to content

Commit

Permalink
Bumpversion to v0.31.0 (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
retpolanne committed Dec 6, 2019
1 parent 5e2524d commit 4d571ce
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/chart/teresa/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion helm/chart/teresa/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ aws:
docker:
registry: luizalabs
image: teresa
tag: v0.30.1
tag: v0.31.0
build:
limits:
cpu: 500m
Expand Down

0 comments on commit 4d571ce

Please sign in to comment.