-
Notifications
You must be signed in to change notification settings - Fork 59
chore(deps): Bump the dependencies group across 1 directory with 22 updates #1086
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
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/go_modules/dependencies-321cdb65b0
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
✅ Deploy Preview for flintlock-docs canceled.
|
c0f9473 to
2d03e7d
Compare
2d03e7d to
8c8e9cd
Compare
…pdates Bumps the dependencies group with 18 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/containerd/containerd](https://github.com/containerd/containerd) | `1.7.24` | `1.7.29` | | [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.23.0` | `10.28.0` | | [github.com/google/go-cmp](https://github.com/google/go-cmp) | `0.6.0` | `0.7.0` | | [github.com/google/wire](https://github.com/google/wire) | `0.6.0` | `0.7.0` | | [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.24.0` | `2.27.3` | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.36.0` | `1.38.2` | | [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) | `1.1.0` | `1.1.1` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.20.5` | `1.23.2` | | [github.com/spf13/afero](https://github.com/spf13/afero) | `1.11.0` | `1.15.0` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.8.1` | `1.10.1` | | [github.com/spf13/viper](https://github.com/spf13/viper) | `1.19.0` | `1.21.0` | | [github.com/vishvananda/netlink](https://github.com/vishvananda/netlink) | `1.3.0` | `1.3.1` | | [github.com/carlmjohnson/requests](https://github.com/carlmjohnson/requests) | `0.24.3` | `0.25.1` | | [github.com/containerd/containerd/api](https://github.com/containerd/containerd) | `1.8.0` | `1.10.0` | | [github.com/containerd/errdefs](https://github.com/containerd/errdefs) | `0.3.0` | `1.0.0` | | [github.com/diskfs/go-diskfs](https://github.com/diskfs/go-diskfs) | `1.4.2` | `1.7.0` | | [github.com/urfave/cli/v2](https://github.com/urfave/cli) | `2.27.5` | `2.27.7` | | [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml) | `1.4.0` | `1.6.0` | Updates `github.com/containerd/containerd` from 1.7.24 to 1.7.29 - [Release notes](https://github.com/containerd/containerd/releases) - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md) - [Commits](containerd/containerd@v1.7.24...v1.7.29) Updates `github.com/go-playground/validator/v10` from 10.23.0 to 10.28.0 - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](go-playground/validator@v10.23.0...v10.28.0) Updates `github.com/google/go-cmp` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](google/go-cmp@v0.6.0...v0.7.0) Updates `github.com/google/wire` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/google/wire/releases) - [Commits](google/wire@v0.6.0...v0.7.0) Updates `github.com/grpc-ecosystem/grpc-gateway/v2` from 2.24.0 to 2.27.3 - [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases) - [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/main/.goreleaser.yml) - [Commits](grpc-ecosystem/grpc-gateway@v2.24.0...v2.27.3) Updates `github.com/onsi/gomega` from 1.36.0 to 1.38.2 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.36.0...v1.38.2) Updates `github.com/opencontainers/image-spec` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/opencontainers/image-spec/releases) - [Changelog](https://github.com/opencontainers/image-spec/blob/main/RELEASES.md) - [Commits](opencontainers/image-spec@v1.1.0...v1.1.1) Updates `github.com/prometheus/client_golang` from 1.20.5 to 1.23.2 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.20.5...v1.23.2) Updates `github.com/spf13/afero` from 1.11.0 to 1.15.0 - [Release notes](https://github.com/spf13/afero/releases) - [Commits](spf13/afero@v1.11.0...v1.15.0) Updates `github.com/spf13/cobra` from 1.8.1 to 1.10.1 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.8.1...v1.10.1) Updates `github.com/spf13/pflag` from 1.0.5 to 1.0.9 - [Release notes](https://github.com/spf13/pflag/releases) - [Commits](spf13/pflag@v1.0.5...v1.0.9) Updates `github.com/spf13/viper` from 1.19.0 to 1.21.0 - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.19.0...v1.21.0) Updates `github.com/vishvananda/netlink` from 1.3.0 to 1.3.1 - [Release notes](https://github.com/vishvananda/netlink/releases) - [Commits](vishvananda/netlink@v1.3.0...v1.3.1) Updates `google.golang.org/grpc` from 1.68.0 to 1.75.1 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.68.0...v1.75.1) Updates `google.golang.org/protobuf` from 1.35.2 to 1.36.10 Updates `github.com/carlmjohnson/requests` from 0.24.3 to 0.25.1 - [Release notes](https://github.com/carlmjohnson/requests/releases) - [Commits](earthboundkid/requests@v0.24.3...v0.25.1) Updates `github.com/containerd/containerd/api` from 1.8.0 to 1.10.0 - [Release notes](https://github.com/containerd/containerd/releases) - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md) - [Commits](containerd/containerd@api/v1.8.0...api/v1.10.0) Updates `github.com/containerd/errdefs` from 0.3.0 to 1.0.0 - [Release notes](https://github.com/containerd/errdefs/releases) - [Commits](containerd/errdefs@v0.3.0...v1.0.0) Updates `github.com/diskfs/go-diskfs` from 1.4.2 to 1.7.0 - [Commits](diskfs/go-diskfs@v1.4.2...v1.7.0) Updates `github.com/onsi/ginkgo/v2` from 2.22.0 to 2.25.1 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.22.0...v2.25.1) Updates `github.com/urfave/cli/v2` from 2.27.5 to 2.27.7 - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md) - [Commits](urfave/cli@v2.27.5...v2.27.7) Updates `sigs.k8s.io/yaml` from 1.4.0 to 1.6.0 - [Release notes](https://github.com/kubernetes-sigs/yaml/releases) - [Changelog](https://github.com/kubernetes-sigs/yaml/blob/master/RELEASE.md) - [Commits](kubernetes-sigs/yaml@v1.4.0...v1.6.0) --- updated-dependencies: - dependency-name: github.com/containerd/containerd dependency-version: 1.7.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/go-playground/validator/v10 dependency-version: 10.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/google/go-cmp dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/google/wire dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2 dependency-version: 2.27.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/onsi/gomega dependency-version: 1.38.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/opencontainers/image-spec dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/prometheus/client_golang dependency-version: 1.23.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/spf13/afero dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/spf13/cobra dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/spf13/pflag dependency-version: 1.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/spf13/viper dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/vishvananda/netlink dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: google.golang.org/grpc dependency-version: 1.75.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: google.golang.org/protobuf dependency-version: 1.36.10 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/carlmjohnson/requests dependency-version: 0.25.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/containerd/containerd/api dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/containerd/errdefs dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: github.com/diskfs/go-diskfs dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.25.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/urfave/cli/v2 dependency-version: 2.27.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sigs.k8s.io/yaml dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
8c8e9cd to
ac352b6
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/dependency
Issues or PRs related to dependency changes
kind/cleanup
Removing things previously overlooked
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 dependencies group with 18 updates in the / directory:
1.7.241.7.2910.23.010.28.00.6.00.7.00.6.00.7.02.24.02.27.31.36.01.38.21.1.01.1.11.20.51.23.21.11.01.15.01.8.11.10.11.19.01.21.01.3.01.3.10.24.30.25.11.8.01.10.00.3.01.0.01.4.21.7.02.27.52.27.71.4.01.6.0Updates
github.com/containerd/containerdfrom 1.7.24 to 1.7.29Release notes
Sourced from github.com/containerd/containerd's releases.
... (truncated)
Commits
442cb34Merge commit from forke5cb6ddMerge commit from fork9772966Merge pull request #12486 from dmcgowan/prepare-v1.7.291fc2daaPrepare release notes for v1.7.2993f710aMerge pull request #12480 from k8s-infra-cherrypick-robot/cherry-pick-12475-t...68d04beMerge pull request #12471 from austinvazquez/1_7_update_ci_go_and_images3f5f9f8runc: Update runc binary to v1.3.3667409fci: bump Go 1.24.9, 1.25.3294f8c0Update GHA runners to use latest images for basic binaries buildcf66b41Update GHA runners to use latest image for most jobsUpdates
github.com/go-playground/validator/v10from 10.23.0 to 10.28.0Release notes
Sourced from github.com/go-playground/validator/v10's releases.
... (truncated)
Commits
bdc3a7dAdd alphaspace validator (#1343)63594a0docs: add description for 'port' validator (#1435)45f3a8eAdded https_url tag (#1461)7a23bcaRemove Go version 1.23 from CI workflow13130d2Fixed missing keys from returned errors in map validation (#1284)94e89f0fix: should panic when define duplicate field param inrequired_if(#1468)6905468Bump golang.org/x/crypto from 0.33.0 to 0.42.0 (#1467)77ef70eBump actions/setup-go from 5 to 6 (#1465)78d05aeBump golang.org/x/text from 0.22.0 to 0.29.0 (#1464)34aea1fBump github.com/gabriel-vasile/mimetype from 1.4.8 to 1.4.10 (#1463)Updates
github.com/google/go-cmpfrom 0.6.0 to 0.7.0Release notes
Sourced from github.com/google/go-cmp's releases.
Commits
9b12f36Detect proto.Message types when failing to export a field (#370)4dd3d63fix: type 'aribica' => 'arabica' (#368)391980cSupport compare functions with SortSlices and SortMaps (#367)Updates
github.com/google/wirefrom 0.6.0 to 0.7.0Release notes
Sourced from github.com/google/wire's releases.
Commits
9c25c90README: add a note that wire is no longer maintained (#434)5c5c92aall: update the x/tools dependency to fix the build with Go 1.25 (#432)Updates
github.com/grpc-ecosystem/grpc-gateway/v2from 2.24.0 to 2.27.3Release notes
Sourced from github.com/grpc-ecosystem/grpc-gateway/v2's releases.
... (truncated)
Commits
ab243acchore(deps): update googleapis digest to 9070e63 (#5970)30abf93fix(deps): update module google.golang.org/protobuf to v1.36.10 (#5969)b73048fchore(deps): update dependency bazel to v8.4.2 (#5968)95f123bchore(deps): update googleapis digest to 3990e05 (#5967)fb9da67chore(deps): update googleapis digest to 063f9e1 (#5966)208372achore(deps): update googleapis digest to e78280f (#5965)1a315aafix(deps): update google.golang.org/genproto/googleapis/api digest to 57b25ae...b862f0bfix(deps): update google.golang.org/genproto/googleapis/rpc digest to 57b25ae...e6cdbc7chore(deps): update googleapis digest to eab82ec (#5962)7fefac0chore(deps): update googleapis digest to a4ded73 (#5961)Updates
github.com/onsi/gomegafrom 1.36.0 to 1.38.2Release notes
Sourced from github.com/onsi/gomega's releases.
... (truncated)
Changelog
Sourced from github.com/onsi/gomega's changelog.
... (truncated)
Commits
79b8a75v1.38.2c404969roll back to go 1.23.0c36e89av1.38.192eaa57go mod tidyb9ed3cddeprecate CompileTest*2a5bf77fix invalid fmt.Errorf3e9e385bump ginkgo7f37abeReplacegopkg.in/yaml.v3withgo.yaml.in/yaml/v369e4761fix(async_assertion): use correct error in errors.As95737c0Bump golang.org/x/net from 0.41.0 to 0.43.0 (#856)Updates
github.com/opencontainers/image-specfrom 1.1.0 to 1.1.1Release notes
Sourced from github.com/opencontainers/image-spec's releases.
Commits
147f9c1Release v1.1.1fbb4662Merge pull request #1238 from mkenigs/wording-nit81e457eFix grammar nit92353b0Merge pull request #1225 from sudo-bmitch/pr-doc-go-version1a0b9f9Merge pull request #1230 from sudo-bmitch/pr-layout-extensibilityf272635Merge pull request #1228 from sudo-bmitch/pr-mixed-digest-algoe0462abMerge pull request #1229 from tianon/setup-gocf536e3Merge pull request #1227 from sudo-bmitch/pr-rm-project-doc60acaacDocument extensibility of the image layout4dcf962Document Go version policyUpdates
github.com/prometheus/client_golangfrom 1.20.5 to 1.23.2Release notes
Sourced from github.com/prometheus/client_golang's releases.
... (truncated)
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
... (truncated)
Commits
8179a56Cut v1.23.2 (#1870)4142b59Merge pull request #1869 from prometheus/arve/upgrade-common4ff40f0Cut v1.23.1 (#1867)989b029Upgrade to prometheus/common v0.66 (#1866)e4b2208Cut v1.23.0 (#1848)d9492afcut v1.23.0-rc.1 (#1842)aeae8a0Cut v1.23.0-rc.0 (#1837)b157309Update common Prometheus files (#1832)a704e28build(deps): bump the github-actions group with 3 updates (#1826)c774311Fix errNotImplemented reference (#1835)Updates
github.com/spf13/aferofrom 1.11.0 to 1.15.0Release notes
Sourced from github.com/spf13/afero's releases.
... (truncated)
Commits
399bb34Merge pull request #523 from MarkRosemaker/fix-spelling9b67716Merge pull request #538 from spf13/depsf5f4f7bchore: update depsc245c4fci: update ci85c4956Merge pull request #527 from spf13/dependabot/github_actions/actions/checkout...41206fdbuild(deps): bump actions/checkout from 4.2.2 to 5.0.0a583fadMerge pull request #533 from spf13/dependabot/github_actions/actions/dependen...673c03eMerge pull request #536 from spf13/dependabot/github_actions/actions/setup-go...ac849f6Merge pull request #537 from spf13/dependabot/github_actions/github/codeql-ac...9596fe8build(deps): bump github/codeql-action from 3.29.7 to 3.30.1Updates
github.com/spf13/cobrafrom 1.8.1 to 1.10.1Release notes
Sourced from github.com/spf13/cobra's releases.