Bump the go-version-updates group across 4 directories with 12 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 3
(about 2 months ago)
(about 2 months ago)
dependencies go
Bumps the go-version-updates group with 7 updates in the /auto-discovery/cloud-aws directory:
Package | From | To |
---|---|---|
github.com/aws/aws-sdk-go | 1.55.6 |
1.55.8 |
github.com/go-logr/logr | 1.4.2 |
1.4.3 |
github.com/onsi/gomega | 1.37.0 |
1.38.0 |
k8s.io/api | 0.28.2 |
0.33.3 |
k8s.io/client-go | 0.28.2 |
0.33.3 |
sigs.k8s.io/controller-runtime | 0.16.2 |
0.21.0 |
k8s.io/cli-runtime | 0.28.2 |
0.33.3 |
Bumps the go-version-updates group with 5 updates in the /auto-discovery/kubernetes directory:
Package | From | To |
---|---|---|
github.com/onsi/gomega | 1.37.0 |
1.38.0 |
k8s.io/api | 0.33.2 |
0.33.3 |
k8s.io/client-go | 0.33.2 |
0.33.3 |
sigs.k8s.io/yaml | 1.5.0 |
1.6.0 |
github.com/prometheus/client_golang | 1.22.0 |
1.23.0 |
Bumps the go-version-updates group with 4 updates in the /lurker directory: github.com/go-logr/logr, k8s.io/api, k8s.io/client-go and sigs.k8s.io/yaml.
Bumps the go-version-updates group with 6 updates in the /operator directory:
Package | From | To |
---|---|---|
github.com/onsi/gomega | 1.37.0 |
1.38.0 |
k8s.io/api | 0.33.2 |
0.33.3 |
k8s.io/client-go | 0.33.2 |
0.33.3 |
sigs.k8s.io/yaml | 1.4.0 |
1.6.0 |
github.com/minio/minio-go/v7 | 7.0.94 |
7.0.95 |
github.com/prometheus/client_golang | 1.22.0 |
1.23.0 |
Updates github.com/aws/aws-sdk-go
from 1.55.6 to 1.55.8
Release notes
Sourced from github.com/aws/aws-sdk-go's releases.
Release v1.55.8 (2025-07-31)
SDK Features
- Mark the module and all packages as deprecated.
- This SDK has entered end-of-support.
Release v1.55.7 (2025-04-22)
SDK Bugs
service/s3/s3manager
: Abort multipart download if object is modified during download
- Fixes 4986
Commits
070853e
release v1.55.8 (2025-07-31)bb0168e
Add deprecation warnings everywhere and remove some README content7ce44f3
aws6d9a26d
remove doc issue tmpl239002f
deprecate service packages and HLLs70c4177
deprecate main runtime packagesbbdd4e9
deprecate163aada
release v1.55.7 (2025-04-22) (#5346)9eb2bfd
Abort multi part download if the object is modified during download8d203cc
Update bug-report.yml- See full diff in compare view
Updates github.com/go-logr/logr
from 1.4.2 to 1.4.3
Release notes
Sourced from github.com/go-logr/logr's releases.
v1.4.3
Minor release.
What's Changed
- Fix slog tests for 1.25 by
@hoeppi-google
in go-logr/logr#361- Remove one exception from Slog testing by
@thockin
in go-logr/logr#362New Contributors
@hoeppi-google
made their first contribution in go-logr/logr#361Full Changelog: https://github.com/go-logr/logr/compare/v1.4.2...v1.4.3
Commits
38a1c47
build(deps): bump github/codeql-action from 3.28.17 to 3.28.18f08bedd
build(deps): bump actions/setup-go from 5.4.0 to 5.5.06295e99
build(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0028840d
build(deps): bump github/codeql-action from 3.28.15 to 3.28.17511e5fa
Merge pull request #367 from go-logr/dependabot/github_actions/github/codeql-...d806463
build(deps): bump github/codeql-action from 3.28.13 to 3.28.15158c311
Merge pull request #366 from thockin/masterc79ddb3
Update to support golangci-lint v220a64ba
build(deps): bump github/codeql-action from 3.28.12 to 3.28.130385e14
Add comments around slog exceptions- Additional commits viewable in compare view
Updates github.com/onsi/gomega
from 1.37.0 to 1.38.0
Release notes
Sourced from github.com/onsi/gomega's releases.
v1.38.0
1.38.0
Features
- gstruct handles extra unexported fields [4ee7ed0]
Fixes
- support [] in IgnoringTopFunction function signatures (#851) [36bbf72]
Maintenance
- Bump golang.org/x/net from 0.40.0 to 0.41.0 (#846) [529d408]
- Fix typo [acd1f55]
- Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#835) [bae65a0]
- Bump nokogiri from 1.18.4 to 1.18.8 in /docs (#842) [8dda91f]
- Bump golang.org/x/net from 0.39.0 to 0.40.0 (#843) [212d812]
- Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (#839) [59bd7f9]
- Bump nokogiri from 1.18.1 to 1.18.4 in /docs (#834) [328c729]
- Bump uri from 1.0.2 to 1.0.3 in /docs (#826) [9a798a1]
- Bump golang.org/x/net from 0.37.0 to 0.39.0 (#841) [04a72c6]
Changelog
Sourced from github.com/onsi/gomega's changelog.
1.38.0
Features
- gstruct handles extra unexported fields [4ee7ed0]
Fixes
- support [] in IgnoringTopFunction function signatures (#851) [36bbf72]
Maintenance
- Bump golang.org/x/net from 0.40.0 to 0.41.0 (#846) [529d408]
- Fix typo [acd1f55]
- Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#835) [bae65a0]
- Bump nokogiri from 1.18.4 to 1.18.8 in /docs (#842) [8dda91f]
- Bump golang.org/x/net from 0.39.0 to 0.40.0 (#843) [212d812]
- Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (#839) [59bd7f9]
- Bump nokogiri from 1.18.1 to 1.18.4 in /docs (#834) [328c729]
- Bump uri from 1.0.2 to 1.0.3 in /docs (#826) [9a798a1]
- Bump golang.org/x/net from 0.37.0 to 0.39.0 (#841) [04a72c6]
Commits
c1237df
v1.38.036bbf72
support [] in IgnoringTopFunction function signatures (#851)4ee7ed0
gstruct handles extra unexported fields529d408
Bump golang.org/x/net from 0.40.0 to 0.41.0 (#846)acd1f55
Fix typobae65a0
Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#835)8dda91f
Bump nokogiri from 1.18.4 to 1.18.8 in /docs (#842)212d812
Bump golang.org/x/net from 0.39.0 to 0.40.0 (#843)59bd7f9
Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (#839)328c729
Bump nokogiri from 1.18.1 to 1.18.4 in /docs (#834)- Additional commits viewable in compare view
Updates k8s.io/api
from 0.28.2 to 0.33.3
Commits
b40c1ca
Update dependencies to v0.33.3 tag16cedc7
Merge pull request #131088 from atiratree/rename-terminating-replicas-fgdc88679
Merge pull request #131103 from ahrtr/etcd_sdk_202503284a456a2
bump etcd 3.5.21 sdk96e38c9
rename DeploymentPodReplacementPolicy FG to DeploymentReplicaSetTerminatingRe...c21a017
Merge pull request #129970 from mortent/AddResourceV1beta2APId0673db
Run make update118546d
Merge pull request #130556 from sreeram-venkitesh/kep-4960-container-stop-sig...f9401a3
Merge pull request #130797 from jm-franc/configurable-tolerance9b3e544
Generated UPDATE_COMPATIBILITY_FIXTURE_DATA- Additional commits viewable in compare view
Updates k8s.io/client-go
from 0.28.2 to 0.33.3
Commits
23a84e4
Update dependencies to v0.33.3 tagecbbb06
bump etcd 3.5.21 sdk2086688
Merge pull request #129970 from mortent/AddResourceV1beta2APIdba34c7
Run make updatee359642
Merge pull request #130556 from sreeram-venkitesh/kep-4960-container-stop-sig...3bf0a05
Merge pull request #130797 from jm-franc/configurable-tolerance7a03a3b
Generated files1676beb
Refresh autogenerated files following the configurable tolerance updates.387edb8
Merge pull request #130967 from aojea/listers21dc3b4
benchmark to show inefficient linear search lookup- Additional commits viewable in compare view
Updates sigs.k8s.io/controller-runtime
from 0.16.2 to 0.21.0
Release notes
Sourced from sigs.k8s.io/controller-runtime's releases.
v0.21.0
Highlights
- Bump to Kubernetes v1.33 libraries
- Improvements for priority queue (#2374)
- envtest now has an option to download envtest binaries (can be used to replace setup-envtest depending on use case)
- Metric improvements: native histograms, all Go runtime metrics are enabled now
- Various bug fixes
- New reviewers:
@troy0820
,@JoelSpeed
!!:warning: Breaking Changes
- Bump to k8s.io/* v0.33.0 and Go 1.24 (#3104 #3142 #3161 #3204 #3215)
- config: Stop enabling client-side ratelimiter by default (#3119)
- Previous behavior can be preserved by setting QPS 20 and Burst 30 on the rest.Config
- controller: NewUnmanaged/NewTypedUnmanaged: Stop requiring a manager (#3141)
- reconcile: Deprecate
Result.Requeue
(#3107):sparkles: New Features
- controller: priority queue:
- Add debug logging for the state of the priority queue (#3075)
- Add priority label to queue depth metric (#3156)
- Leverage IsInInitialList (#3162)
- Remove redundant WithLowPriorityWhenUnchanged in builder (#3168)
- Retain the priority after Reconcile (#3167)
- Set priority automatically in handlers (#3111 #3152 #3160 #3174)
- envtest: Add Environment.KubeConfig field (#2278)
- envtest: Add option to download envtest binaries (#3135 #3137)
- events: Add IsInInitialList to TypedCreateEvent (#3162)
- log/zap: Enable panic log level (#3186)
- logging: Adopt WarningHandlerWithContext (#3176)
- logging: Improve logging by adopting contextual logging (#3149)
- metrics: Adopt native histograms (#3165)
- metrics: Expose all Go runtime metrics (#3070)
:bug: Bug Fixes
- apiutil: restmapper: Respect preferred version (#3151)
- builder: webhook: Fix custom path for webhook conflicts (#3102)
- cache: Clone maps to prevent data races when concurrently creating caches using the same options (#3078)
- cache: Stop accumulating lists in multi-namespace cache implementation (#3195)
- cache: List out of global cache when present and necessary (#3126)
- client: Return error if pagination is used with the cached client (#3134)
- controller: Support WaitForSync in TypedSyncingSource (#3084)
- controller: priority queue: Fix behavior of rate limit option in priorityqueue.AddWithOpts (#3103)
- controller: priority queue: Yet another queue_depth metric fix (#3085)
- controllerutil: CreateOrUpdate: Avoid panic when the MutateFn is nil (#2828)
- envtest: Fix nil pointer exception in Stop() (#3153)
- fake client: Fix data races when writing to the scheme (#3143)
... (truncated)
Commits
71f7db5
Merge pull request #3225 from troy0820/troy0820/prepare-for-0.21-release52d8779
update README with go versionab37f74
Merge pull request #3223 from troy0820/troy0820/return-warnings-on-webhooks250a88f
return warnings on webhooks85ee7a9
Merge pull request #3217 from kubernetes-sigs/dependabot/github_actions/all-g...81f1fae
:seedling: Bump the all-github-actions group across 1 directory with 3 updatesd9a2274
Merge pull request #3187 from dongjiang1989/update-golangci-lint-v29c38211
update golangci-lint to v29b5f6a7
Merge pull request #3208 from troy0820/troy0820/api-machinery-marshalb3278df
use sigs.k8s.io/json to unmarshal in fakeclient- Additional commits viewable in compare view
Updates sigs.k8s.io/yaml
from 1.3.0 to 1.4.0
Release notes
Sourced from sigs.k8s.io/yaml's releases.
v1.6.0
What's Changed
- Add "kyaml" support and yamlfmt by
@thockin
in kubernetes-sigs/yaml#132
Commits
048d724
Merge pull request #132 from thockin/master23c836c
Bolster tests, mostly in error-handling2e3340b
Add compact output tests4a4f539
Add test case for tabs in multi-line strings13509ad
Change which methods get a newline and fix tests59c2c43
Add compact mode so KYAML can be used in more placesabc1add
kyaml: Implement escaping closer to YAML spec7749171
Add a yamlfmt cmda932007
Add KYAML support- See full diff in compare view
Updates k8s.io/apimachinery
from 0.28.2 to 0.33.3
Commits
173776a
Merge pull request #131708tigrato/automated-cherry-pick-of-#131702
a3d1fde
fix: fixes a possible panic inNewYAMLToJSONDecoder
955939f
bump etcd 3.5.21 sdke8a77bd
Merge pull request #130910 from googs1025/fix/datarace7e8c77e
Merge pull request #130906 from serathius/streaming-validation27fd396
flake: fix data race for func TestBackoff_Step8bcc6f1
Update kube-openapi and integrate streaming tags validation6ce776c
Merge pull request #130857 from thockin/kk_small_vg_diffsf2c94d6
Comment on origin and JSON schemab63ba07
Use origin in validateFalse's own test- Additional commits viewable in compare view
Updates k8s.io/cli-runtime
from 0.28.2 to 0.33.3
Commits
51cde53
Update dependencies to v0.33.3 tag2811321
bump etcd 3.5.21 sdkb44307f
Merge pull request #129872 from seans3/websocket-https-proxyf7c023c
Websocket HTTPS proxy support178adec
Merge pull request #130906 from serathius/streaming-validation1e2dc5c
Update kube-openapi and integrate streaming tags validation7d637a3
Merge pull request #130555 from thockin/k_k_randfill67be32d
Vendor randfill2dc7b80
Merge pull request #130569 from dims/update-to-latest-cadvisor-v0.52.0a4e93f9
update to v1.22.0-rc.0- Additional commits viewable in compare view
Updates k8s.io/utils
from 0.0.0-20230726121419-3b25d923346b to 0.0.0-20241104100929-3ea5e8cea738
Commits
- See full diff in compare view
Updates github.com/prometheus/client_golang
from 1.16.0 to 1.22.0
Release notes
Sourced from github.com/prometheus/client_golang's releases.
v1.23.0 - 2025-07-30
- [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812
- [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766
- [FEATURE] Add exemplars for native histograms #1686
- [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823
- [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #1833
- [BUGFIX] exp/api: client prompt return on context cancellation #1729
... (truncated)
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
1.23.0 / 2025-07-30
- [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812
- [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766
- [FEATURE] Add exemplars for native histograms #1686
- [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823
- [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #1833
- [BUGFIX] exp/api: client prompt return on context cancellation #1729
Commits
e4b2208
Cut v1.23.0 (#1848)d9492af
cut v1.23.0-rc.1 (#1842)aeae8a0
Cut v1.23.0-rc.0 (#1837)b157309
Update common Prometheus files (#1832)a704e28
build(deps): bump the github-actions group with 3 updates (#1826)c774311
Fix errNotImplemented reference (#1835)db4db7b
Update runtime metrics for Go v1.23 and v1.24 (#1833)99d380e
Update common Prometheus files (#1831)f3ef320
Merge pull request #1828 from prometheus/dependabot/go_modules/exp/github.com...520c91a
build(deps): bump github.com/prometheus/common in /exp- Additional commits viewable in compare view
Updates github.com/onsi/gomega
from 1.37.0 to 1.38.0
Release notes
Sourced from github.com/onsi/gomega's releases.
v1.38.0
1.38.0
Features
- gstruct handles extra unexported fields [4ee7ed0]
Fixes
- support [] in IgnoringTopFunction function signatures (#851) [36bbf72]
Maintenance
- Bump golang.org/x/net from 0.40.0 to 0.41.0 (#846) [529d408]
- Fix typo [acd1f55]
- Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#835) [bae65a0]
- Bump nokogiri from 1.18.4 to 1.18.8 in /docs (#842) [8dda91f]
- Bump golang.org/x/net from 0.39.0 to 0.40.0 (#843) [212d812]
- Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (#839) [59bd7f9]
- Bump nokogiri from 1.18.1 to 1.18.4 in /docs (#834) [328c729]
- Bump uri from 1.0.2 to 1.0.3 in /docs (#826) [9a798a1]
- Bump golang.org/x/net from 0.37.0 to 0.39.0 (#841) [04a72c6]
Changelog
Sourced from github.com/onsi/gomega's changelog.
1.38.0
Features
- gstruct handles extra unexported fields [4ee7ed0]
Fixes
- support [] in IgnoringTopFunction function signatures (#851) [36bbf72]
Maintenance
- Bump golang.org/x/net from 0.40.0 to 0.41.0 (#846) [529d408]
- Fix typo [acd1f55]
- Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#835) [bae65a0]
- Bump nokogiri from 1.18.4 to 1.18.8 in /docs (#842) [8dda91f]
- Bump golang.org/x/net from 0.39.0 to 0.40.0 (#843) [212d812]
- Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (#839) [59bd7f9]
- Bump nokogiri from 1.18.1 to 1.18.4 in /docs (#834) [328c729]
- Bump uri from 1.0.2 to 1.0.3 in /docs (#826) [9a798a1]
- Bump golang.org/x/net from 0.37.0 to 0.39.0 (#841) [04a72c6]
Commits
c1237df
v1.38.036bbf72
support [] in IgnoringTopFunction function signatures (#851)4ee7ed0
gstruct handles extra unexported fields529d408
Bump golang.org/x/net from 0.40.0 to 0.41.0 (#846)acd1f55
Fix typobae65a0
Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 (#835)8dda91f
Bump nokogiri from 1.18.4 to 1.18.8 in /docs (#842)212d812
Bump golang.org/x/net from 0.39.0 to 0.40.0 (#843)59bd7f9
Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (#839)328c729
Bump nokogiri from 1.18.1 to 1.18.4 in /docs (#834)- Additional commits viewable in compare view
Updates k8s.io/api
from 0.33.2 to 0.33.3
Commits
b40c1ca
Update dependencies to v0.33.3 tag16cedc7
Merge pull request #131088 from atiratree/rename-terminating-replicas-fgdc88679
Merge pull request #131103 from ahrtr/etcd_sdk_202503284a456a2
bump etcd 3.5.21 sdk96e38c9
rename DeploymentPodReplacementPolicy FG to DeploymentReplicaSetTerminatingRe...c21a017
Merge pull request #129970 from mortent/AddResourceV1beta2APId0673db
Run make update118546d
Merge pull request #130556 from sreeram-venkitesh/kep-4960-container-stop-sig...f9401a3
Merge pull request #130797 from jm-franc/configurable-tolerance9b3e544
Generated UPDATE_COMPATIBILITY_FIXTURE_DATA- Additional commits viewable in compare view
Updates k8s.io/client-go
from 0.33.2 to 0.33.3
Commits
23a84e4
Update dependencies to v0.33.3 tagecbbb06
bump etcd 3.5.21 sdk2086688
Merge pull request #129970 from mortent/AddResourceV1beta2APIdba34c7
Run make updatee359642
Merge pull request #130556 from sreeram-venkitesh/kep-4960-container-stop-sig...3bf0a05
Merge pull request #130797 from jm-franc/configurable-tolerance7a03a3b
Generated files1676beb
Refresh autogenerated files following the configurable tolerance updates.387edb8
Merge pull request #130967 from aojea/listers21dc3b4
benchmark to show inefficient linear search lookup- Additional commits viewable in compare view
Updates sigs.k8s.io/yaml
from 1.5.0 to 1.6.0
Release notes
Sourced from sigs.k8s.io/yaml's releases.
v1.6.0
What's Changed
- Add "kyaml" support and yamlfmt by
@thockin
in kubernetes-sigs/yaml#132
Commits
048d724
Merge pull request #132 from thockin/master23c836c
Bolster tests, mostly in error-handling2e3340b
Add compact output tests4a4f539
Add test case for tabs in multi-line strings13509ad
Change which methods get a newline and fix tests59c2c43
Add compact mode so KYAML can be used in more placesabc1add
kyaml: Implement escaping closer to YAML spec7749171
Add a yamlfmt cmda932007
Add KYAML support- See full diff in compare view
Updates k8s.io/apimachinery
from 0.33.2 to 0.33.3
Commits
173776a
Merge pull request #131708tigrato/automated-cherry-pick-of-#131702
a3d1fde
fix: fixes a possible panic inNewYAMLToJSONDecoder
955939f
bump etcd 3.5.21 sdke8a77bd
Merge pull request #130910 from googs1025/fix/datarace7e8c77e
Merge pull request #130906 from serathius/streaming-validation27fd396
flake: fix data race for func TestBackoff_Step8bcc6f1
Update kube-openapi and integrate streaming tags validation6ce776c
Merge pull request #130857 from thockin/kk_small_vg_diffsf2c94d6
Comment on origin and JSON schemab63ba07
Use origin in validateFalse's own test- Additional commits viewable in compare view
Updates github.com/prometheus/client_golang
from 1.22.0 to 1.23.0
Release notes
Sourced from github.com/prometheus/client_golang's releases.
v1.23.0 - 2025-07-30
- [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812
- [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766
- [FEATURE] Add exemplars for native histograms #1686
- [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823
- [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #1833
- [BUGFIX] exp/api: client prompt return on context cancellation #1729
... (truncated)
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
1.23.0 / 2025-07-30
- [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812
- [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766
- [FEATURE] Add exemplars for native histograms #1686
- [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823
- [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #1833
- [BUGFIX] exp/api: client prompt return on context cancellation #1729
Commits
e4b2208
Cut v1.23.0 (#1848)d9492af
cut v1.23.0-rc.1 (#1842)aeae8a0
Cut v1.23.0-rc.0 (#1837)b157309
Update common Prometheus files (#1832)a704e28
build(deps): bump the github-actions group with 3 updates (#1826)c774311
Fix errNotImplemented reference (#1835)db4db7b
Update runtime metrics for Go v1.23 and v1.24 (#1833)99d380e
Update common Prometheus files (#1831)f3ef320
Merge pull request #1828 from prometheus/dependabot/go_modules/exp/github.com...520c91a
build(deps): bump github.com/prometheus/common in /exp- Additional commits viewable in compare view
Updates github.com/go-logr/logr
from 1.4.2 to 1.4.3
Release notes
Sourced from github.com/go-logr/logr's releases.
v1.4.3
Minor release.
What's Changed
- Fix slog tests for 1.25 by
@hoeppi-google
in go-logr/logr#361- Remove one exception from Slog testing by
@thockin
in go-logr/logr#362New Contributors
@hoeppi-google
made their first contribution in go-logr/logr#361Full Changelog: https://github.com/go-logr/logr/compare/v1.4.2...v1.4.3
Commits
38a1c47
build(deps): bump github/codeql-action from 3.28.17 to 3.28.18f08bedd
build(deps): bump actions/setup-go from 5.4.0 to 5.5.06295e99
build(deps): bump golangci/golangci-lint-action from 7.0.0 to 8.0.0028840d
build(deps): bump github/codeql-action from 3.28.15 to 3.28.17511e5fa
Merge pull request #367 from go-logr/dependabot/github_actions/github/codeql-...d806463
build(deps): bump github/codeql-action from 3.28.13 to 3.28.15158c311
Merge pull request #366 from thockin/masterc79ddb3
Update to support golangci-lint v220a64ba
build(deps): bump github/codeql-action from 3.28.12 to 3.28.130385e14
Add comments around slog exceptions- Additional commits viewable in compare view
Updates k8s.io/api
from 0.32.3 to 0.33.3
Commits
b40c1ca
Update dependencies to v0.33.3 tag16cedc7
Merge pull request #131088 from atiratree/rename-terminating-replicas-fgdc88679
Merge pull request #131103 from ahrtr/etcd_sdk_202503284a456a2
bump etcd 3.5.21 sdk96e38c9
rename DeploymentPodReplacementPolicy FG to Deploy...Description has been truncated
Pull Request Statistics
0
0
+0
-0
Package Dependencies
sigs.k8s.io/controller-runtime
go
0.16.2 → 0.21.0
Minor
Technical Details
ID: | 4897692 |
UUID: | 3310112383 |
Node ID: | PR_kwDOBM-Q_c6jDW_v |
Host: | GitHub |
Repository: | secureCodeBox/secureCodeBox |