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

Bump golang.org/x/crypto from 0.29.0 to 0.31.0 #1449

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2024

Bumps golang.org/x/crypto from 0.29.0 to 0.31.0.

Commits
  • b4f1988 ssh: make the public key cache a 1-entry FIFO cache
  • 7042ebc openpgp/clearsign: just use rand.Reader in tests
  • 3e90321 go.mod: update golang.org/x dependencies
  • 8c4e668 x509roots/fallback: update bundle
  • See full diff in compare view

Dependabot compatibility score

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.29.0 to 0.31.0.
- [Commits](golang/crypto@v0.29.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 12, 2024
@dependabot dependabot bot requested a review from rafaelroquetto as a code owner December 12, 2024 08:41
@dependabot dependabot bot added the go Related to Go label Dec 12, 2024
@mariomac mariomac merged commit 59313dd into main Dec 12, 2024
15 checks passed
@mariomac mariomac deleted the dependabot/go_modules/golang.org/x/crypto-0.31.0 branch December 12, 2024 09:27
Copy link
Contributor

The backport to release-1.9 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new branch
git switch --create backport-1449-to-release-1.9 origin/release-1.9
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x 59313dd2f20ebea6f7bbc6b8058bd739d13308dc

When the conflicts are resolved, stage and commit the changes:

git add . && git cherry-pick --continue

If you have the GitHub CLI installed:

# Push the branch to GitHub:
git push --set-upstream origin backport-1449-to-release-1.9
# Create the PR body template
PR_BODY=$(gh pr view 1449 --json body --template 'Backport 59313dd2f20ebea6f7bbc6b8058bd739d13308dc from #1449{{ "\n\n---\n\n" }}{{ index . "body" }}')
# Create the PR on GitHub
echo "${PR_BODY}" | gh pr create --title '[release-1.9] Bump golang.org/x/crypto from 0.29.0 to 0.31.0' --body-file - --label 'dependencies' --label 'go' --label 'product-approved' --label 'backport' --base release-1.9 --milestone release-1.9 --web

Or, if you don't have the GitHub CLI installed (we recommend you install it!):

# Push the branch to GitHub:
git push --set-upstream origin backport-1449-to-release-1.9

# Create a pull request where the `base` branch is `release-1.9` and the `compare`/`head` branch is `backport-1449-to-release-1.9`.

# Remove the local backport branch
git switch main
git branch -D backport-1449-to-release-1.9

mariomac pushed a commit to mariomac/beyla that referenced this pull request Dec 12, 2024
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.29.0 to 0.31.0.
- [Commits](golang/crypto@v0.29.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 59313dd)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport release-1.9 dependencies Pull requests that update a dependency file go Related to Go type/bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant