-
Notifications
You must be signed in to change notification settings - Fork 592
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
[v23.2.x] build(deps): bump github.com/Masterminds/semver/v3 from 3.2.0 to 3.2.1 in /src/go/k8s #13184
[v23.2.x] build(deps): bump github.com/Masterminds/semver/v3 from 3.2.0 to 3.2.1 in /src/go/k8s #13184
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
although the changes in src/go/k8s
of this PR line up with go mod tidy
in that dir, the src/go/cluster-to-redpanda-migration
will also need a go mod tidy
to update its go.sum
file because it depends on src/go/k8s
modules.
may be easier to just create a manual backport if this change is desired on the v23.2.x
branch.
Bumps [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/Masterminds/semver/releases) - [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md) - [Commits](Masterminds/semver@v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: github.com/Masterminds/semver/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 4d8309d)
ae55ed9
to
345a856
Compare
@andrewhsu I run |
No, these are two different projects with two different go.mod files. You can update an upstream dependency (src/go/k8s) without having to bump downstream (translation tool or anybody else that's built a tool from our repo). Let's remove that extra commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
blocking to remove unrelated change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
EDIT: btw, if you rebase with tip of v23.2.x
branch now, you'll bring in changes from PR #13392 which adds gha checks to the PR to validate go
@joejulian / @ivotron : Who needs to shepherd this in? |
I'll take care of it. |
345a856
to
00e36cd
Compare
Backport of PR #13155