Skip to content

Commit

Permalink
bumpversion v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drgarcia1986 committed Jan 12, 2018
1 parent 6bb335d commit 2be6b9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [NEXT_RELEASE]
## [0.12.0] - 2018-01-12
### Changed
- Back to Godep for dependencies management
- Update `client-go` lib to version 4.0
- [server] Don't use the default service account on builds and deploys

### Added
- alias `app log` to `app logs`
- `app logs` now support shorthand `-f` to `--follow` and `-n` to `--lines`
- `app logs` now support shorthand `-f` to `--follow` and `-n` to `--lines`

### Fixed
- Env vars being set or unset for the app on deploy update errors
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.9.0
version: 0.10.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 @@ -24,7 +24,7 @@ aws:
docker:
registry: luizalabs
image: teresa
tag: v0.11.0
tag: v0.12.0
build:
limits:
cpu: 500m
Expand Down

0 comments on commit 2be6b9d

Please sign in to comment.