docs: Add stackableVersionPolicy to product image selection page - #936
Open
Techassi wants to merge 1 commit into
Open
docs: Add stackableVersionPolicy to product image selection page#936Techassi wants to merge 1 commit into
Techassi wants to merge 1 commit into
Conversation
✅ Deploy Preview for stackable-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
adwk67
self-requested a review
September 11, 2026 09:18
adwk67
requested changes
Sep 11, 2026
| You only need to specify the product version, but you _can_ also specify an explicit Stackable version. | ||
| The product version can be found on the xref:operators:supported_versions.adoc[list of supported product versions] or on the product operator documentation page. | ||
| If you don't specify the Stackable version, the operator will use its own version, e.g. `25.7.0`. | ||
| When using a nightly operator or a `-pr` version, it will use the nightly `0.0.0-dev` image. |
Member
There was a problem hiding this comment.
Suggested change
| When using a nightly operator or a `-pr` version, it will use the nightly `0.0.0-dev` image. | |
| When using a nightly or a `-pr` version of the operator, it will use the nightly `0.0.0-dev` product image. |
| If you don't specify the Stackable version, the operator will use its own version, e.g., `25.7.0`. | ||
| When using a nightly operator or a `pr` version, it will use the nightly `0.0.0-dev` image. | ||
| By default, updating to the newest patch version is an explicit change of the `stackableVersion` field. | ||
| Since 26.11.0 however, it is possible to opt into automatic patch level updates. |
Member
There was a problem hiding this comment.
Suggested change
| Since 26.11.0 however, it is possible to opt into automatic patch level updates. | |
| As of 26.11.0, however, it is possible to opt into automatic patch level updates. |
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.
Part of https://github.com/stackabletech/internal-issues/issues/169.
This PR adds a small section about
stackableVersionPolicyto the product image selection page. It also changes a few mentions of "docker images" to "container images" to be more agnostic. We should remove as many Docker-schisms as possible, because we move more and more to a more generic, OCI-centric way of building/publishing.Direct link