Bump the go-dependencies group with 6 updates - #469
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps the go-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [github.com/beevik/etree](https://github.com/beevik/etree) | `1.6.0` | `1.7.0` | | [github.com/go-logr/logr](https://github.com/go-logr/logr) | `1.4.3` | `1.4.4` | | [github.com/jellydator/ttlcache/v3](https://github.com/jellydator/ttlcache) | `3.4.0` | `3.4.1` | | [github.com/openconfig/ygot](https://github.com/openconfig/ygot) | `0.34.0` | `0.35.0` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.23.2` | `1.24.1` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.81.1` | `1.83.0` | Updates `github.com/beevik/etree` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/beevik/etree/releases) - [Changelog](https://github.com/beevik/etree/blob/main/RELEASE_NOTES.md) - [Commits](beevik/etree@v1.6.0...v1.7.0) Updates `github.com/go-logr/logr` from 1.4.3 to 1.4.4 - [Release notes](https://github.com/go-logr/logr/releases) - [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md) - [Commits](go-logr/logr@v1.4.3...v1.4.4) Updates `github.com/jellydator/ttlcache/v3` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/jellydator/ttlcache/releases) - [Commits](jellydator/ttlcache@v3.4.0...v3.4.1) Updates `github.com/openconfig/ygot` from 0.34.0 to 0.35.0 - [Release notes](https://github.com/openconfig/ygot/releases) - [Commits](openconfig/ygot@v0.34.0...v0.35.0) Updates `github.com/prometheus/client_golang` from 1.23.2 to 1.24.1 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/v1.24.1/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.23.2...v1.24.1) Updates `google.golang.org/grpc` from 1.81.1 to 1.83.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.81.1...v1.83.0) --- updated-dependencies: - dependency-name: github.com/beevik/etree dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/go-logr/logr dependency-version: 1.4.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/jellydator/ttlcache/v3 dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/openconfig/ygot dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/prometheus/client_golang dependency-version: 1.24.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: google.golang.org/grpc dependency-version: 1.83.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
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 go-dependencies group with 6 updates:
1.6.01.7.01.4.31.4.43.4.03.4.10.34.00.35.01.23.21.24.11.81.11.83.0Updates
github.com/beevik/etreefrom 1.6.0 to 1.7.0Release notes
Sourced from github.com/beevik/etree's releases.
Changelog
Sourced from github.com/beevik/etree's changelog.
Commits
51e79d6Release v1.7.0236bb93Document duplication bug fix1215e0aEnforce maximum XML tree depth during parsing936bc58Sanitize XML contents provided by callers62d8a79Fix CompilePath index-out-of-range panicUpdates
github.com/go-logr/logrfrom 1.4.3 to 1.4.4Release notes
Sourced from github.com/go-logr/logr's releases.
Commits
96a9abaFix lint51c6302Better implementation of pointer recursion checkingc667114funcr: Handle and test recursive valuesf7ffadbAdd benchmark for pointer argse2a3c8efuncr: bound slog.Group nesting depth to prevent stack overflow2886d2bbuild(deps): bump actions/setup-go from 6.5.0 to 7.0.00b40896build(deps): bump github/codeql-action/upload-sarif77f671bBump to Go 1.26cce283fbuild(deps): bump golangci/golangci-lint-action from 9.2.1 to 9.3.03832a11build(deps): bump github/codeql-action/upload-sarifUpdates
github.com/jellydator/ttlcache/v3from 3.4.0 to 3.4.1Release notes
Sourced from github.com/jellydator/ttlcache/v3's releases.
Commits
0f3b351fix: correctly notify auto-cleaner when an item's TTL is shortened (#206)87a96cbBump actions/checkout from 6 to 7 (#211)ebb17fftest: avoid testing.AllocsPerRun panic with paused parallel tests (#208)db85e4fupdate README04020e7Bump actions/checkout from 5 to 60bea47efix concurrent AllocsPerRun usage6757579fix: use correct type in readme.md example (#199)0e73dcdBump github.com/stretchr/testify from 1.10.0 to 1.11.1 (#192)bc42155Bump actions/checkout from 4 to 5 (#189)a81e243Bump actions/setup-go from 5 to 6 (#193)Updates
github.com/openconfig/ygotfrom 0.34.0 to 0.35.0Release notes
Sourced from github.com/openconfig/ygot's releases.
Commits
6b442f4gnmidiff: remove trie dependency (#1092)3aa245bBump actions/checkout from 5 to 7 (#1089)a4fdb19Bump golang.org/x/net from 0.42.0 to 0.55.0 (#1090)2f5a9efescape backslash in key values in elemToString (#1084)98713a6fixing link (#1072)b29aaffAdd generated file comment at top of files. (#1057)34261f7Fix README.md CI build badge link (#1058)3c56098chore(all): update deps (#1053)9aedd99Bump arduino/setup-protoc from 1 to 3 (#952)1409137chore(all): update deps (#1056)Updates
github.com/prometheus/client_golangfrom 1.23.2 to 1.24.1Release notes
Sourced from github.com/prometheus/client_golang's releases.
... (truncated)
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
Commits
d6087eerelease: cut v1.24.1 (#2076)48dd383Cut v1.24.0 (#2061)a725305Cut v1.24.0-rc.0 (#2058)77c584fbuild(deps): update all Go dependencies in all go.mod files (#2059)78262a7feat(promhttp): add CoalesceGather option to deduplicate concurrent Gather ca...34e9a7fMerge pull request #2055 from prombot/repo_sync43749bcUpdate common Prometheus filesde19217examples: improve simple main.go example (#1999)20355ebfix: correct typos in comments and test error messages (#2049)4cd2d3atest: fix two flaky tests (darwin start_time regex, memstats HeapReleased dri...Updates
google.golang.org/grpcfrom 1.81.1 to 1.83.0Release notes
Sourced from google.golang.org/grpc's releases.
... (truncated)
Commits
4c226daChange version to 1.83.0 (#9228)c198988Cherrypick 9223 into v1.83.x (#9279)8ce3ebfCherrypick PR 9255 into v1.83.x (#9263)e393849Cherry-pick recent changes from master (#9240)2a112a8authz: add onPolicyUpdate callback to authz file watcher (#9142)1a80fcavet: adds a check to disallow usage of regex.Compile in xDS code (#9216)26ffdb3[tls] Add safety check in custom cert verification that peer cert chain is no...5013974internal/grpcsync: add ScheduleAndWait to CallbackSerializer (#9162)bd58bc0internal/transport: increase test timeout locally in TestAccountCheckWindowSi...484f150httpfilter/extproc: add check to ensure that response trailer mode must be SE...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@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