bump chart version to 6.13.0#328
Closed
JatinNanda wants to merge 1 commit into
Closed
Conversation
Minor bump for the published R² release. 6.12.0 is already deployed internally (admin cluster), so publish the R² feature set as a fresh 6.13.0 to charts.retool.com. Still a minor bump: additive for existing consumers, all R² switches default off. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
| Filename | Overview |
|---|---|
| charts/retool/Chart.yaml | Single-line version bump from 6.12.0 to 6.13.0; all other chart metadata unchanged. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Internal admin cluster\nretool release @ 6.12.0] -->|already deployed| B[6.12.0 is in use]
B --> C{Publish to charts.retool.com?}
C -->|Cannot reuse 6.12.0| D[Bump to 6.13.0]
D --> E[charts/retool/Chart.yaml\nversion: 6.13.0]
E --> F[Published as 6.13.0\nto charts.retool.com]
Reviews (1): Last reviewed commit: "bump chart version to 6.13.0" | Re-trigger Greptile
Contributor
Author
|
Superseded — bumping from the public registry version (6.10.5) gives 6.11.0, not 6.13.0. See the replacement PR. |
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.
Minor version bump 6.12.0 → 6.13.0 for the published R² release.
6.12.0 is already deployed internally (the
admincluster'sretoolrelease), so we publish the R² feature set to charts.retool.com as a fresh 6.13.0 rather than reusing a number that's already in the wild.Still a minor release: additive for existing published consumers, all R² switches (
rr.enabled,mcp.enabled) default off, and therr.*rename guard can't fire on the published line (those keys never existed there).helm lintclean. Targetsr2; folds into the r2→main merge (#326).🤖 Generated with Claude Code