github veegres/ivory v2.0.0

3 hours ago

๐Ÿ”Œ Pluggable Architecture

Ivory started as a Postgres/Patroni-only tool. v2 is the first step towards a pluggable architecture, where support for other databases and HA tools is added as plugins instead of being baked into the core.

  • New core concept โ€” Keeper: a generic management layer responsible for cluster manipulations. A Keeper can be a standalone agent running beside the database, or a management system embedded directly in the database engine
  • Patroni is now just one Keeper implementation (for PostgreSQL) among others
  • Groundwork laid for growing database/HA-tool support without touching the core

๐Ÿ—„๏ธ New Database & Tooling Support

With the pluggable Keeper architecture in place, v2 ships the first wave of database and DCS support beyond Patroni. Here's what's now on board:

  • PostgreSQL (Patroni) โ€” the original Keeper implementation, carried over from v1
  • MongoDB โ€” first non-Patroni Keeper, bringing native replica-set HA management into Ivory
  • Redis โ€” initial plugin support for Redis clusters/replication
  • ClickHouse โ€” initial plugin support, coordinating replication over a real ZooKeeper protocol
  • Zookeeper โ€” usable both as its own managed ensemble and as the external DCS other keepers point at
  • etcd โ€” added as an additional DCS option alongside Zookeeper

๐Ÿš€ Cluster Deployment

  • Deploy fresh clusters directly from Ivory, instead of only registering existing ones โ€” clusters can now be created end-to-end from the UI
  • Deployment templates โ€” reusable templates let you define cluster configuration once with you own docker image and spin up new clusters from them instead of filling out the same setup every time

๐Ÿ‘ค User Management

  • New user management system in Settings โ€” admins can now create additional Ivory users directly from the UI, instead of user accounts being limited/managed externally

๐Ÿงน Maintenance

  • Dependency bumps
  • Release preparation and stabilization work across alpha/beta cycles

โš ๏ธ Breaking Changes

This release requires a fresh installation. As with v1.4.0, a major architecture change (pluggable Keeper model) means v2.0.0 is not guaranteed to be backward compatible with v1.4.x.

Before upgrading:


What's Changed

Full Changelog: [v1.4.2...master](v1.4.2...master)

Contributors

Don't miss a new ivory release

NewReleases is sending notifications on new releases.