diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a30b272..78285bd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -13,5 +13,5 @@ "charts/service-notifications": "0.6.0", "charts/novu": "1.0.0", "charts/grounds-valkey-dev": "0.2.1", - "charts/grounds-geyser": "0.2.0" + "charts/grounds-geyser": "0.3.0" } diff --git a/charts/grounds-geyser/CHANGELOG.md b/charts/grounds-geyser/CHANGELOG.md index c445fd3..f4e4460 100644 --- a/charts/grounds-geyser/CHANGELOG.md +++ b/charts/grounds-geyser/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.3.0](https://github.com/groundsgg/charts/compare/grounds-geyser-v0.2.0...grounds-geyser-v0.3.0) (2026-08-13) + + +### ⚠ BREAKING CHANGES + +* **grounds-geyser:** the workload is a DaemonSet, so replicaCount and the anti-affinity toggle are gone, and so is the external-dns annotation — the Bedrock name is declared by the satellite stack next to the records it already writes for these same addresses. + +### Features + +* **grounds-geyser:** run on every node ([#163](https://github.com/groundsgg/charts/issues/163)) ([23e8512](https://github.com/groundsgg/charts/commit/23e8512da505bdf08d29f63605a6c8f7f331d0ec)) + ## [0.2.0](https://github.com/groundsgg/charts/compare/grounds-geyser-v0.1.0...grounds-geyser-v0.2.0) (2026-08-13) diff --git a/charts/grounds-geyser/Chart.yaml b/charts/grounds-geyser/Chart.yaml index c40831f..b95f908 100644 --- a/charts/grounds-geyser/Chart.yaml +++ b/charts/grounds-geyser/Chart.yaml @@ -3,7 +3,7 @@ name: grounds-geyser description: Geyser Standalone — Bedrock UDP entry point that translates to the Java-protocol Velocity proxy type: application -version: 0.2.0 +version: 0.3.0 dependencies: - name: common