Releases: pravega/bookkeeper-operator
0.1.9
##Change Log
Added fix to configure upgrade timeout(#209)
Updating the alpine image to 3.16 (#211)
Upgrade of bookkeeper fails intermittently(#213)
Updating busybox version to fix CVEs(#215)
Fix for updating bookkeeper spec parameters(#150)
Bump go version to 1.18(#218)
Bookkeeper cluster upgrade is failing intermittently(#220)
Changing the minimum replicas to 1(#226)
Update bookkeeper operator to support k8 1.25(#228)
Updating go version to 1.20 (#232)
Bump golang.org/x/net from 0.0.0-20210825183410-e898025ed96a to 0.7.0 (#234)
Bump github.com/prometheus/client_golang from 1.11.0 to 1.11.1 (#235)
Bump golang.org/x/crypto from 0.0.0-20210817164053-32db794688a5 to 0.1.0 (#236)
0.1.8
Change Log
Update base version in Makefile(#186)
Updating certificate version to v1(#188)
Remove k8sutil dependency in bookkeepercluster_types.go(#190)
Updating the default webhook port to 9443(#194)
Updating the alpine image to 3.15(#197)
Update k8 and Controller-run time version(#200)
Adding disable finalizer flag(#201)
Fixing bookkeeper upgrade issue(#203)
Removed version map(#205)
Add toleration support for bookie pods(#192)
0.1.7
0.1.6
Change Log
Including operator base version in Makefile(#156)
Fix end to end tests for bookkeeper operator(#164)
Updating alpine image to fix security vulnerabilities(#162)
Bookkeeper pods do not come up if storage size for index/journal/ledger volume claim templates is not mentioned(#90)
Preventing modification of useHostNameAsBookieID post deployment (#169)
0.1.5
0.1.4
Change Log
Added support for updating spec fields at run time(#86)
Fixing web hook cert name(#88)
Removing incompatible JVM Options(#92)
Providing upgrade path to a test version(#97)
Adding support for test versions (#100)
Adding support for ledger/journal sub path modification(#105)
Adding changes to modify bk config map(#103)
Added changes for Avoiding 2 Restarts when Both Version and cm changes are done at the same time(#109)
Bookkeeper Operator pre-delete hook (#107)
Replacing invalid JVM Options(#102)
Allow extra volume mounts to be configured (#115)
Improving the e2e test coverage(#113)
Updating documentation(#99)
Deprecate operator upgrade script (#122)
Add bk label support(#119)
Enable Bookie Pods to be run on Specific K8s Nodes(#126)
Add config map volume mount to bookie container(#83)
Making JVM options configurable(#129)
Modifying supported versions map(#134)
Support for building docker images using local registry(#136)
Add bookie pods annotation(#131)
Verifying absolute path for ledger/journal directories(#140)
Shorten the service names generated by Bookkeeper Operator(#132)
Adding support for init containers(#143)
0.1.3
Issue 82: Handling Bookkeeper Upgrade (#85) * Issue 82: Handling Bookkeeper Upgrade Signed-off-by: SrishT <Srishti.Thakkar@dell.com> * Issue 82: Handling Bookkeeper Upgrade Signed-off-by: SrishT <Srishti.Thakkar@dell.com> * Issue 82: Updating documentation Signed-off-by: SrishT <Srishti.Thakkar@dell.com> Co-authored-by: SrishT <Srishti.Thakkar@dell.com>
0.1.3-rc2
Change Log
Provide support for configuring block owner deletion for PVC's(#73)
Changes for controller runtime upgrade(#72)
Made changes for open api validation(#76)
Documentation update(#77)
Fixing tls bad certificate issue (#80)
Adding e2e to the bookkeeper-operator(#84)
Handling Bookkeeper Upgrade (#82)