release-train: staging -> main - #619
Merged
Merged
Conversation
Bumps [github.com/spf13/pflag](https://github.com/spf13/pflag) from 1.0.9 to 1.0.10. - [Release notes](https://github.com/spf13/pflag/releases) - [Commits](spf13/pflag@v1.0.9...v1.0.10) --- updated-dependencies: - dependency-name: github.com/spf13/pflag dependency-version: 1.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…kend#2790) (#617) v0.10.19 is already tagged and both develop and staging read 0.10.19, so the staging hop has nothing to cut and the one unshipped commit cannot ship. That commit is the Dependabot pflag 1.0.9 -> 1.0.10 bump (#575), which touches go.mod and go.sum -- both inside this repo of publish_paths: cmd/* internal/* go.mod go.sum VERSION scripts/install.sh scripts/install.ps1 So it changes a published artifact and a version bump is required rather than optional. Checked against the declaration in release-train repos.yml rather than assumed. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
release-train: develop -> staging
Contributor
Author
|
bugbot run |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 167f517. Configure here.
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.
Automated promotion by the release train (RFC-0008 D14). Head is the train-managed
release-train/to-mainbranch (a mirror ofstaging), so it never collides with a human PR. Merged only when the fr-gate is green.Note
Low Risk
Patch-level dependency and VERSION bump only; no logic or security-sensitive code changes in the diff.
Overview
Release train promotion bumps the shipped version from 0.10.19 to 0.10.20 and updates the direct dependency
github.com/spf13/pflagfrom v1.0.9 to v1.0.10, with matchinggo.sumentries.No application code changes appear in this diff—only version metadata and CLI flag-parsing library maintenance as part of staging → main.
Reviewed by Cursor Bugbot for commit 167f517. Bugbot is set up for automated code reviews on this repo. Configure here.