Skip to content

Releases: diennea/bookkeeper-visual-manager

v3.3.1

28 Aug 10:54
c99c92f
Compare
Choose a tag to compare

What's Changed

  • Fix JAVA_OPTS to Allow Additional Customization by Appending Existing Options by @mukesh154 in #141
  • Increase memory limits to 4Gi to match Java heap space configuration by @mukesh154 in #142

New Contributors

Full Changelog: v3.3.0...v3.3.1

bkvm-0.1.1

28 Aug 12:21
24784cd
Compare
Choose a tag to compare

A Helm chart for running BKVM

v3.3.0

30 Apr 11:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: bkvm-0.1.0...v3.3.0

v3.2.0

17 Mar 11:55
a9bf760
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.1...v3.2.0

bkvm-0.1.0

17 Mar 13:01
Compare
Choose a tag to compare

A Helm chart for running BKVM

bkvm-0.0.1

25 Jan 12:15
Compare
Choose a tag to compare

A Helm chart for running BKVM

v3.1.1

18 Mar 10:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

10 Mar 14:52
Compare
Choose a tag to compare

Full Changelog: v3.0.0...v3.1.0

v.3.0.0

26 Nov 12:41
Compare
Choose a tag to compare

News and noteworthy:

  • Revamped UI
  • New Ledger Search page, with pagination
  • Automatic refresh of metadata (configurable, disabled by default)
  • Support for multiple BookKeeper Clusters
  • Support for BookKeeper 4.12 BookieID
  • Expose Bookie Endpoints (httpserver, bookie-rpc) and capabilities (BP-38)
  • Upgrade HerdDB to 0.22.0

Compatibility:
The new multi cluster mode required a brand new database schema, if you already have a database you have to wipe it out.
This is not a big problem, because at every metadata refresh we are populating all of the tables with up-to-date contents

v.1.2.0

24 Jun 13:17
Compare
Choose a tag to compare
  • Allow to deploy BKVM with a relative path (like deploying a /bkvm instead of /)
  • Publish to Maven Central split artifacts (war-no-libs and classes) in order to ease the intragretion with StringBoot applications like Apache Pulsar Manager