diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f768a0a..3d2a559fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [v1.0.0-rc.4] - 2019-12-17 + +### Changes +- Update kooper to v0.8.0 +- Update kubernetes to v1.15.6 +- Add support for `hostNetwork` and `dnsPolicy` in Redis and Sentinel pods #212 @paol + ## [v1.0.0-rc.3] - 2019-12-10 ### Action required @@ -268,7 +275,7 @@ example: `kubectl delete statefulset --cascade=false rfr-redisfailover` ### Added - Initial open-sourced release - +[v1.0.0-rc.4]: https://github.com/spotahome/redis-operator/compare/v1.0.0-rc.3...v1.0.0-rc.4 [v1.0.0-rc.3]: https://github.com/spotahome/redis-operator/compare/v1.0.0-rc.2...v1.0.0-rc.3 [v1.0.0-rc.2]: https://github.com/spotahome/redis-operator/compare/v1.0.0-rc.1...v1.0.0-rc.2 [v1.0.0-rc.1]: https://github.com/spotahome/redis-operator/compare/0.5.8...v1.0.0-rc.1 diff --git a/Makefile b/Makefile index c1d9b426e..7cc81dfcd 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION := v1.0.0-rc.3 +VERSION := v1.0.0-rc.4 # Name of this service/application SERVICE_NAME := redis-operator