Skip to content

Commit

Permalink
Merge pull request spotahome#214 from spotahome/rc4
Browse files Browse the repository at this point in the history
change to release v1.0.0-rc.4
  • Loading branch information
chusAlvarez committed Dec 17, 2019
2 parents 3f0086b + 2aa5f76 commit 6f100f1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6f100f1

Please sign in to comment.