Skip to content

Commit

Permalink
Cutoff v1.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
ese committed Nov 15, 2019
1 parent ea6f9c5 commit 800ba59
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [v1.0.0-rc.2] - 2019-11-15

### Changes

- Add custom annotations for pods in the CRD `podAnnotations` @alecjacobs5401
- Add redis authentication @hoffoo
- Configurable imagePullSecret @romanfurst
- Configurable imagePullPolicy @mcdiae
- Support for node selector `nodeSelector` @sergeunity

### Fix

- Add RBAC policy for the CRD finalizer @mcanevet
- Examples documentation @SataQiu @marcemq
- Chart service labels @timmyers
- Memory requests and limits for sentinel @marcemq
- Execution permissions in shutdown script @glebpom
- Makefile uid passthrough @adamhf

## [v1.0.0-rc.1] - 2019-05-10

### Changed
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.1
VERSION := v1.0.0-rc.2

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

0 comments on commit 800ba59

Please sign in to comment.