Skip to content

Commit

Permalink
Cutoff v1.0.0-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ese committed Feb 7, 2020
1 parent 11131c8 commit 64bff59
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [v1.0.0-rc.5] - 2020-02-07

### Changes
- Custom annotations for services #216 @alecjacobs5401
- Update redis-exporter #222 @VerosK
- Pod security policy to run as non root #228 @logdnalf
- Custom command renames #234 @logdnalf

### Fix
- Add fsGroup to security context #215 @ese
- Pod disruption budget lower than replicas #229 @tkrop
- Add password support for readiness probes #235 @teamon

## [v1.0.0-rc.4] - 2019-12-17

### Changes
Expand Down Expand Up @@ -275,6 +288,7 @@ example: `kubectl delete statefulset --cascade=false rfr-redisfailover`
### Added

- Initial open-sourced release
[v1.0.0-rc.5]: https://github.com/spotahome/redis-operator/compare/v1.0.0-rc.4...v1.0.0-rc.5
[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
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.4
VERSION := v1.0.0-rc.5

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

0 comments on commit 64bff59

Please sign in to comment.