Releases: pravega/bookkeeper-operator
0.1.2
Change Log
Adding manifests for various cluster installation flavours(#61)
Allowing non-valid image versions to be used in non-production environment(#65)
BookKeeper Operator API Resource Hook.(#64)
Making bookie probe timeouts configurable(#67)
I/O fails when bookkeeper operator upgrades and sts gets restarted(#70)
0.1.2-rc1
0.1.2-rc0
Change Log
Updating go version to 1.13 and using go modules(#9)
Add support for multiple Bookie ledger directories(#41)
Create PVCs in cluster namespace(#45)
BK_AUTORECOVERY environment variable set by the operator not taking effect(#12)
Improve Unit test coverage(#50)
Migration to helm v3, making cluster specs overridable and adding self-validating hooks(#46)
Documentation Fix(#52)
0.1.1
0.1.1-rc2
0.1.1-rc1
Change Log
Note
Bookkeeper supported versions are no longer hard-coded in operator code, but provided externally using a versions-config-map: https://github.com/pravega/bookkeeper-operator/blob/master/deploy/version_map.yaml
The default versions-config-map only has released bookkeeper versions.
If you choose to use a bookkeeper image created locally from Pravega master, which could have a later (different) image tag, you would need to add that to the versions-config-map manifest manually.
Bug Fixes
Handling znode deletion (#25)
Support for custom storage class for Bookkeeper volume(#22)
Fixing Bookkeeper Cluster deletion using charts(#21)
Deploying cluster in different namespace(#23)
Adding Test Mode flag in charts(#18)