-
Notifications
You must be signed in to change notification settings - Fork 166
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
chore(deps): bump the go-minor group across 1 directory with 6 updates #3260
Merged
Conversation
This file contains 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
Bumps the go-minor group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [connectrpc.com/connect](https://github.com/connectrpc/connect-go) | `1.17.0` | `1.18.1` | | [github.com/cyphar/filepath-securejoin](https://github.com/cyphar/filepath-securejoin) | `0.3.6` | `0.4.0` | | [gitlab.com/gitlab-org/api/client-go](https://gitlab.com/gitlab-org/api/client-go) | `0.118.0` | `0.119.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.31.0` | `0.32.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.33.0` | `0.34.0` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.214.0` | `0.216.0` | Updates `connectrpc.com/connect` from 1.17.0 to 1.18.1 - [Release notes](https://github.com/connectrpc/connect-go/releases) - [Changelog](https://github.com/connectrpc/connect-go/blob/main/RELEASE.md) - [Commits](connectrpc/connect-go@v1.17.0...v1.18.1) Updates `github.com/cyphar/filepath-securejoin` from 0.3.6 to 0.4.0 - [Release notes](https://github.com/cyphar/filepath-securejoin/releases) - [Changelog](https://github.com/cyphar/filepath-securejoin/blob/main/CHANGELOG.md) - [Commits](cyphar/filepath-securejoin@v0.3.6...v0.4.0) Updates `gitlab.com/gitlab-org/api/client-go` from 0.118.0 to 0.119.0 - [Release notes](https://gitlab.com/gitlab-org/api/client-go/tags) - [Commits](https://gitlab.com/gitlab-org/api/client-go/compare/v0.118.0...v0.119.0) Updates `golang.org/x/crypto` from 0.31.0 to 0.32.0 - [Commits](golang/crypto@v0.31.0...v0.32.0) Updates `golang.org/x/net` from 0.33.0 to 0.34.0 - [Commits](golang/net@v0.33.0...v0.34.0) Updates `google.golang.org/api` from 0.214.0 to 0.216.0 - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.214.0...v0.216.0) --- updated-dependencies: - dependency-name: connectrpc.com/connect dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor - dependency-name: github.com/cyphar/filepath-securejoin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor - dependency-name: gitlab.com/gitlab-org/api/client-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
go
Pull requests that update Go code
labels
Jan 13, 2025
✅ Deploy Preview for docs-kargo-io ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
hiddeco
approved these changes
Jan 13, 2025
Successfully created backport PR for |
fykaa
pushed a commit
to fykaa/kargo
that referenced
this pull request
Jan 16, 2025
akuity#3260) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport/release-1.2
dependencies
Pull requests that update a dependency file
go
Pull requests that update Go code
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-minor group with 6 updates in the / directory:
1.17.0
1.18.1
0.3.6
0.4.0
0.118.0
0.119.0
0.31.0
0.32.0
0.33.0
0.34.0
0.214.0
0.216.0
Updates
connectrpc.com/connect
from 1.17.0 to 1.18.1Release notes
Sourced from connectrpc.com/connect's releases.
Commits
46c8b00
Prepare for v1.18.1 (#809)044befe
Fix protoc-gen-go schema variable case handling (#808)867dac8
Back to development (#806)8c52642
Prepare for v1.18.0 (#805)29d45c4
Add same_package option to protoc-gen-connect-go (#803)d55ebd8
Make stream client closers non-blocking (#791)7dc3e6d
Bump github.com/quic-go/quic-go from 0.46.0 to 0.48.2 in /internal/conformanc...74a6754
Remove reader allocation for compressors pools (#792)6029bf7
Fix spelling of "optimize" in comment (#786)145b279
Bump connectrpc.com/conformance from 1.0.3 to 1.0.4 in /internal/conformance ...Updates
github.com/cyphar/filepath-securejoin
from 0.3.6 to 0.4.0Release notes
Sourced from github.com/cyphar/filepath-securejoin's releases.
Changelog
Sourced from github.com/cyphar/filepath-securejoin's changelog.
Commits
9a17e6b
VERSION: release v0.4.0e410d4a
merge #44 into cyphar/filepath-securejoin:mainea4e5b6
gha: add GOARCH=386 build check0c2fbe6
mkdirall: switch to os.FileMode argumentf3a512c
merge #43 into cyphar/filepath-securejoin:mainbc750ad
join: return an error if root is unclean path1be4136
gha: always check for latest Go releaseb498783
merge #38 into cyphar/filepath-securejoin:main682d3ad
VERSION: back to developmentUpdates
gitlab.com/gitlab-org/api/client-go
from 0.118.0 to 0.119.0Release notes
Sourced from gitlab.com/gitlab-org/api/client-go's releases.
Commits
eaef23a
Merge branch 'remove-minor-version' into 'main'bdba318
Remove patch version from go mod2b8530e
Merge branch 'feature/mergerequest-dependencies' into 'main'ea7c9b1
added the api-calls for adding mergerequest dependencies to existing mergereq...77169c7
Merge branch 'renovate/golangci-golangci-lint-1.x' into 'main'3a177cd
Merge branch 'renovate/golang.org-x-time-0.x' into 'main'bc322b3
Update golangci/golangci-lint Docker tag to v1.63.4f19b512
Merge branch 'renovate/golangci-golangci-lint-1.x' into 'main'f8973f2
Update golangci/golangci-lint Docker tag to v1.63.305a060b
Merge branch 'fix/list-project-issues-options' into 'main'Updates
golang.org/x/crypto
from 0.31.0 to 0.32.0Commits
8929309
go.mod: update golang.org/x dependencies4a75ba5
all: make function and struct comments match the namesUpdates
golang.org/x/net
from 0.33.0 to 0.34.0Commits
8da7ed1
go.mod: update golang.org/x dependencies2124140
all: make function and struct comments match the namese9d95ba
http2: do not surface errors from a conn's idle timer expiringc2be992
quic: remember which remote connection IDs have been retiredUpdates
google.golang.org/api
from 0.214.0 to 0.216.0Release notes
Sourced from google.golang.org/api's releases.
Changelog
Sourced from google.golang.org/api's changelog.
Commits
91e61ae
chore(main): release 0.216.0 (#2952)d4f41c6
feat(all): auto-regenerate discovery clients (#2954)01a17b3
feat(all): auto-regenerate discovery clients (#2953)d6e4f8d
feat(all): auto-regenerate discovery clients (#2951)2ee9da3
chore(all): update all (#2949)7ad3a5f
feat(all): auto-regenerate discovery clients (#2950)a04a14b
feat(all): auto-regenerate discovery clients (#2948)0386e0f
feat(all): auto-regenerate discovery clients (#2947)fe72ad1
feat(all): auto-regenerate discovery clients (#2946)139725e
chore: bump min Go version to 1.22 (#2944)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 <dependency name> major version
will 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 version
will 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 conditions