Skip to content
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

Prepare for release of 1.20.0 #21827

Merged
merged 7 commits into from
Oct 14, 2024
Merged

Prepare for release of 1.20.0 #21827

merged 7 commits into from
Oct 14, 2024

Conversation

nathancoleman
Copy link
Member

@nathancoleman nathancoleman commented Oct 14, 2024

Description

Update submodule dependencies + changelog

Testing & Reproduction steps

Links

PR Checklist

  • updated test coverage
  • external facing docs updated
  • appropriate backport labels added
  • not a security concern

@nathancoleman nathancoleman added pr/no-changelog PR does not need a corresponding .changelog entry pr/no-backport labels Oct 14, 2024
@github-actions github-actions bot added theme/api Relating to the HTTP API interface pr/dependencies PR specifically updates dependencies of project labels Oct 14, 2024
@nathancoleman nathancoleman marked this pull request as ready for review October 14, 2024 20:14
Copy link
Member Author

@nathancoleman nathancoleman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Personal review

github.com/hashicorp/consul/proto-public v0.5.4-rc1
github.com/hashicorp/consul/proto-public v0.6.3
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The RC should have been v0.6.3-rc1 but was off due to incorrect instructions that have now been corrected.

The correct version, v0.6.3, has now been released. There will not be a v0.5.4 as a result.

@@ -44,8 +44,6 @@ github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
github.com/hashicorp/consul/proto-public v0.5.4-rc1 h1:psIJ9DgJw5QbRsh6RGYYr3Viw+r+up9PE7Z6mAZsAEQ=
github.com/hashicorp/consul/proto-public v0.5.4-rc1/go.mod h1:a1pOtKbQ2+iRnMlEA2bywlEZ0nbCQ2pS7GDQN6pqLwU=
Copy link
Member Author

@nathancoleman nathancoleman Oct 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe these were incorrectly included in the RC branch, which release/1.20.0 originated from. Checking other releases (1.19.0 for example), these go.sum entries shouldn't be present and the go.mod replacements should be present.

You'll see similar cases in the go.sum files below

Copy link
Member

@jm96441n jm96441n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢 🇮🇹

@nathancoleman nathancoleman merged commit cddc618 into release/1.20.0 Oct 14, 2024
93 checks passed
@nathancoleman nathancoleman deleted the prepare-1.20.0 branch October 14, 2024 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr/dependencies PR specifically updates dependencies of project pr/no-backport pr/no-changelog PR does not need a corresponding .changelog entry theme/api Relating to the HTTP API interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants