Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@siloneco siloneco released this 10 Oct 13:05
· 45 commits to main since this release
d6e8555

Overview

This upgrade includes various performance improvements, bug fixes, feature additions, and feature removals.

💥 Breaking Changes

  • The name of the labels has been modified to be easier to understand, and also all labels now have a prefix kuvel.azisaba.net/.
  • The Redis option has been optional, but is now required.

✨ New Features

  • You can now have a Pod registered as an initial server. Use kuvel.azisaba.net/initial-server label.

🐛 Bug Fixes

  • Watch, a feature of the Kubernetes API, will no longer be used. The diffs are now checked periodically by get. This change should fixes a bug that caused unexpected server registrations and unregistrations.

⬆️ Dependency Updates

  • Update dependency org.projectlombok:lombok to v1.18.24 by @renovate in #14
  • Update dependency io.fabric8:kubernetes-client to v6 by @renovate in #16
  • Update dependency org.apache.maven.plugins:maven-shade-plugin to v3.4.0 by @renovate in #19
  • Update dependency redis.clients:jedis to v4.3.0 by @renovate in #21

Full Changelog: 1.0.1...2.0.0