Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
11 changes: 11 additions & 0 deletions charts/grounds-geyser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion charts/grounds-geyser/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down