chore(chart): bump to 0.4.1 to re-fire release workflow - #25
Merged
Conversation
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.
Summary
Bump
chart/Chart.yamlversion0.4.0→0.4.1so the release workflow fires again with the fixedpack-release.yaml@v1.Context
The prior 0.4.0 chart bump attempted to trigger the release workflow but hit a bug in
pack-release.yaml@v1— the workflow's "Pin image tags to release sha" step failed for charts that don't ship any first-party (org-owned) images. Nonebari-rayserve-pack-0.4.0release was ever cut. See the failing run.The upstream fix (nebari-dev/.github#48) is now merged, and the
v1tag has been moved to include it. But thepack-release.yamlworkflow only fires onChart.yamlversion changes — so we need one more bump to trigger it. This PR is that bump.Effect
On merge:
Release Chartworkflow fires on the Chart.yaml changepack-release.yaml@v1sees emptytag-paths, skips pinning, proceedsnebari-rayserve-pack-0.4.1gets creatednebari-dev/helm-repositoryDownstream consumers (
infra-atep-dev,infra-atep-cosmos) will pick up the new release automatically via their Renovate config on the next scan.Version choice
Going
0.4.0→0.4.1rather than reusing0.4.0because:Test plan
nebari-rayserve-pack-0.4.1exists after mergenebari-dev/helm-repository