Skip to content

Commit

Permalink
Merge pull request #128 from spotahome/release-0.5.7
Browse files Browse the repository at this point in the history
Release 0.5.7
  • Loading branch information
jchanam committed Mar 6, 2019
2 parents 1b24e27 + adc1d63 commit c45127b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.5.7] - 2019-03-06

### Added

- Command for Redis and Sentinel containers is now configurable.

### Fixed

- Panic if checking the `StartTime` of a pod that was not started yet (nil pointer exception).

## [0.5.6] - 2019-02-27

### Added
Expand Down Expand Up @@ -195,6 +205,7 @@

- Initial open-sourced release

[0.5.7]: https://github.com/spotahome/redis-operator/compare/0.5.6...0.5.7
[0.5.6]: https://github.com/spotahome/redis-operator/compare/0.5.5...0.5.6
[0.5.5]: https://github.com/spotahome/redis-operator/compare/0.5.4...0.5.5
[0.5.4]: https://github.com/spotahome/redis-operator/compare/0.5.3...0.5.4
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION := 0.5.6
VERSION := 0.5.7

# Name of this service/application
SERVICE_NAME := redis-operator
Expand Down

0 comments on commit c45127b

Please sign in to comment.