-
Notifications
You must be signed in to change notification settings - Fork 2
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
build(deps): Bump bufbuild/buf-setup-action from 1.9.0 to 1.39.0 #558
build(deps): Bump bufbuild/buf-setup-action from 1.9.0 to 1.39.0 #558
Conversation
Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.9.0 to 1.39.0. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](bufbuild/buf-setup-action@v1.9.0...v1.39.0) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
WalkthroughThe changes involve updating the version of the Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
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.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (2)
- .github/workflows/proto-registry.yml (1 hunks)
- .github/workflows/proto.yml (2 hunks)
Additional comments not posted (3)
.github/workflows/proto-registry.yml (1)
16-16
: Approve the version update, but verify compatibility and functionality.The update to
bufbuild/[email protected]
is noted. It's important to ensure that this version is fully compatible with the workflow requirements and does not introduce any regressions or unexpected behavior.The version update is approved.
Run the following script to verify the functionality of the new version:
Verification successful
Version Update to bufbuild/[email protected] is Compatible
The update to
bufbuild/[email protected]
does not introduce any breaking changes that would affect the workflow. The new features and fixes in this version are related to module configurations inbuf.yaml
, which do not impact the current usage in the workflow. Therefore, the version update is compatible with the existing setup.
- No breaking changes were found in the release notes for
v1.39.0
.- The workflow configuration remains unaffected by the update.
Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify the functionality of the new version of buf-setup-action. # Test: Execute a dry-run of the workflow using the new version. # Expect: The workflow should complete successfully without errors. echo "Run a dry-run of the Buf-Push workflow using the new version of buf-setup-action."Length of output: 172
Script:
#!/bin/bash # Fetch the release notes or changelog for bufbuild/[email protected] to check for breaking changes. echo "Checking for breaking changes in bufbuild/[email protected]..." gh release view v1.39.0 --repo bufbuild/buf --json body -q .bodyLength of output: 824
Script:
#!/bin/bash # Check the workflow file for any specific dependencies or configurations related to bufbuild/buf-setup-action. echo "Searching for buf-setup-action usage in the workflow file..." rg 'buf-setup-action' .github/workflows/proto-registry.yml -A 5Length of output: 369
.github/workflows/proto.yml (2)
27-27
: Approve the version update in the break-check job, but verify compatibility and functionality.The update to
bufbuild/[email protected]
in the break-check job is noted. Ensure that this version is fully compatible with the breaking checks requirements and does not introduce any regressions or unexpected behavior.The version update is approved.
Run the following script to verify the functionality of the new version in the break-check job:
18-18
: Approve the version update in the lint job, but verify compatibility and functionality.The update to
bufbuild/[email protected]
in the lint job is noted. Ensure that this version is fully compatible with the linting requirements and does not introduce any regressions or unexpected behavior.The version update is approved.
Run the following script to verify the functionality of the new version in the lint job:
Superseded by #565. |
Bumps bufbuild/buf-setup-action from 1.9.0 to 1.39.0.
Release notes
Sourced from bufbuild/buf-setup-action's releases.
... (truncated)
Commits
54abbed
Release v1.39.0 (#221)058316d
Release v1.38.0 (#220)76ddbd1
Release v1.37.0 (#219)bdb5940
Release v1.36.0 (#218)3de295e
Add notice for buf-action (#216)aceb106
Release v1.35.1 (#215)7f067c3
Release v1.35.0 (#214)35c243d
Release v1.34.0 (#213)59e8ac0
Release v1.33.0 (#212)dde0b93
Release v1.32.2 (#210)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by CodeRabbit