-
Notifications
You must be signed in to change notification settings - Fork 155
chore(deps): Update go deps #2385
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
Conversation
ℹ Artifact update noticeFile name: api/genpb/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: tools/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
29827e4
to
18f34e0
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Oğuzhan Durgun <oguzhandurgun95@gmail.com>
18f34e0
to
76e3100
Compare
76e3100
to
56f53a2
Compare
Signed-off-by: Oğuzhan Durgun <oguzhandurgun95@gmail.com>
56f53a2
to
61450cc
Compare
This PR contains the following updates:
v1.28.4
->v1.28.5
v1.25.5
->v1.25.6
v1.46.0
->v1.47.2
v0.7.2
->v0.7.3
3e47658
->0a49f42
v0.1.26
->v0.1.27
v0.21.0
->v0.22.1
v2.4.6
->v2.4.8
v2.23.0
->v2.24.0
v2.1.2
->v2.1.3
71c992b
->79df5c4
v1.9.0
->v1.10.0
v2.47.0
->v2.49.0
65e8d21
->e639e21
Release Notes
bufbuild/buf (github.com/bufbuild/buf)
v1.47.2
Compare Source
v1.47.1
Compare Source
v1.47.0
Compare Source
buf registry commit
tobuf registry module commit
. Commandbuf registry commit
is now deprecated.buf registry label
tobuf registry module label
. Commandbuf registry label
is now deprecated.bufbuild/protovalidate-go (github.com/bufbuild/protovalidate-go)
v0.7.3
Compare Source
What's Changed
Full Changelog: bufbuild/protovalidate-go@v0.7.2...v0.7.3
cerbos/cloud-api (github.com/cerbos/cloud-api)
v0.1.27
Compare Source
google/cel-go (github.com/google/cel-go)
v0.22.1
Compare Source
Fixes
New Contributors
Full Changelog: google/cel-go@v0.22.0...v0.22.1
v0.22.0
Compare Source
What's Changed
Core CEL
Policy
New Contributors
Full Changelog: google/cel-go@v0.21.0...v0.22.0
goreleaser/goreleaser (github.com/goreleaser/goreleaser/v2)
v2.4.8
Compare Source
Changelog
Bug fixes
377981e
: fix(aur): description with quotes (#5304) (@ldez)10ab79f
: fix(build): overrides without specifying goarm64 et al (#5298) (@caarlos0)ae4f6aa
: refactor: replace fmt.Errorf with errors.New for consistency (#5294) (@alexandear)bae3bac
: refactor: use cmp.Or instead of ordered.First (#5295) (@alexandear)Dependency updates
50d51ac
: chore(deps): bump anchore/sbom-action from 0.17.7 to 0.17.8 (#5305) (@dependabot[bot])11cd27e
: chore(deps): bump codecov/codecov-action from 5.0.2 to 5.0.4 (#5300) (@dependabot[bot])2527485
: chore(deps): bump codecov/codecov-action from 5.0.4 to 5.0.7 (#5302) (@dependabot[bot])47f9781
: chore(deps): bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 (#5299) (@dependabot[bot])c124eef
: chore(deps): bump github.com/xanzy/go-gitlab from 0.113.0 to 0.114.0 (#5296) (@dependabot[bot])1cfe69e
: chore(deps): bump github/codeql-action from 3.27.4 to 3.27.5 (#5303) (@dependabot[bot])Other work
4b4facb
: chore: auto-update generated files (@actions-user)Full Changelog: goreleaser/goreleaser@v2.4.7...v2.4.8
Helping out
This release is only possible thanks to all the support of some awesome people!
Want to be one of them?
You can sponsor, get a Pro License or contribute with code.
Where to go next?
v2.4.7
Compare Source
Changelog
Bug fixes
7008892
: fix: no output (@caarlos0)Dependency updates
0ec1c2c
: chore(deps): bump codecov/codecov-action from 5.0.0 to 5.0.2 (#5293) (@dependabot[bot])Other work
f6d9c44
: chore: auto-update generated files (@actions-user)Full Changelog: goreleaser/goreleaser@v2.4.6...v2.4.7
Helping out
This release is only possible thanks to all the support of some awesome people!
Want to be one of them?
You can sponsor, get a Pro License or contribute with code.
Where to go next?
grpc-ecosystem/grpc-gateway (github.com/grpc-ecosystem/grpc-gateway/v2)
v2.24.0
Compare Source
What's Changed
customizing_your_gateway.md
reference by @emmanuel-ferdman in https://github.com/grpc-ecosystem/grpc-gateway/pull/4940buildtools
dependency by @AlejoAsd in https://github.com/grpc-ecosystem/grpc-gateway/pull/4980New Contributors
Full Changelog: grpc-ecosystem/grpc-gateway@v2.23.0...v2.24.0
lestrrat-go/jwx (github.com/lestrrat-go/jwx/v2)
v2.1.3
Compare Source
stretchr/testify (github.com/stretchr/testify)
v1.10.0
Compare Source
What's Changed
Functional Changes
Fixes
Documantation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.9.0...v1.10.0
vektra/mockery (github.com/vektra/mockery/v2)
v2.49.0
Compare Source
Changelog
13fc607
Addresolve-type-alias
parametera27cb03
Merge pull request #843 from LandonTClipp/LandonTClipp/issue_839NOTE
In this release, mockery will resolve aliases down to their underlying type in order to maintain backwards compatibility. Please see the deprecations page for details on why this change was introduced and how to configure mockery to not resolve type aliases.
v2.48.0
Compare Source
Changelog
04c4dc1
Fixoutpkg
not being respected wheninpackage: True
.3ae14ef
Merge pull request #846 from LandonTClipp/Lan 8000 donTClipp/issue_845Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.