Releases: amaizfinance/redis-operator
Releases · amaizfinance/redis-operator
v0.2.1
- Bump operator-sdk to v0.18.2 (5225544)
- Remove ImagePullPolicy from containers (7d74d97)
- Replace Update with Patch for setting Pod labels (549d566)
v0.2.0
- Added nodeSelector option for PodSpec (#19)
- Added support for kustomize (#15)
v0.1.4
- Support for initialDelaySeconds and init containers (#9)
v0.1.3
- add support for
imagePullSecrets
(3724fb7)
v0.1.2
- fix statefulset comparison by comparing container resources explicitly with
reflect.DeepEqual()
(4a567e5)
v0.1.1
- fix StatefulSet state check (ff8f1b2)
- upgrade operator-sdk to v0.10.0 and switch to bazel (b582b98)
v0.1.0
Changes:
- migrate from dep to go modules (c8b73b1)
- upgrade operator-sdk to v0.9.0 (f40a2f9)
- make Redis spec mandatory field (878ce66)
- refactor controller and redis package (a56a004)
v0.0.2
Fix wrong service target port
Fixes #1
Fixes #2
Signed-off-by: Nick Revin <[email protected]>
v0.0.1
add missing license headers, make linters happier
Signed-off-by: Nick Revin <[email protected]>