-
Notifications
You must be signed in to change notification settings - Fork 353
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
build(deps): bump the github-dependencies group across 1 directory with 36 updates #1357
base: master
Are you sure you want to change the base?
build(deps): bump the github-dependencies group across 1 directory with 36 updates #1357
Conversation
…th 36 updates Bumps the github-dependencies group with 22 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/miekg/dns](https://github.com/miekg/dns) | `1.1.62` | `1.1.63` | | [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.5` | `1.0.6` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.69.2` | `1.71.0` | | [github.com/google/go-cmp](https://github.com/google/go-cmp) | `0.6.0` | `0.7.0` | | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.22.2` | `2.23.0` | | [cel.dev/expr](https://github.com/google/cel-spec) | `0.19.1` | `0.22.0` | | [github.com/cyphar/filepath-securejoin](https://github.com/cyphar/filepath-securejoin) | `0.3.6` | `0.4.1` | | [github.com/emicklei/go-restful/v3](https://github.com/emicklei/go-restful) | `3.12.1` | `3.12.2` | | [github.com/go-openapi/jsonpointer](https://github.com/go-openapi/jsonpointer) | `0.21.0` | `0.21.1` | | [github.com/google/cadvisor](https://github.com/google/cadvisor) | `0.51.0` | `0.52.1` | | [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.25.1` | `2.26.3` | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.17.11` | `1.18.0` | | [github.com/opencontainers/runtime-spec](https://github.com/opencontainers/runtime-spec) | `1.2.0` | `1.2.1` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.8.1` | `1.9.1` | | [go.etcd.io/etcd/api/v3](https://github.com/etcd-io/etcd) | `3.5.17` | `3.5.19` | | [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.17` | `3.5.19` | | [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) | `3.5.17` | `3.5.19` | | [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.58.0` | `0.60.0` | | [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.58.0` | `0.60.0` | | [go.opentelemetry.io/otel/exporters/otlp/otlptrace](https://github.com/open-telemetry/opentelemetry-go) | `1.33.0` | `1.35.0` | | [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) | `1.33.0` | `1.35.0` | | [golang.org/x/time](https://github.com/golang/time) | `0.9.0` | `0.11.0` | Updates `github.com/miekg/dns` from 1.1.62 to 1.1.63 - [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release) - [Commits](miekg/dns@v1.1.62...v1.1.63) Updates `github.com/spf13/pflag` from 1.0.5 to 1.0.6 - [Release notes](https://github.com/spf13/pflag/releases) - [Commits](spf13/pflag@v1.0.5...v1.0.6) Updates `google.golang.org/grpc` from 1.69.2 to 1.71.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.69.2...v1.71.0) Updates `google.golang.org/protobuf` from 1.36.2 to 1.36.4 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/onsi/ginkgo/v2` from 2.22.2 to 2.23.0 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.22.2...v2.23.0) Updates `cel.dev/expr` from 0.19.1 to 0.22.0 - [Release notes](https://github.com/google/cel-spec/releases) - [Commits](google/cel-spec@v0.19.1...v0.22.0) Updates `github.com/cyphar/filepath-securejoin` from 0.3.6 to 0.4.1 - [Release notes](https://github.com/cyphar/filepath-securejoin/releases) - [Changelog](https://github.com/cyphar/filepath-securejoin/blob/main/CHANGELOG.md) - [Commits](cyphar/filepath-securejoin@v0.3.6...v0.4.1) Updates `github.com/emicklei/go-restful/v3` from 3.12.1 to 3.12.2 - [Release notes](https://github.com/emicklei/go-restful/releases) - [Changelog](https://github.com/emicklei/go-restful/blob/v3/CHANGES.md) - [Commits](emicklei/go-restful@v3.12.1...v3.12.2) Updates `github.com/go-openapi/jsonpointer` from 0.21.0 to 0.21.1 - [Commits](go-openapi/jsonpointer@v0.21.0...v0.21.1) Updates `github.com/go-openapi/swag` from 0.23.0 to 0.23.1 - [Commits](go-openapi/swag@v0.23.0...v0.23.1) Updates `github.com/google/cadvisor` from 0.51.0 to 0.52.1 - [Release notes](https://github.com/google/cadvisor/releases) - [Changelog](https://github.com/google/cadvisor/blob/master/CHANGELOG.md) - [Commits](google/cadvisor@v0.51.0...v0.52.1) Updates `github.com/grpc-ecosystem/grpc-gateway/v2` from 2.25.1 to 2.26.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.25.1...v2.26.3) Updates `github.com/klauspost/compress` from 1.17.11 to 1.18.0 - [Release notes](https://github.com/klauspost/compress/releases) - [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml) - [Commits](klauspost/compress@v1.17.11...v1.18.0) 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/opencontainers/runc` from 1.2.4 to 1.2.5 - [Release notes](https://github.com/opencontainers/runc/releases) - [Changelog](https://github.com/opencontainers/runc/blob/main/CHANGELOG.md) - [Commits](opencontainers/runc@v1.2.4...v1.2.5) Updates `github.com/opencontainers/runtime-spec` from 1.2.0 to 1.2.1 - [Release notes](https://github.com/opencontainers/runtime-spec/releases) - [Changelog](https://github.com/opencontainers/runtime-spec/blob/main/ChangeLog) - [Commits](opencontainers/runtime-spec@v1.2.0...v1.2.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 `github.com/spf13/cobra` from 1.8.1 to 1.9.1 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.8.1...v1.9.1) Updates `go.etcd.io/etcd/api/v3` from 3.5.17 to 3.5.19 - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](etcd-io/etcd@v3.5.17...v3.5.19) Updates `go.etcd.io/etcd/client/pkg/v3` from 3.5.17 to 3.5.19 - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](etcd-io/etcd@v3.5.17...v3.5.19) Updates `go.etcd.io/etcd/client/v3` from 3.5.17 to 3.5.19 - [Release notes](https://github.com/etcd-io/etcd/releases) - [Commits](etcd-io/etcd@v3.5.17...v3.5.19) Updates `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` from 0.58.0 to 0.60.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.58.0...zpages/v0.60.0) Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from 0.58.0 to 0.60.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.58.0...zpages/v0.60.0) Updates `go.opentelemetry.io/otel` from 1.33.0 to 1.35.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.35.0) Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace` from 1.33.0 to 1.35.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.35.0) Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.33.0 to 1.35.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.35.0) Updates `go.opentelemetry.io/otel/metric` from 1.33.0 to 1.35.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.35.0) Updates `go.opentelemetry.io/otel/sdk` from 1.33.0 to 1.35.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.35.0) Updates `go.opentelemetry.io/otel/trace` from 1.33.0 to 1.35.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.35.0) Updates `golang.org/x/mod` from 0.22.0 to 0.23.0 - [Commits](golang/mod@v0.22.0...v0.23.0) Updates `golang.org/x/oauth2` from 0.25.0 to 0.27.0 - [Commits](golang/oauth2@v0.25.0...v0.27.0) Updates `golang.org/x/time` from 0.9.0 to 0.11.0 - [Commits](golang/time@v0.9.0...v0.11.0) Updates `golang.org/x/tools` from 0.29.0 to 0.30.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.29.0...v0.30.0) Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20250106144421-5f5ef82da422 to 0.0.0-20250303144028-a0af3efb3deb - [Commits](https://github.com/googleapis/go-genproto/commits) Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20250106144421-5f5ef82da422 to 0.0.0-20250303144028-a0af3efb3deb - [Commits](https://github.com/googleapis/go-genproto/commits) --- updated-dependencies: - dependency-name: github.com/miekg/dns dependency-type: indirect update-type: version-update:semver-patch dependency-group: github-dependencies - dependency-name: github.com/spf13/pflag dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-dependencies - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-dependencies - dependency-name: github.com/google/go-cmp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: cel.dev/expr dependency-type: indirect update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: github.com/cyphar/filepath-securejoin dependency-type: indirect update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: github.com/emicklei/go-restful/v3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: github-dependencies - dependency-name: github.com/go-openapi/jsonpointer dependency-type: indirect update-type: version-update:semver-patch dependency-group: github-dependencies - dependency-name: github.com/go-openapi/swag dependency-type: indirect update-type: version-update:semver-patch dependency-group: github-dependencies - dependency-name: github.com/google/cadvisor dependency-type: indirect update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: github.com/klauspost/compress dependency-type: indirect update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: github.com/opencontainers/image-spec dependency-type: indirect update-type: version-update:semver-patch dependency-group: github-dependencies - dependency-name: github.com/opencontainers/runc dependency-type: indirect update-type: version-update:semver-patch dependency-group: github-dependencies - dependency-name: github.com/opencontainers/runtime-spec dependency-type: indirect update-type: version-update:semver-patch dependency-group: github-dependencies - dependency-name: github.com/prometheus/common dependency-type: indirect update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: github.com/spf13/cobra dependency-type: indirect update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: go.etcd.io/etcd/api/v3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: github-dependencies - dependency-name: go.etcd.io/etcd/client/pkg/v3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: github-dependencies - dependency-name: go.etcd.io/etcd/client/v3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: github-dependencies - dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc dependency-type: indirect update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp dependency-type: indirect update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: go.opentelemetry.io/otel dependency-type: indirect update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace dependency-type: indirect update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc dependency-type: indirect update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: go.opentelemetry.io/otel/metric dependency-type: indirect update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: go.opentelemetry.io/otel/sdk dependency-type: indirect update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: go.opentelemetry.io/otel/trace dependency-type: indirect update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: golang.org/x/mod dependency-type: indirect update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: golang.org/x/oauth2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: golang.org/x/time dependency-type: indirect update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: golang.org/x/tools dependency-type: indirect update-type: version-update:semver-minor dependency-group: github-dependencies - dependency-name: google.golang.org/genproto/googleapis/api dependency-type: indirect update-type: version-update:semver-patch dependency-group: github-dependencies - dependency-name: google.golang.org/genproto/googleapis/rpc dependency-type: indirect update-type: version-update:semver-patch dependency-group: github-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dependabot[bot] The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hi @dependabot[bot]. Thanks for your PR. I'm waiting for a kubernetes-csi member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
@dependabot[bot]: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
Bumps the github-dependencies group with 22 updates in the / directory:
1.1.62
1.1.63
1.0.5
1.0.6
1.69.2
1.71.0
0.6.0
0.7.0
2.22.2
2.23.0
0.19.1
0.22.0
0.3.6
0.4.1
3.12.1
3.12.2
0.21.0
0.21.1
0.51.0
0.52.1
2.25.1
2.26.3
1.17.11
1.18.0
1.2.0
1.2.1
1.8.1
1.9.1
3.5.17
3.5.19
3.5.17
3.5.19
3.5.17
3.5.19
0.58.0
0.60.0
0.58.0
0.60.0
1.33.0
1.35.0
1.33.0
1.35.0
0.9.0
0.11.0
Updates
github.com/miekg/dns
from 1.1.62 to 1.1.63Commits
97c29ff
Release 1.1.63c705e5a
Bump golang.org/x/sys from 0.23.0 to 0.27.0 (#1619)fb0c220
Bump golang.org/x/net from 0.28.0 to 0.31.0 (#1622)ca39c8b
fix: input validation for RRSIG.Verify() (#1618)8a00a2f
add zdns as a user of miekg/dns (#1608)cbe4275
Allow SO_REUSEADDR and SO_REUSEPORT to be set simultaneously (#1623)b77d1ed
Bump golang.org/x/net from 0.27.0 to 0.28.0 (#1600)794abd7
edns0 cleanups (#1595)6008929
add decorate reader warning (#1596)Updates
github.com/spf13/pflag
from 1.0.5 to 1.0.6Release notes
Sourced from github.com/spf13/pflag's releases.
Commits
5ca8134
Merge pull request #419 from spf13/ci100ab0e
disable unsupported dependency graph for nowa0f4ddd
fix govetf48cbd1
add github actionsd5e0c06
allow for blank ip addresses (#316)85dd5c8
Add IPNetSlice and unit tests (#170)6971c29
remove dead code for checking error nil (#282)81378bb
Add exported functions to preservepkg/flag
compatibility (#220)Updates
google.golang.org/grpc
from 1.69.2 to 1.71.0Release notes
Sourced from google.golang.org/grpc's releases.
... (truncated)
Commits
d01db5c
Change version to 1.71.0 (#8105)012f8bf
xds: Enable dualstack flag (#8134)bf0c885
examples/features/dualstack: Demonstrate Dual Stack functionality (#8098) (#8...05bdd66
ringhash: Remove TODO comment (#8096)ddb2484
xds: remove obsolete xDS transport custom dialer option (#8079)8528f43
cleanup: replace Dial with NewClient (#7975)ae2a04f
ringhash: Replace DNS resolver before sending xDS Update in test (#8091)e55819e
lazy: Use channel to wait for resolver error being received in test (#8088)b524c08
xdsclient: include xds node ID in errors from the WatchResource API (#8093)91eb6aa
client: improve documentation of target strings (#8078)Updates
google.golang.org/protobuf
from 1.36.2 to 1.36.4Updates
github.com/google/go-cmp
from 0.6.0 to 0.7.0Release notes
Sourced from github.com/google/go-cmp's releases.
Commits
9b12f36
Detect proto.Message types when failing to export a field (#370)4dd3d63
fix: type 'aribica' => 'arabica' (#368)391980c
Support compare functions with SortSlices and SortMaps (#367)Updates
github.com/onsi/ginkgo/v2
from 2.22.2 to 2.23.0Release notes
Sourced from github.com/onsi/ginkgo/v2's releases.
Changelog
Sourced from github.com/onsi/ginkgo/v2's changelog.
Commits
1d705bc
v2.23.037a511b
bump to go 1.24.0 - support new testing.TB methods and add a test to cover te...7556a86
fix edge case where build -o is pointing at an explicit file, not a directory4df06c6
Fix binary paths when precompiling multiple suites.cbcf39a
Fix: Correct Markdown list rendering in MIGRATING_TO_V2.md9b261ff
docs: fix test workflow badge (#1512)00f19c8
Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (#1516)e98a4df
Bump golang.org/x/tools from 0.28.0 to 0.30.0 (#1515)60cc4e2
Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (#1504)fea6f2d
Bump github-pages from 231 to 232 in /docs (#1447)Updates
cel.dev/expr
from 0.19.1 to 0.22.0Release notes
Sourced from cel.dev/expr's releases.
Commits
d564205
Add test_suite and test_config under conformance (#441)b2bd60e
Fix misspellings again (#443)f8cfe20
Fix typeo in string_ext.textproto (#442)261e335
Fix and document string.format (#436)bfe4f8b
Add java_lite_proto_library targets to canonical CEL protos. Deprecate explai...1435466
Indicate that CEL is an official Google product (#439)23e240d
Add conformance tests for quoted field selectors. (#431)25227dd
Fix strings.format tests (#435)19866ce
clarify Unicode handling (#423)8fdb299
tests to verify parsers ignore whitespace and comments (#430)Updates
github.com/cyphar/filepath-securejoin
from 0.3.6 to 0.4.1Release notes
Sourced from github.com/cyphar/filepath-securejoin's releases.
... (truncated)
Changelog
Sourced from github.com/cyphar/filepath-securejoin's changelog.
Commits
7abd870
VERSION: release v0.4.1509a359
merge #47 into cyphar/filepath-securejoin:mainfbaef26
join: loosen cleanliness requirements for SecureJoin root54460df
merge #45 into cyphar/filepath-securejoin:main14e6cfe
VERSION: back to development9a17e6b
VERSION: release v0.4.0e410d4a
merge #44 into cyphar/filepath-securejoin:mainea4e5b6
gha: add GOARCH=386 build check0c2fbe6
mkdirall: switch to os.FileMode argumentf3a512c
merge #43 into cyphar/filepath-securejoin:mainUpdates
github.com/emicklei/go-restful/v3
from 3.12.1 to 3.12.2Changelog
Sourced from github.com/emicklei/go-restful/v3's changelog.
Commits
d59fac5
Bump the github-actions group across 1 directory with 3 updates (#582)35bc7ae
allow empty payloads in post,put,patch, issue #580 (#581)ffa1d91
Bump the github-actions group across 1 directory with 2 updates (#578)2aacac8
Bump actions/setup-go from 5.1.0 to 5.2.0 in the github-actions group (#573)60b49be
Bump the github-actions group across 1 directory with 2 updates (#572)bcbb0e6
Bump the github-actions group across 1 directory with 3 updates (#569)e38aee0
Update CHANGES.md2ad39f9
Bump step-security/harden-runner in the github-actions group (#566)361c568
Bump the github-actions group across 1 directory with 4 updates (#564)33de948
dependabot to group PRs (#557)Updates
github.com/go-openapi/jsonpointer
from 0.21.0 to 0.21.1Commits
6bb743a
updated dependenciesba7dfd1
re-enacted dependabot auto-merge381b78e
fixed undue move of reflect declarations31411a0
Relint2bee274
Merge pull request #39 from go-openapi/dependabot/go_modules/github.com/stret...c1d9e8d
Bump github.com/stretchr/testify from 1.9.0 to 1.10.0ad6963c
Bump codecov/codecov-action in the development-dependencies group6368b84
Bump golangci/golangci-lint-action in the development-dependencies group5ef89de
Bump golangci/golangci-lint-action in the development-dependencies group026fa61
Bump the development-dependencies group with 1 updateUpdates
github.com/go-openapi/swag
from 0.23.0 to 0.23.1Commits
87317ee
re-enacted dependabot auto-merge223b27e
Relint06305b8
Bump github.com/mailru/easyjson in the other-dependencies group (#98)4bc9026
Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#97)06326a3
Bump codecov/codecov-action in the development-dependencies group0640ba3
Bump golangci/golangci-lint-action in the development-dependencies group3d6928a
Bump golangci/golangci-lint-action in the development-dependencies group10a3a2f
Bump the development-dependencies group with 1 updateUpdates
github.com/google/cadvisor
from 0.51.0 to 0.52.1Commits
0b675de
Make resctrl optional/pluggableb518a3d
Merge pull request #3666 from dims/bump-to-newer-opencontainers/image-spec-v1...8a7da69
Bump to newer opencontainers/image-spec @ v1.1.10bf663a
Merge pull request #3664 from dims/switch-to-opencontainers-cgroups-repositoryd448bc1
Bump from 1.22 to 1.24 golangc12dff2
Switch to opencontainers/cgroups repository5bd422f
Merge pull request #3649 from xinau/xinau/add-psi-metrics20e5af2
Expose PSI metric for CPU fulle238b08
Use 1e6/9 instead of time for conversion94a027c
Add minor improvements to PSI metricsUpdates
github.com/grpc-ecosystem/grpc-gateway/v2
from 2.25.1 to 2.26.3Release notes
Sourced from github.com/grpc-ecosystem/grpc-gateway/v2's releases.
Commits
e80a2e5
mod: downgrade to Go 1.23 (#5313)72466fe
chore(deps): update googleapis digest to 0c50144 (#5314)a337874
chore(deps): update googleapis digest to 938783f (#5311)22bb6bf
chore(deps): update googleapis digest to d51753b (#5310)470a32d
docs(install-guide): update Go 1.24 tool directive usage (#5298)d9141b9
chore(deps): update googleapis digest to 05f571e (#5307)e70c53c
Update gorelease base641f83f
chore(deps): update googleapis digest to c414002 (#5305)260ccbd
Revert "feat: expose invalid argument error to clients in bidirectional strea...c18bc4e
fix(deps): update google.golang.org/genproto/googleapis/rpc digest to a0af3ef...Updates
github.com/klauspost/compress
from 1.17.11 to 1.18.0Release notes
Sourced from github.com/klauspost/compress's releases.
Commits
8e79dc4
Deprecate Go 1.21 and add 1.24 (#1055)df8e99c
build(deps): bump the github-actions group with 2 updates (