chore(release): Prepare Branch for release 1.13.3 - #527
Closed
ShaileshParmar11 wants to merge 1 commit into
Closed
Conversation
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Contributor
Author
|
Superseded by #526, which the I hand-authored this before spotting that the repo automates it via |
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.
Bumps the charts to 1.13.3. Same shape as #525 (1.13.2) — 8 lines across the same 5 files.
Why
The release workflow was dispatched today and failed:
mainwas still at1.13.2(last commit96bb1acc, the 1.13.2 prep), so chart-releaser repackaged 1.13.2, tried to create a release for a tag published the day before, and exited 1. It never reached 1.13.3 — the version bump had simply not been made.Changes
.version1.13.2→1.13.3charts/openmetadata/Chart.yamlversion,appVersion,artifacthub.io/imagesserver tagcharts/openmetadata/README.mdimage.tagtable rowcharts/deps/Chart.yamlversion,appVersioncharts/deps/values.yamltagVerified there are no remaining
1.13.2references anywhere in the tree.Images confirmed published
Both tags the charts point at exist on Docker Hub:
openmetadata/server:1.13.3— 200openmetadata/ingestion:1.13.3— 200After merge
Re-run Release Open Metadata Charts to publish
openmetadata-1.13.3andopenmetadata-dependencies-1.13.3. Confirm with:Expect
2.This unblocks the sandbox, which is currently failing to sync — k8s-manifests#363 already moved
sandbox-omdtotargetRevision: 1.13.3, so Argo is reporting:k8s-manifests#364 (the matching dependencies bump) is waiting on the same thing.
Unrelated suggestion
Dispatching the release workflow without a version bump will always 422 against the previous release rather than reporting "nothing to release". chart-releaser's
skip_existingoption would turn that into a no-op and make the real problem obvious. Happy to open that separately.🤖 Generated with Claude Code