-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add ability to select version of demos/stacks #310
Comments
This was referenced Jul 25, 2024
This was referenced Aug 8, 2024
Not having this is making things really difficult at release time, because the current behaviour:
Notes:
|
labrenbe
moved this from Ready for Development
to Development: In Progress
in Stackable Engineering
Nov 25, 2024
labrenbe
moved this from Development: In Progress
to Development: Waiting for Review
in Stackable Engineering
Dec 5, 2024
Techassi
moved this from Development: Waiting for Review
to Development: In Review
in Stackable Engineering
Dec 5, 2024
We decided to implement the first option |
labrenbe
moved this from Development: In Review
to Development: Done
in Stackable Engineering
Dec 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Once demos are versioned per release (see sub-issue)DONE, we should be able to select which demo/stack version to install.Suggested option to add:
stackablectl demo in monitoring --release 24.7
The default should be the latest stable release.
Examples (competing ideas, in no particular order)
Considerations:
--ref
(Committish), or--branch
(and check that it is a branch), or--release
(we need to derive the ref).--ref
), unless we cannot derive the release.--release
would remove the need for thestackableRelease
key instacks.yaml
.The text was updated successfully, but these errors were encountered: