build(deps): bump the go_modules group across 1 directory with 5 updates#691
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Conversation
Bumps the go_modules group with 5 updates in the /components/ambient-api-server directory: | Package | From | To | | --- | --- | --- | | [github.com/docker/distribution](https://github.com/docker/distribution) | `2.8.1+incompatible` | `2.8.2+incompatible` | | [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) | `4.5.0` | `4.5.2` | | [github.com/jackc/pgproto3/v2](https://github.com/jackc/pgproto3) | `2.3.0` | `2.3.3` | | [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) | `4.16.0` | `4.18.2` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.41.0` | `0.45.0` | Updates `github.com/docker/distribution` from 2.8.1+incompatible to 2.8.2+incompatible - [Release notes](https://github.com/docker/distribution/releases) - [Commits](distribution/distribution@v2.8.1...v2.8.2) Updates `github.com/golang-jwt/jwt/v4` from 4.5.0 to 4.5.2 - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Commits](golang-jwt/jwt@v4.5.0...v4.5.2) Updates `github.com/jackc/pgproto3/v2` from 2.3.0 to 2.3.3 - [Commits](jackc/pgproto3@v2.3.0...v2.3.3) Updates `github.com/jackc/pgx/v4` from 4.16.0 to 4.18.2 - [Changelog](https://github.com/jackc/pgx/blob/v4.18.2/CHANGELOG.md) - [Commits](jackc/pgx@v4.16.0...v4.18.2) Updates `golang.org/x/crypto` from 0.41.0 to 0.45.0 - [Commits](golang/crypto@v0.41.0...v0.45.0) --- updated-dependencies: - dependency-name: github.com/docker/distribution dependency-version: 2.8.2+incompatible dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/golang-jwt/jwt/v4 dependency-version: 4.5.2 dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/jackc/pgproto3/v2 dependency-version: 2.3.3 dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/jackc/pgx/v4 dependency-version: 4.18.2 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Bumps the go_modules group with 5 updates in the /components/ambient-api-server directory:
2.8.1+incompatible2.8.2+incompatible4.5.04.5.22.3.02.3.34.16.04.18.20.41.00.45.0Updates
github.com/docker/distributionfrom 2.8.1+incompatible to 2.8.2+incompatibleRelease notes
Sourced from github.com/docker/distribution's releases.
Commits
7c354a4Merge pull request #3915 from distribution/2.8.2-release-notesa173a9cAdd v2.8.2 release notes4894d35Merge pull request #3914 from vvoland/handle-forbidden-28f067f66Merge pull request #3783 from ndeloof/accept-encoding-28483ad69registry/errors: Parse http forbidden as denied2b0f84dRevert "registry/client: set Accept: identity header when getting layers"320d6a1Merge pull request #3912 from distribution/2.8.2-beta.2-release-notes5f3ca1bAdd release notes for 2.8.2-beta.2 releasecb840f6Merge pull request #3911 from thaJeztah/2.8_backport_fix_releaser_filenamese884644Dockerfile: fix filenames of artifactsUpdates
github.com/golang-jwt/jwt/v4from 4.5.0 to 4.5.2Release notes
Sourced from github.com/golang-jwt/jwt/v4's releases.
Commits
2f0e9adBackporting 0951d18 to v47b1c1c0Merge commit from forkUpdates
github.com/jackc/pgproto3/v2from 2.3.0 to 2.3.3Commits
945c212Backport fixes from pgx v50c0f7b0Add pgx v5 notef59ff94UnmarshalJSON: removing hex decodefd427c0Don't panic when receiving zero bytes with "slice bounds out of range"Updates
github.com/jackc/pgx/v4from 4.16.0 to 4.18.2Changelog
Sourced from github.com/jackc/pgx/v4's changelog.
... (truncated)
Commits
14690dfUpdate changelog779548eUpdate required Go version to 1.1780e9662Update github.com/jackc/pgconn to v1.14.30bf9ac3Fix erroneous test casef94eb0eAlways wrap arguments in parentheses in the SQL sanitizer826a892Fix SQL injection via line comment creation in simple protocol7d882f9Fix *dbTx.Exec not checking if it is already closed1d07b8bgo mod tidy13468ebRelease v4.18.17fed69bsimplify duplicatepgxregistration guardUpdates
golang.org/x/cryptofrom 0.41.0 to 0.45.0Commits
4e0068cgo.mod: update golang.org/x dependenciese79546essh: curb GSSAPI DoS risk by limiting number of specified OIDsf91f7a7ssh/agent: prevent panic on malformed constraint2df4153acme/autocert: let automatic renewal work with short lifetime certsbcf6a84acme: pass context to requestb4f2b62ssh: fix error message on unsupported cipher79ec3a5ssh: allow to bind to a hostname in remote forwarding122a78fgo.mod: update golang.org/x dependenciesc0531f9all: eliminate vet diagnostics0997000all: fix some commentsDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.