-
Notifications
You must be signed in to change notification settings - Fork 19
Bump the gomod group with 25 updates #402
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 the gomod group with 25 updates #402
Conversation
Bumps the gomod group with 25 updates: | Package | From | To | | --- | --- | --- | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.9.1` | `1.10.1` | | [github.com/stolostron/go-template-utils/v7](https://github.com/stolostron/go-template-utils) | `7.0.5` | `7.0.6` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.27.0` | `0.29.0` | | [dario.cat/mergo](https://github.com/imdario/mergo) | `1.0.1` | `1.0.2` | | [github.com/cenkalti/backoff/v5](https://github.com/cenkalti/backoff) | `5.0.2` | `5.0.3` | | [github.com/google/cel-go](https://github.com/google/cel-go) | `0.26.0` | `0.26.1` | | [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.27.0` | `2.27.3` | | [github.com/prometheus/common](https://github.com/prometheus/common) | `0.66.1` | `0.67.1` | | [github.com/prometheus/procfs](https://github.com/prometheus/procfs) | `0.18.0` | `0.19.1` | | [github.com/spf13/cast](https://github.com/spf13/cast) | `1.7.0` | `1.10.0` | | [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.61.0` | `0.63.0` | | [go.opentelemetry.io/otel/exporters/otlp/otlptrace](https://github.com/open-telemetry/opentelemetry-go) | `1.36.0` | `1.38.0` | | [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) | `1.36.0` | `1.38.0` | | [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.36.0` | `1.38.0` | | [go.opentelemetry.io/proto/otlp](https://github.com/open-telemetry/opentelemetry-proto-go) | `1.7.0` | `1.7.1` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.41.0` | `0.42.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.43.0` | `0.44.0` | | [golang.org/x/term](https://github.com/golang/term) | `0.34.0` | `0.35.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.28.0` | `0.29.0` | | [golang.org/x/time](https://github.com/golang/time) | `0.12.0` | `0.14.0` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.36.0` | `0.37.0` | | [google.golang.org/genproto/googleapis/api](https://github.com/googleapis/go-genproto) | `0.0.0-20250603155806-513f23925822` | `0.0.0-20250929231259-57b25ae835d4` | | [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | `0.0.0-20250603155806-513f23925822` | `0.0.0-20250929231259-57b25ae835d4` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.73.0` | `1.75.1` | | google.golang.org/protobuf | `1.36.8` | `1.36.10` | Updates `github.com/spf13/cobra` from 1.9.1 to 1.10.1 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.9.1...v1.10.1) Updates `github.com/stolostron/go-template-utils/v7` from 7.0.5 to 7.0.6 - [Release notes](https://github.com/stolostron/go-template-utils/releases) - [Commits](stolostron/go-template-utils@v7.0.5...v7.0.6) Updates `golang.org/x/mod` from 0.27.0 to 0.29.0 - [Commits](golang/mod@v0.27.0...v0.29.0) Updates `dario.cat/mergo` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/imdario/mergo/releases) - [Commits](darccio/mergo@v1.0.1...v1.0.2) Updates `github.com/cenkalti/backoff/v5` from 5.0.2 to 5.0.3 - [Changelog](https://github.com/cenkalti/backoff/blob/v5/CHANGELOG.md) - [Commits](cenkalti/backoff@v5.0.2...v5.0.3) Updates `github.com/google/cel-go` from 0.26.0 to 0.26.1 - [Release notes](https://github.com/google/cel-go/releases) - [Commits](google/cel-go@v0.26.0...v0.26.1) Updates `github.com/grpc-ecosystem/grpc-gateway/v2` from 2.27.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.27.0...v2.27.3) Updates `github.com/prometheus/common` from 0.66.1 to 0.67.1 - [Release notes](https://github.com/prometheus/common/releases) - [Changelog](https://github.com/prometheus/common/blob/main/CHANGELOG.md) - [Commits](prometheus/common@v0.66.1...v0.67.1) Updates `github.com/prometheus/procfs` from 0.18.0 to 0.19.1 - [Release notes](https://github.com/prometheus/procfs/releases) - [Commits](prometheus/procfs@v0.18.0...v0.19.1) Updates `github.com/spf13/cast` from 1.7.0 to 1.10.0 - [Release notes](https://github.com/spf13/cast/releases) - [Commits](spf13/cast@v1.7.0...v1.10.0) Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from 0.61.0 to 0.63.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.61.0...zpages/v0.63.0) Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace` from 1.36.0 to 1.38.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.36.0...v1.38.0) Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.36.0 to 1.38.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.36.0...v1.38.0) Updates `go.opentelemetry.io/otel/sdk` from 1.36.0 to 1.38.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.36.0...v1.38.0) Updates `go.opentelemetry.io/proto/otlp` from 1.7.0 to 1.7.1 - [Release notes](https://github.com/open-telemetry/opentelemetry-proto-go/releases) - [Commits](open-telemetry/opentelemetry-proto-go@v1.7.0...v1.7.1) Updates `golang.org/x/crypto` from 0.41.0 to 0.42.0 - [Commits](golang/crypto@v0.41.0...v0.42.0) Updates `golang.org/x/net` from 0.43.0 to 0.44.0 - [Commits](golang/net@v0.43.0...v0.44.0) Updates `golang.org/x/term` from 0.34.0 to 0.35.0 - [Commits](golang/term@v0.34.0...v0.35.0) Updates `golang.org/x/text` from 0.28.0 to 0.29.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.28.0...v0.29.0) Updates `golang.org/x/time` from 0.12.0 to 0.14.0 - [Commits](golang/time@v0.12.0...v0.14.0) Updates `golang.org/x/tools` from 0.36.0 to 0.37.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.36.0...v0.37.0) Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20250603155806-513f23925822 to 0.0.0-20250929231259-57b25ae835d4 - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20250603155806-513f23925822 to 0.0.0-20250929231259-57b25ae835d4 - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `google.golang.org/grpc` from 1.73.0 to 1.75.1 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.73.0...v1.75.1) Updates `google.golang.org/protobuf` from 1.36.8 to 1.36.10 --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/stolostron/go-template-utils/v7 dependency-version: 7.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod - dependency-name: golang.org/x/mod dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod - dependency-name: dario.cat/mergo dependency-version: 1.0.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/cenkalti/backoff/v5 dependency-version: 5.0.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/google/cel-go dependency-version: 0.26.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2 dependency-version: 2.27.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: gomod - dependency-name: github.com/prometheus/common dependency-version: 0.67.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/prometheus/procfs dependency-version: 0.19.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: gomod - dependency-name: github.com/spf13/cast dependency-version: 1.10.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: gomod - dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp dependency-version: 0.63.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: gomod - dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace dependency-version: 1.38.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: gomod - dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc dependency-version: 1.38.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: gomod - dependency-name: go.opentelemetry.io/otel/sdk dependency-version: 1.38.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: gomod - dependency-name: go.opentelemetry.io/proto/otlp dependency-version: 1.7.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: gomod - dependency-name: golang.org/x/crypto dependency-version: 0.42.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: gomod - dependency-name: golang.org/x/net dependency-version: 0.44.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: gomod - dependency-name: golang.org/x/term dependency-version: 0.35.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: gomod - dependency-name: golang.org/x/text dependency-version: 0.29.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: gomod - dependency-name: golang.org/x/time dependency-version: 0.14.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: gomod - dependency-name: golang.org/x/tools dependency-version: 0.37.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: gomod - dependency-name: google.golang.org/genproto/googleapis/api dependency-version: 0.0.0-20250929231259-57b25ae835d4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: gomod - dependency-name: google.golang.org/genproto/googleapis/rpc dependency-version: 0.0.0-20250929231259-57b25ae835d4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: gomod - dependency-name: google.golang.org/grpc dependency-version: 1.75.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: gomod - dependency-name: google.golang.org/protobuf dependency-version: 1.36.10 dependency-type: indirect update-type: version-update:semver-patch dependency-group: gomod ... Signed-off-by: dependabot[bot] <[email protected]>
|
@acm-grc-security: changing LGTM is restricted to collaborators In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: acm-grc-security, dependabot[bot], dhaiducek The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Bumps the gomod group with 25 updates:
1.9.11.10.17.0.57.0.60.27.00.29.01.0.11.0.25.0.25.0.30.26.00.26.12.27.02.27.30.66.10.67.10.18.00.19.11.7.01.10.00.61.00.63.01.36.01.38.01.36.01.38.01.36.01.38.01.7.01.7.10.41.00.42.00.43.00.44.00.34.00.35.00.28.00.29.00.12.00.14.00.36.00.37.00.0.0-20250603155806-513f239258220.0.0-20250929231259-57b25ae835d40.0.0-20250603155806-513f239258220.0.0-20250929231259-57b25ae835d41.73.01.75.11.36.81.36.10Updates
github.com/spf13/cobrafrom 1.9.1 to 1.10.1Release notes
Sourced from github.com/spf13/cobra's releases.
... (truncated)
Commits
7da941cchore: Bump pflag to v1.0.9 (#2305)51d6751Bump pflag to 1.0.8 (#2303)3f3b818Update README.md with new logodcaf42eAdd Periscope to the list of projects using Cobra (#2299)6dec1aeThe default ShellCompDirective can be customized for a command and its subcom...c8289c1chore(golangci-lint): add some exclusion presets4af7b64refactor: apply golangci-lint autofixes, work around false positives75790e4chore(golangci-lint): upgrade to v2db3ddb5Adding sponsorship to README.md67171d6putting sponsorship below headerUpdates
github.com/stolostron/go-template-utils/v7from 7.0.5 to 7.0.6Release notes
Sourced from github.com/stolostron/go-template-utils/v7's releases.
Commits
b2cf73aBump the gomod group across 1 directory with 24 updatesba42631fix: don't interpretbackticks4dd48f5Upgrade k8s to v0.33074f30bSync common build filesab824cfSync common Makefile71b7b9cAdd CLAUDE.mdUpdates
golang.org/x/modfrom 0.27.0 to 0.29.0Commits
bba3e06go.mod: update golang.org/x dependencies1759e96go.mod: update golang.org/x dependenciesf060e16all: upgrade go directive to at least 1.24.0 [generated]Updates
dario.cat/mergofrom 1.0.1 to 1.0.2Release notes
Sourced from dario.cat/mergo's releases.
Commits
7b33b2brefactor: migrate from YAML to JSON for test data and update related functions229a214chore(.well-known): add funding manifest URLs file6be20c6chore(SECURITY.md): update supported versions to reflect current versioning9007623chore(README) : remove kubernetes from the list of users2b1eb9cUpdate FUNDING.yml2ceb994Create FUNDING.jsonUpdates
github.com/cenkalti/backoff/v5from 5.0.2 to 5.0.3Commits
7cad66aDon't bubble PermanentError from Retryaa5bd13usemath/rand/v2instead ofmath/rand34d5e39remove stale MaxElapsedTime comments5567bc7fix WithMaxTries comment; closes #161b7359dcadd stale botUpdates
github.com/google/cel-gofrom 0.26.0 to 0.26.1Release notes
Sourced from github.com/google/cel-go's releases.
Commits
8e7beb6Support unwrapping unknown implementations ofproto.Message(#1207)8750458Add support for nested element type (#1190)93e910bSupport variable descriptions in the AI prompt template (#1205)fb02c9aInit function bindings on environment init (#1199)cf932c7Bump the npm_and_yarn group across 1 directory with 2 updates (#1197)8835891Minor compatibility fixes for google3-import. (#1198)9453cdeComprehension nesting limit typo, allow nesting limit validator to accept dou...Updates
github.com/grpc-ecosystem/grpc-gateway/v2from 2.27.0 to 2.27.3Release notes
Sourced from github.com/grpc-ecosystem/grpc-gateway/v2's releases.
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/prometheus/commonfrom 0.66.1 to 0.67.1Release notes
Sourced from github.com/prometheus/common's releases.
Changelog
Sourced from github.com/prometheus/common's changelog.
Commits
c41fe14Merge pull request #853 from prometheus/superq/versionf5de376Fix Go case-insensitive file name collisionb63ce83Merge pull request #848 from prometheus/beorn7/version6035595Cut v0.67.01a6ab58Merge pull request #849 from prometheus/superq/go_1.25a277468Update Go3219621Merge pull request #846 from prometheus/dependabot/go_modules/google.golang.o...797fd97build(deps): bump google.golang.org/protobuf from 1.36.8 to 1.36.9dd2fa0eMerge pull request #841 from prometheus/repo_syncc36260aMerge pull request #844 from prometheus/dependabot/go_modules/go.yaml.in/yaml...Updates
github.com/prometheus/procfsfrom 0.18.0 to 0.19.1Release notes
Sourced from github.com/prometheus/procfs's releases.
Commits
d4dc49bmeminfo: Fix ZswappedBytes (#759)638b55cfeat: expose MD raid component devices (#674)b2bde72sysfs: add link_layer property to InfiniBandPort (#700)9479c29Add FS handler for mountinfo (#757)Updates
github.com/spf13/castfrom 1.7.0 to 1.10.0Release notes
Sourced from github.com/spf13/cast's releases.
... (truncated)
Commits
fc73346Merge pull request #283 from andig/patch-16002cffMerge pull request #298 from spf13/dependabot/github_actions/actions/dependen...c1c153dMerge pull request #300 from spf13/dependabot/github_actions/actions/setup-go...39beeacMerge pull request #301 from spf13/dependabot/github_actions/github/codeql-ac...365e80cbuild(deps): bump github/codeql-action from 3.29.10 to 3.30.19f0f68bbuild(deps): bump actions/setup-go from 5.5.0 to 6.0.0d45deadbuild(deps): bump actions/dependency-review-action from 4.7.2 to 4.7.3004f51dMerge pull request #293 from spf13/dependabot/github_actions/actions/checkout...6458e07Merge pull request #295 from spf13/dependabot/github_actions/actions/dependen...970d9eaMerge pull request #296 from spf13/dependabot/github_actions/github/codeql-ac...Updates
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttpfrom 0.61.0 to 0.63.0Release notes
Sourced from go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp's releases.
... (truncated)
Changelog
Sourced from go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp's changelog.
... (truncated)
Commits
80c9316Release v1.38.0 (#7827)e84e5f0fix(deps): update aws-sdk-go-v2 monorepo (#7825)621dff0Upgrade to go.opentelemetry.io/otel dependencies (#7808)00d0862chore(deps): update module go.opentelemetry.io/build-tools to v0.27.0 (#7822)63dd859chore(deps): update module github.com/gordonklaus/ineffassign to v0.2.0 (#7820)45f7b9dchore(deps): update module github.com/mgechev/revive to v1.12.0 (#7821)cb554a6fix(deps): update module github.com/stretchr/testify to v1.11.1 (#7817)fcb2c96fix(deps): update aws-sdk-go-v2 monorepo (#7815)7ac87bdfix(deps): update aws-sdk-go-v2 monorepo (#7812)38fe980chore(deps): update github.com/lufia/plan9stats digest to 24949be (#7809)Updates
go.opentelemetry.io/otel/exporters/otlp/otlptracefrom 1.36.0 to 1.38.0Changelog
Sourced from go.opentelemetry.io/otel/exporters/otlp/otlptrace's changelog.