docs: getting started — drop image version pins - #121
Merged
Conversation
The walkthrough pinned godon-bench-generic:0.2.1 (two releases stale — the pin rots). Image references now carry a BNF-style <version> placeholder with a one-line hint at each site: a released tag of the reader's choosing, or drop the tag to track the current release (latest verified present on ghcr for both images). Nothing to maintain on release day; the version choice stays visible. configVersion stays: it is the config schema, not an image pin. Co-authored-by: cherusk <10729954+cherusk@users.noreply.github.com>
godon-robot
Bot
force-pushed
the
docs/unpin-versions
branch
from
September 6, 2026 08:25
41433cb to
9ad3116
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reworked per review: BNF-style
<version>placeholders instead of untagged references.The walkthrough had pinned
godon-bench-generic:0.2.1— verified two releases stale on GHCR (0.3.0 + latest current); the pin rots by design. Both walkthrough images now carry an explicit placeholder with a one-line hint at each site:ghcr.io/godon-dev/godon-bench-generic:<version>— with an in-block comment: a released tag, or drop:<version>to track the current releaseghcr.io/godon-dev/godon-cli:<version>— same hint in the prose line above the commandProperties: nothing to maintain on release day (no literal version in the file), the version choice stays visible to the reader, and the hint teaches the zero-thought path (drop the tag = latest; verified both packages carry
latest).Deliberately kept:
configVersion: "0.3"— the breeder config schema, part of a valid config, not an image pin. setup.md needed nothing: the OCI helm install already runs without--version; tool minimums (kind v0.20+, Helm 3.8+, K8s 1.20+) are prerequisites, not godon pins.