Bump the golang group across 1 directory with 8 updates#328
Merged
Conversation
Bumps the golang group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | google.golang.org/protobuf | `1.36.2` | `1.36.3` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.32.0` | `0.32.1` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.32.0` | `0.32.1` | | [github.com/prometheus/common](https://github.com/prometheus/common) | `0.61.0` | `0.62.0` | | [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.33.0` | `1.34.0` | | [k8s.io/component-base](https://github.com/kubernetes/component-base) | `0.32.0` | `0.32.1` | Updates `google.golang.org/protobuf` from 1.36.2 to 1.36.3 Updates `k8s.io/api` from 0.32.0 to 0.32.1 - [Commits](kubernetes/api@v0.32.0...v0.32.1) Updates `k8s.io/apimachinery` from 0.32.0 to 0.32.1 - [Commits](kubernetes/apimachinery@v0.32.0...v0.32.1) Updates `k8s.io/client-go` from 0.32.0 to 0.32.1 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.32.0...v0.32.1) Updates `github.com/prometheus/common` from 0.61.0 to 0.62.0 - [Release notes](https://github.com/prometheus/common/releases) - [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md) - [Commits](prometheus/common@v0.61.0...v0.62.0) Updates `go.opentelemetry.io/otel` from 1.33.0 to 1.34.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.33.0...v1.34.0) Updates `go.opentelemetry.io/otel/trace` from 1.33.0 to 1.34.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.33.0...v1.34.0) Updates `k8s.io/component-base` from 0.32.0 to 0.32.1 - [Commits](kubernetes/component-base@v0.32.0...v0.32.1) --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: golang - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: golang - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-patch dependency-group: golang - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: golang - dependency-name: github.com/prometheus/common dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: go.opentelemetry.io/otel dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: go.opentelemetry.io/otel/trace dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang - dependency-name: k8s.io/component-base dependency-type: indirect update-type: version-update:semver-patch dependency-group: golang ... Signed-off-by: dependabot[bot] <support@github.com>
santhoshatdell
approved these changes
Jan 21, 2025
donatwork
approved these changes
Jan 22, 2025
gallacher
approved these changes
Jan 22, 2025
Contributor
|
@dependabot merge |
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 golang group with 6 updates in the / directory:
1.36.21.36.30.32.00.32.10.32.00.32.10.61.00.62.01.33.01.34.00.32.00.32.1Updates
google.golang.org/protobuffrom 1.36.2 to 1.36.3Updates
k8s.io/apifrom 0.32.0 to 0.32.1Commits
bc0564cUpdate dependencies to v0.32.1 tag25d8df3Merge pull request #129544pohly/automated-cherry-pick-of-#1295435b9e013DRA API: bump maximum size of ReservedFor to 256Updates
k8s.io/apimachineryfrom 0.32.0 to 0.32.1Commits
Updates
k8s.io/client-gofrom 0.32.0 to 0.32.1Commits
9d43434Update dependencies to v0.32.1 tagUpdates
github.com/prometheus/commonfrom 0.61.0 to 0.62.0Release notes
Sourced from github.com/prometheus/common's releases.
Commits
280b0e7http_config: Allow customizing TLS config and settings. (#748)aea8919Update common Prometheus files (#747)8d916faBump golang.org/x/net from 0.32.0 to 0.33.0 (#743)fe88605Bump google.golang.org/protobuf from 1.35.2 to 1.36.1 (#744)5d9961dUpdate common Prometheus files (#742)0a89b98Merge pull request #740 from dashpole/update_om_linkse3926e2update links to openmetrics to reference the v1.0.0 released88ee1fRemove deprecated sigv4 module (#737)c3fdb17Remove deprecated promlog package (#738)cf5f48fChange default validation scheme to UTF8Validation (#724)Updates
go.opentelemetry.io/otelfrom 1.33.0 to 1.34.0Changelog
Sourced from go.opentelemetry.io/otel's changelog.
Commits
edc378fRelease v1.34.0/v0.56.0/v0.10.0 (#6174)e18299flog: Make whole Logs API user-facing (#6167)cbc3b6afix(deps): update module google.golang.org/protobuf to v1.36.3 (#6166)2dcb9b3chore(deps): update module github.com/protonmail/go-crypto to v1.1.5 (#6165)764ae10fix(deps): update googleapis to 1a7da9e (#6164)f87ccedchore(deps): update module github.com/ldez/exptostd to v0.4.0 (#6163)be76ebfchore(deps): update module github.com/crocmagnon/fatcontext to v0.6.0 (#6162)3e60bd4fix(deps): update module golang.org/x/vuln to v1.1.4 (#6161)79b1fc1Fix demo links (#6160)4a87cfefix(deps): update module google.golang.org/grpc to v1.69.4 (#6159)Updates
go.opentelemetry.io/otel/tracefrom 1.33.0 to 1.34.0Changelog
Sourced from go.opentelemetry.io/otel/trace's changelog.
Commits
edc378fRelease v1.34.0/v0.56.0/v0.10.0 (#6174)e18299flog: Make whole Logs API user-facing (#6167)cbc3b6afix(deps): update module google.golang.org/protobuf to v1.36.3 (#6166)2dcb9b3chore(deps): update module github.com/protonmail/go-crypto to v1.1.5 (#6165)764ae10fix(deps): update googleapis to 1a7da9e (#6164)f87ccedchore(deps): update module github.com/ldez/exptostd to v0.4.0 (#6163)be76ebfchore(deps): update module github.com/crocmagnon/fatcontext to v0.6.0 (#6162)3e60bd4fix(deps): update module golang.org/x/vuln to v1.1.4 (#6161)79b1fc1Fix demo links (#6160)4a87cfefix(deps): update module google.golang.org/grpc to v1.69.4 (#6159)Updates
k8s.io/component-basefrom 0.32.0 to 0.32.1Commits
c3d7a41Update dependencies to v0.32.1 tagDependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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 conditions