From adc1d6327e00c3c4c5e1fd3fb1bdcc598858686d Mon Sep 17 00:00:00 2001 From: Julio Chana Date: Wed, 6 Mar 2019 12:27:11 +0100 Subject: [PATCH] Release 0.5.7 Signed-off-by: Julio Chana --- CHANGELOG.md | 11 +++++++++++ Makefile | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1da77e47..fe27bd857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/Makefile b/Makefile index 14844be56..4805a2028 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := 0.5.6 +VERSION := 0.5.7 # Name of this service/application SERVICE_NAME := redis-operator