Skip to content

Commit

Permalink
cutoff 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ese committed Feb 24, 2020
1 parent cc5f180 commit eb6d916
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [v1.0.0] - 2020-02-24

### Major changes
- Custom Resource Definition moved to `databases.spotahome.com`
- Rolling updates are aware of cluster topology and nodes roles to follow minimum impact strategy
- Better readiness probes for redis nodes.
- More customizable options for kubernetes objects.
- Better bootstrap times.
- Improve security with password protected redis and security pod policies.
- Redis 5 as default version
- Update dependencies

For detailed changelogs see rc relases

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

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

- Initial open-sourced release

[v1.0.0]: https://github.com/spotahome/redis-operator/compare/0.5.8...v1.0.0
[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
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.5
VERSION := v1.0.0

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

0 comments on commit eb6d916

Please sign in to comment.