René's URL Explorer Experiment


Title: Bump the go-version-updates group across 4 directories with 9 updates by dependabot[bot] · Pull Request #3263 · secureCodeBox/secureCodeBox · GitHub

Open Graph Title: Bump the go-version-updates group across 4 directories with 9 updates by dependabot[bot] · Pull Request #3263 · secureCodeBox/secureCodeBox

X Title: Bump the go-version-updates group across 4 directories with 9 updates by dependabot[bot] · Pull Request #3263 · secureCodeBox/secureCodeBox

Description: Bumps the go-version-updates group with 6 updates in the /auto-discovery/cloud-aws directory: Package From To github.com/onsi/ginkgo/v2 2.25.1 2.25.3 k8s.io/api 0.33.4 0.34.0 k8s.io/client-go 0.33.4 0.34.0 sigs.k8s.io/controller-runtime 0.21.0 0.22.0 k8s.io/cli-runtime 0.33.4 0.34.0 github.com/prometheus/client_golang 1.23.0 1.23.2 Bumps the go-version-updates group with 4 updates in the /auto-discovery/kubernetes directory: github.com/onsi/gomega, k8s.io/client-go, sigs.k8s.io/controller-runtime and github.com/prometheus/client_golang. Bumps the go-version-updates group with 1 update in the /lurker directory: k8s.io/client-go. Bumps the go-version-updates group with 4 updates in the /operator directory: github.com/onsi/gomega, k8s.io/client-go, sigs.k8s.io/controller-runtime and github.com/prometheus/client_golang. Updates github.com/onsi/ginkgo/v2 from 2.25.1 to 2.25.3 Release notes Sourced from github.com/onsi/ginkgo/v2's releases. v2.25.3 2.25.3 Fixes emit --github-output group only for progress report itself [f01aed1] v2.25.2 2.25.2 Fixes Add github output group for progress report content Maintenance Bump Gomega Changelog Sourced from github.com/onsi/ginkgo/v2's changelog. 2.25.3 Fixes emit --github-output group only for progress report itself [f01aed1] 2.25.2 Fixes Add github output group for progress report content Maintenance Bump Gomega Commits ee2c0cd v2.25.3 f01aed1 emit --github-output group only for progress report itself df6d755 v2.25.2 0ad3c4f bump gomega 83e2d4a add --github-output group for progress report content See full diff in compare view Updates github.com/onsi/gomega from 1.38.1 to 1.38.2 Release notes Sourced from github.com/onsi/gomega's releases. v1.38.2 1.38.2 roll back to go 1.23.0 [c404969] Changelog Sourced from github.com/onsi/gomega's changelog. 1.38.2 roll back to go 1.23.0 [c404969] Commits 79b8a75 v1.38.2 c404969 roll back to go 1.23.0 See full diff in compare view Updates k8s.io/api from 0.33.4 to 0.34.0 Commits ae6c3b9 Update dependencies to v0.34.0 tag 133a39c Merge remote-tracking branch 'origin/master' into release-1.34 fd087be clarify that staging repos are automatically published ff163ef add pointer to CONTRIBUTING.md for more details on contributing, clarify read... 5ec86fc link to what a staging repository is 08c5dee docs: clarify that this is a staging repository and not for direct contributions ba64d0b Update prerelease lifecycle to v1.34 25f849c Merge pull request #132522 from sunya-ch/KEP-5075-PR baa1eb1 KEP-5075: generated codes from make update 740b2c9 KEP-5075: API updates Additional commits viewable in compare view Updates k8s.io/client-go from 0.33.4 to 0.34.0 Commits b1c7d7b Update dependencies to v0.34.0 tag 97396af Merge remote-tracking branch 'origin/master' into release-1.34 5f737f3 clarify that staging repos are automatically published 0b8655b add pointer to CONTRIBUTING.md for more details on contributing, clarify read... c00384c link to what a staging repository is b53b1f8 docs: clarify that this is a staging repository and not for direct contributions 42e6182 KEP-5075: generated codes from make update da11948 Merge pull request #130653 from yliaog/master 3b7d818 extended resource backed by DRA: codegen bb11581 Merge pull request #130160 from KobayashiD27/dra-device-binding-conditions Additional commits viewable in compare view Updates sigs.k8s.io/controller-runtime from 0.21.0 to 0.22.0 Release notes Sourced from sigs.k8s.io/controller-runtime's releases. v0.22.0 🔆 Highlights Client: Native support for Server-Side Apply (SSA) (#3253, #2981) Update to k8s.io/* v1.34 dependencies (#3231, #3236, #3246, #3259, #3270, #3300) Controller: Implement warmup support for controllers (#3192) Priorityqueue: various improvements (#3289, #3290, #3243, #3250) ⚠️ Breaking changes Update to k8s.io/* v1.34 dependencies by @​alvaroaleman @​troy0820 #3231, #3236, #3246, #3259, #3270, #3300 Client: Add native SSA support by @​alvaroaleman in kubernetes-sigs/controller-runtime#3253 Client: Default selector to Nothing if it is nil for MatchingLabelsSelector and MatchingFieldsSelector by @​acumino in kubernetes-sigs/controller-runtime#3279 Fakeclient: Add SSA support by @​alvaroaleman in kubernetes-sigs/controller-runtime#2981 Fakeclient: Remove support for objects with pointer ObjectMeta by @​alvaroaleman in kubernetes-sigs/controller-runtime#3228 Fakeclient: Clear TypeMeta for structured objects by @​alvaroaleman in kubernetes-sigs/controller-runtime#3229 Priorityqueue: Make Priority option a pointer by @​alvaroaleman in kubernetes-sigs/controller-runtime#3289 ✨ Features Client: Add UnsafeDisableDeepCopy to GetOptions by @​jonathan-innis in kubernetes-sigs/controller-runtime#3227 Controller: Add a ReconciliationTimeout option by @​alvaroaleman in kubernetes-sigs/controller-runtime#3296 Controller: Implement warmup support for controllers by @​godwinpang in kubernetes-sigs/controller-runtime#3192 Envtest: Allow selection of binaries version by release series by @​cbandy in kubernetes-sigs/controller-runtime#3280 Manager: Add support for custom labels on leader election leases by @​DerekFrank in kubernetes-sigs/controller-runtime#3237 Priorityqueue: WithLowPriorityWhenUnchanged: Set Priority for all add methods by @​alvaroaleman in kubernetes-sigs/controller-runtime#3290 Webhooks: Handle panics during conversion more gracefully by @​sbueringer in kubernetes-sigs/controller-runtime#3278 🐛 Bugfixes Envtest: Ensure cleanup validates etcd process state first by @​Danil-Grigorev in kubernetes-sigs/controller-runtime#3272 Envtest: Include listening address in kube-apiserver serving certificate by @​solidDoWant in kubernetes-sigs/controller-runtime#3284 Fakeclient: Fix some SSA-related bugs by @​alvaroaleman in kubernetes-sigs/controller-runtime#3268 Fakeclient: Update passed object in Apply by @​alvaroaleman in kubernetes-sigs/controller-runtime#3283 Fakeclient: Validate managed fields on init objects by @​alvaroaleman in kubernetes-sigs/controller-runtime#3282 Manager: Prevent goroutine leak on shutdown timeout by @​jingyih in kubernetes-sigs/controller-runtime#3247 Priorityqueue: Don't block on Get when queue is shutdown by @​dongjiang1989 in kubernetes-sigs/controller-runtime#3243 Priorityqueue: Shutdown on shutdown by @​alvaroaleman in kubernetes-sigs/controller-runtime#3250 Unit tests: Fix ginkgo panic in webhook integration test by @​sbueringer in kubernetes-sigs/controller-runtime#3288 Unit tests: Fix race condition in Warmup unit test by @​sbueringer in kubernetes-sigs/controller-runtime#3287 🌱 Other Certwatcher: Add instance-specific logger with cert/key k/v pair by @​s-z-z in kubernetes-sigs/controller-runtime#3293 Certwatcher: Don't require leader election by @​alvaroaleman in kubernetes-sigs/controller-runtime#3273 Examples-builtin: Refactor controller setup to use builder pattern by @​s-z-z in kubernetes-sigs/controller-runtime#3265 Fix deprecation warnings by @​sbueringer in kubernetes-sigs/controller-runtime#3275 Update golangci-lint to v2.3.0 by @​dongjiang1989 in kubernetes-sigs/controller-runtime#3266 Unit tests: Stop using context.Background()/TODO() in tests by @​alvaroaleman in kubernetes-sigs/controller-runtime#3263 📖 Documentation Clarify our versioning scheme by @​alvaroaleman in kubernetes-sigs/controller-runtime#3264 Clarify state of Warmup feature by @​sbueringer in kubernetes-sigs/controller-runtime#3299 ... (truncated) Commits fc84a60 Merge pull request #3300 from troy0820/troy0820/k8s-deps-1.34 c430462 update k8s.io dependencies to v0.34.0 7085be7 Merge pull request #3299 from sbueringer/pr-clarify-state-of-warmup 5fd7ff6 Clarify state of Warmup feature e922805 Merge pull request #3293 from s-z-z/certwatcher-patch 41feb4f feat(certwatcher): add instance-specific logger with cert/key context 0f4e99e Merge pull request #3296 from alvaroaleman/reconciliationtimeout f8db32f ✨ Add a ReconciliationTimeout option 9d3997b ✨ envtest: search the assets index for latest of a release series (#3280) 9f93124 Merge pull request #3290 from alvaroaleman/addafter Additional commits viewable in compare view Updates k8s.io/apimachinery from 0.33.4 to 0.34.0 Commits b72d93d Merge remote-tracking branch 'origin/master' into release-1.34 cd8b91c clarify that staging repos are automatically published 8c59599 add pointer to CONTRIBUTING.md for more details on contributing, clarify read... ec3cea5 link to what a staging repository is e4db694 docs: clarify that this is a staging repository and not for direct contributions 04507a3 Merge pull request #132942 from thockin/kyaml 50e39b1 Merge pull request #132935 from benluddy/cbor-bump-custom-marshalers 7d108e8 Re-vendor sigs.k8s.io/yaml @ v1.6.0 58c4eb0 Merge pull request #133130 from ylink-lfs/chore/residual_boolptr_removal 38a24e6 chore: residual boolptr and intptr removal Additional commits viewable in compare view Updates k8s.io/cli-runtime from 0.33.4 to 0.34.0 Commits b62c062 Update dependencies to v0.34.0 tag fa852f2 Merge remote-tracking branch 'origin/master' into release-1.34 31d0c93 clarify that staging repos are automatically published 4f6ba3b add pointer to CONTRIBUTING.md for more details on contributing, clarify read... d6bbb5b link to what a staging repository is 2977eea docs: clarify that this is a staging repository and not for direct contributions 4ef9d63 Merge pull request #132942 from thockin/kyaml a50ecb1 Merge pull request #132935 from benluddy/cbor-bump-custom-marshalers 2f74b34 Merge pull request #132593 from koba1t/update/kubectl-in-kustomize_to_v5.7.0 1cc2f70 Update kubectl kustomize to kyaml/v0.20.1, cmd/config/v0.20.1, api/v0.20.1, k... Additional commits viewable in compare view Updates k8s.io/utils from 0.0.0-20250321185631-1f6e0b77f77e to 0.0.0-20250604170112-4c0f3b243397 Commits See full diff in compare view Updates github.com/prometheus/client_golang from 1.23.0 to 1.23.2 Release notes Sourced from github.com/prometheus/client_golang's releases. v1.23.2 - 2025-09-05 This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes. [release-1.23] Upgrade to prometheus/common@v0.66.1 by @​aknuds1 in prometheus/client_golang#1869 [release-1.23] Cut v1.23.2 by @​aknuds1 in prometheus/client_golang#1870 Full Changelog: prometheus/client_golang@v1.23.1...v1.23.2 v1.23.1 - 2025-09-04 This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes. [release-1.23] Upgrade to prometheus/common v0.66 by @​aknuds1 in prometheus/client_golang#1866 [release-1.23] Cut v1.23.1 by @​aknuds1 in prometheus/client_golang#1867 Full Changelog: prometheus/client_golang@v1.23.0...v1.23.1 Changelog Sourced from github.com/prometheus/client_golang's changelog. 1.23.2 / 2025-09-05 This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes. 1.23.1 / 2025-09-04 This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes. Commits 8179a56 Cut v1.23.2 (#1870) 4142b59 Merge pull request #1869 from prometheus/arve/upgrade-common 4ff40f0 Cut v1.23.1 (#1867) 989b029 Upgrade to prometheus/common v0.66 (#1866) See full diff in compare view Updates github.com/onsi/gomega from 1.38.1 to 1.38.2 Release notes Sourced from github.com/onsi/gomega's releases. v1.38.2 1.38.2 roll back to go 1.23.0 [c404969] Changelog Sourced from github.com/onsi/gomega's changelog. 1.38.2 roll back to go 1.23.0 [c404969] Commits 79b8a75 v1.38.2 c404969 roll back to go 1.23.0 See full diff in compare view Updates k8s.io/client-go from 0.33.4 to 0.34.0 Commits b1c7d7b Update dependencies to v0.34.0 tag 97396af Merge remote-tracking branch 'origin/master' into release-1.34 5f737f3 clarify that staging repos are automatically published 0b8655b add pointer to CONTRIBUTING.md for more details on contributing, clarify read... c00384c link to what a staging repository is b53b1f8 docs: clarify that this is a staging repository and not for direct contributions 42e6182 KEP-5075: generated codes from make update da11948 Merge pull request #130653 from yliaog/master 3b7d818 extended resource backed by DRA: codegen bb11581 Merge pull request #130160 from KobayashiD27/dra-device-binding-conditions Additional commits viewable in compare view Updates sigs.k8s.io/controller-runtime from 0.21.0 to 0.22.0 Release notes Sourced from sigs.k8s.io/controller-runtime's releases. v0.22.0 🔆 Highlights Client: Native support for Server-Side Apply (SSA) (#3253, #2981) Update to k8s.io/* v1.34 dependencies (#3231, #3236, #3246, #3259, #3270, #3300) Controller: Implement warmup support for controllers (#3192) Priorityqueue: various improvements (#3289, #3290, #3243, #3250) ⚠️ Breaking changes Update to k8s.io/* v1.34 dependencies by @​alvaroaleman @​troy0820 #3231, #3236, #3246, #3259, #3270, #3300 Client: Add native SSA support by @​alvaroaleman in kubernetes-sigs/controller-runtime#3253 Client: Default selector to Nothing if it is nil for MatchingLabelsSelector and MatchingFieldsSelector by @​acumino in kubernetes-sigs/controller-runtime#3279 Fakeclient: Add SSA support by @​alvaroaleman in kubernetes-sigs/controller-runtime#2981 Fakeclient: Remove support for objects with pointer ObjectMeta by @​alvaroaleman in kubernetes-sigs/controller-runtime#3228 Fakeclient: Clear TypeMeta for structured objects by @​alvaroaleman in kubernetes-sigs/controller-runtime#3229 Priorityqueue: Make Priority option a pointer by @​alvaroaleman in kubernetes-sigs/controller-runtime#3289 ✨ Features Client: Add UnsafeDisableDeepCopy to GetOptions by @​jonathan-innis in kubernetes-sigs/controller-runtime#3227 Controller: Add a ReconciliationTimeout option by @​alvaroaleman in kubernetes-sigs/controller-runtime#3296 Controller: Implement warmup support for controllers by @​godwinpang in kubernetes-sigs/controller-runtime#3192 Envtest: Allow selection of binaries version by release series by @​cbandy in kubernetes-sigs/controller-runtime#3280 Manager: Add support for custom labels on leader election leases by @​DerekFrank in kubernetes-sigs/controller-runtime#3237 Priorityqueue: WithLowPriorityWhenUnchanged: Set Priority for all add methods by @​alvaroaleman in kubernetes-sigs/controller-runtime#3290 Webhooks: Handle panics during conversion more gracefully by @​sbueringer in kubernetes-sigs/controller-runtime#3278 🐛 Bugfixes Envtest: Ensure cleanup validates etcd process state first by @​Danil-Grigorev in kubernetes-sigs/controller-runtime#3272 Envtest: Include listening address in kube-apiserver serving certificate by @​solidDoWant in kubernetes-sigs/controller-runtime#3284 Fakeclient: Fix some SSA-related bugs by @​alvaroaleman in kubernetes-sigs/controller-runtime#3268 Fakeclient: Update passed object in Apply by @​alvaroaleman in kubernetes-sigs/controller-runtime#3283 Fakeclient: Validate managed fields on init objects by @​alvaroaleman in kubernetes-sigs/controller-runtime#3282 Manager: Prevent goroutine leak on shutdown timeout by @​jingyih in kubernetes-sigs/controller-runtime#3247 Priorityqueue: Don't block on Get when queue is shutdown by @​dongjiang1989 in kubernetes-sigs/controller-runtime#3243 Priorityqueue: Shutdown on shutdown by @​alvaroaleman in kubernetes-sigs/controller-runtime#3250 Unit tests: Fix ginkgo panic in webhook integration test by @​sbueringer in kubernetes-sigs/controller-runtime#3288 Unit tests: Fix race condition in Warmup unit test by @​sbueringer in kubernetes-sigs/controller-runtime#3287 🌱 Other Certwatcher: Add instance-specific logger with cert/key k/v pair by @​s-z-z in kubernetes-sigs/controller-runtime#3293 Certwatcher: Don't require leader election by @​alvaroaleman in kubernetes-sigs/controller-runtime#3273 Examples-builtin: Refactor controller setup to use builder pattern by @​s-z-z in kubernetes-sigs/controller-runtime#3265 Fix deprecation warnings by @​sbueringer in kubernetes-sigs/controller-runtime#3275 Update golangci-lint to v2.3.0 by @​dongjiang1989 in kubernetes-sigs/controller-runtime#3266 Unit tests: Stop using context.Background()/TODO() in tests by @​alvaroaleman in kubernetes-sigs/controller-runtime#3263 📖 Documentation Clarify our versioning scheme by @​alvaroaleman in kubernetes-sigs/controller-runtime#3264 Clarify state of Warmup feature by @​sbueringer in kubernetes-sigs/controller-runtime#3299 ... (truncated) Commits fc84a60 Merge pull request #3300 from troy0820/troy0820/k8s-deps-1.34 c430462 update k8s.io dependencies to v0.34.0 7085be7 Merge pull request #3299 from sbueringer/pr-clarify-state-of-warmup 5fd7ff6 Clarify state of Warmup feature e922805 Merge pull request #3293 from s-z-z/certwatcher-patch 41feb4f feat(certwatcher): add instance-specific logger with cert/key context 0f4e99e Merge pull request #3296 from alvaroaleman/reconciliationtimeout f8db32f ✨ Add a ReconciliationTimeout option 9d3997b ✨ envtest: search the assets index for latest of a release series (#3280) 9f93124 Merge pull request #3290 from alvaroaleman/addafter Additional commits viewable in compare view Updates k8s.io/apimachinery from 0.33.4 to 0.34.0 Commits b72d93d Merge remote-tracking branch 'origin/master' into release-1.34 cd8b91c clarify that staging repos are automatically published 8c59599 add pointer to CONTRIBUTING.md for more details on contributing, clarify read... ec3cea5 link to what a staging repository is e4db694 docs: clarify that this is a staging repository and not for direct contributions 04507a3 Merge pull request #132942 from thockin/kyaml 50e39b1 Merge pull request #132935 from benluddy/cbor-bump-custom-marshalers 7d108e8 Re-vendor sigs.k8s.io/yaml @ v1.6.0 58c4eb0 Merge pull request #133130 from ylink-lfs/chore/residual_boolptr_removal 38a24e6 chore: residual boolptr and intptr removal Additional commits viewable in compare view Updates k8s.io/utils from 0.0.0-20250321185631-1f6e0b77f77e to 0.0.0-20250604170112-4c0f3b243397 Commits See full diff in compare view Updates github.com/prometheus/client_golang from 1.23.0 to 1.23.2 Release notes Sourced from github.com/prometheus/client_golang's releases. v1.23.2 - 2025-09-05 This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes. [release-1.23] Upgrade to prometheus/common@v0.66.1 by @​aknuds1 in prometheus/client_golang#1869 [release-1.23] Cut v1.23.2 by @​aknuds1 in prometheus/client_golang#1870 Full Changelog: prometheus/client_golang@v1.23.1...v1.23.2 v1.23.1 - 2025-09-04 This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes. [release-1.23] Upgrade to prometheus/common v0.66 by @​aknuds1 in prometheus/client_golang#1866 [release-1.23] Cut v1.23.1 by @​aknuds1 in prometheus/client_golang#1867 Full Changelog: prometheus/client_golang@v1.23.0...v1.23.1 Changelog Sourced from github.com/prometheus/client_golang's changelog. 1.23.2 / 2025-09-05 This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes. 1.23.1 / 2025-09-04 This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes. Commits 8179a56 Cut v1.23.2 (#1870) 4142b59 Merge pull request #1869 from prometheus/arve/upgrade-common 4ff40f0 Cut v1.23.1 (#1867) 989b029 Upgrade to prometheus/common v0.66 (#1866) See full diff in compare view Updates k8s.io/client-go from 0.33.4 to 0.34.0 Commits b1c7d7b Update dependencies to v0.34.0 tag 97396af Merge remote-tracking branch 'origin/master' into release-1.34 5f737f3 clarify that staging repos are automatically published 0b8655b add pointer to CONTRIBUTING.md for more details on contributing, clarify read... c00384c link to what a staging repository is b53b1f8 docs: clarify that this is a staging repository and not for direct contributions 42e6182 KEP-5075: generated codes from make update da11948 Merge pull request #130653 from yliaog/master 3b7d818 extended resource backed by DRA: codegen bb11581 Merge pull request #130160 from KobayashiD27/dra-device-binding-conditions Additional commits viewable in compare view Updates k8s.io/apimachinery from 0.33.4 to 0.34.0 Commits b72d93d Merge remote-tracking branch 'origin/master' into release-1.34 cd8b91c clarify that staging repos are automatically published 8c59599 add pointer to CONTRIBUTING.md for more details on contributing, clarify read... ec3cea5 link to what a staging repository is e4db694 docs: clarify that this is a staging repository and not for direct contributions 04507a3 Merge pull request #132942 from thockin/kyaml 50e39b1 Merge pull request #132935 from benluddy/cbor-bump-custom-marshalers 7d108e8 Re-vendor sigs.k8s.io/yaml @ v1.6.0 58c4eb0 Merge pull request #133130 from ylink-lfs/chore/residual_boolptr_removal 38a24e6 chore: residual boolptr and intptr removal Additional commits viewable in compare view Updates k8s.io/utils from 0.0.0-20250321185631-1f6e0b77f77e to 0.0.0-20250604170112-4c0f3b243397 Commits See full diff in compare view Updates github.com/onsi/gomega from 1.38.1 to 1.38.2 Release notes Sourced from github.com/onsi/gomega's releases. v1.38.2 1.38.2 roll back to go 1.23.0 [c404969] Changelog Sourced from github.com/onsi/gomega's changelog. 1.38.2 roll back to go 1.23.0 [c404969] Commits 79b8a75 v1.38.2 c404969 roll back to go 1.23.0 See full diff in compare view Updates k8s.io/client-go from 0.33.4 to 0.34.0 Commits b1c7d7b Update dependencies to v0.34.0 tag 97396af Merge remote-tracking branch 'origin/master' into release-1.34 5f737f3 clarify that staging repos are automatically published 0b8655b add pointer to CONTRIBUTING.md for more details on contributing, clarify read... c00384c link to what a staging repository is b53b1f8 docs: clarify that this is a staging repository and not for direct contributions 42e6182 KEP-5075: generated codes from make update da11948 Merge pull request #130653 from yliaog/master 3b7d818 extended resource backed by DRA: codegen bb11581 Merge pull request #130160 from KobayashiD27/dra-device-binding-conditions Additional commits viewable in compare view Updates sigs.k8s.io/controller-runtime from 0.21.0 to 0.22.0 Release notes Sourced from sigs.k8s.io/controller-runtime's releases. v0.22.0 🔆 Highlights Client: Native support for Server-Side Apply (SSA) (#3253, #2981) Update to k8s.io/* v1.34 dependencies (#3231, #3236, #3246, #3259, #3270, #3300) Controller: Implement warmup support for controllers (Description has been truncated

Open Graph Description: Bumps the go-version-updates group with 6 updates in the /auto-discovery/cloud-aws directory: Package From To github.com/onsi/ginkgo/v2 2.25.1 2.25.3 k8s.io/api 0.33.4 0.34.0 k8s.io/clie...

X Description: Bumps the go-version-updates group with 6 updates in the /auto-discovery/cloud-aws directory: Package From To github.com/onsi/ginkgo/v2 2.25.1 2.25.3 k8s.io/api 0.33.4 0.34.0 k8s.io/clie...

Opengraph URL: https://github.com/secureCodeBox/secureCodeBox/pull/3263

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:d65a600b-f220-d486-fa88-109e6930a3e7
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idD5CA:1DFAA9:6F02ED1:8F7CDAB:69759B10
html-safe-nonce590897e6b1ce8a36884bdbc93c1968b86775155713002c29529ade1f1a0b31ad
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJENUNBOjFERkFBOTo2RjAyRUQxOjhGN0NEQUI6Njk3NTlCMTAiLCJ2aXNpdG9yX2lkIjoiNTEyNDkwMDkwMDg3MDM5NjY4OCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacfaa730efe2302065ce2f40259ab3edb5f1d27da45d836c1909daa761086a7284
hovercard-subject-tagpull_request:2807558453
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/secureCodeBox/secureCodeBox/pull/3263/checks
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps the go-version-updates group with 6 updates in the /auto-discovery/cloud-aws directory: Package From To github.com/onsi/ginkgo/v2 2.25.1 2.25.3 k8s.io/api 0.33.4 0.34.0 k8s.io/clie...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None4a4bf5f4e28041a9d2e5c107d7d20b78b4294ba261cab243b28167c16a623a1f
turbo-cache-controlno-preview
go-importgithub.com/secureCodeBox/secureCodeBox git https://github.com/secureCodeBox/secureCodeBox.git
octolytics-dimension-user_id34573705
octolytics-dimension-user_loginsecureCodeBox
octolytics-dimension-repository_id80711933
octolytics-dimension-repository_nwosecureCodeBox/secureCodeBox
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id80711933
octolytics-dimension-repository_network_root_nwosecureCodeBox/secureCodeBox
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release488b30e96dfd057fbbe44c6665ccbc030b729dde
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/secureCodeBox/secureCodeBox/pull/3263/checks#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FsecureCodeBox%2FsecureCodeBox%2Fpull%2F3263%2Fchecks
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FsecureCodeBox%2FsecureCodeBox%2Fpull%2F3263%2Fchecks
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fchecks&source=header-repo&source_repo=secureCodeBox%2FsecureCodeBox
Reloadhttps://github.com/secureCodeBox/secureCodeBox/pull/3263/checks
Reloadhttps://github.com/secureCodeBox/secureCodeBox/pull/3263/checks
Reloadhttps://github.com/secureCodeBox/secureCodeBox/pull/3263/checks
secureCodeBox https://github.com/secureCodeBox
secureCodeBoxhttps://github.com/secureCodeBox/secureCodeBox
Notifications https://github.com/login?return_to=%2FsecureCodeBox%2FsecureCodeBox
Fork 175 https://github.com/login?return_to=%2FsecureCodeBox%2FsecureCodeBox
Star 941 https://github.com/login?return_to=%2FsecureCodeBox%2FsecureCodeBox
Code https://github.com/secureCodeBox/secureCodeBox
Issues 72 https://github.com/secureCodeBox/secureCodeBox/issues
Pull requests 3 https://github.com/secureCodeBox/secureCodeBox/pulls
Discussions https://github.com/secureCodeBox/secureCodeBox/discussions
Actions https://github.com/secureCodeBox/secureCodeBox/actions
Projects 1 https://github.com/secureCodeBox/secureCodeBox/projects
Security 1 https://github.com/secureCodeBox/secureCodeBox/security
Insights https://github.com/secureCodeBox/secureCodeBox/pulse
Code https://github.com/secureCodeBox/secureCodeBox
Issues https://github.com/secureCodeBox/secureCodeBox/issues
Pull requests https://github.com/secureCodeBox/secureCodeBox/pulls
Discussions https://github.com/secureCodeBox/secureCodeBox/discussions
Actions https://github.com/secureCodeBox/secureCodeBox/actions
Projects https://github.com/secureCodeBox/secureCodeBox/projects
Security https://github.com/secureCodeBox/secureCodeBox/security
Insights https://github.com/secureCodeBox/secureCodeBox/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FsecureCodeBox%2FsecureCodeBox%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FsecureCodeBox%2FsecureCodeBox%2Fissues%2Fnew%2Fchoose
J12934https://github.com/J12934
mainhttps://github.com/secureCodeBox/secureCodeBox/tree/main
dependabot/go_modules/auto-discovery/cloud-aws/go-version-updates-a56e772024https://github.com/secureCodeBox/secureCodeBox/tree/dependabot/go_modules/auto-discovery/cloud-aws/go-version-updates-a56e772024
Conversation 3 https://github.com/secureCodeBox/secureCodeBox/pull/3263
Commits 3 https://github.com/secureCodeBox/secureCodeBox/pull/3263/commits
Checks 47 https://github.com/secureCodeBox/secureCodeBox/pull/3263/checks
Files changed https://github.com/secureCodeBox/secureCodeBox/pull/3263/files
Please reload this pagehttps://github.com/secureCodeBox/secureCodeBox/pull/3263/checks
Please reload this pagehttps://github.com/secureCodeBox/secureCodeBox/pull/3263/checks
Bump the go-version-updates group across 4 directories with 9 updates https://github.com/secureCodeBox/secureCodeBox/pull/3263/checks#top
Please reload this pagehttps://github.com/secureCodeBox/secureCodeBox/pull/3263/checks
DCO https://github.com/secureCodeBox/secureCodeBox/pull/3263/checks?check_run_id=49949018265
Header rules - docs-securecodebox https://github.com/secureCodeBox/secureCodeBox/pull/3263/checks?check_run_id=49949022434
Pages changed - docs-securecodebox https://github.com/secureCodeBox/secureCodeBox/pull/3263/checks?check_run_id=49949021923
Redirect rules - docs-securecodebox https://github.com/secureCodeBox/secureCodeBox/pull/3263/checks?check_run_id=49949022873
SonarCloud Code Analysis https://github.com/secureCodeBox/secureCodeBox/pull/3263/checks?check_run_id=49949107797
MegaLinter on: push https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584574894
MegaLinter https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584574894/job/49949018651?pr=3263
Check License Compliance on: pull_request https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575863
license-check https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575863/job/49949022014?pr=3263
MegaLinter on: pull_request https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575875
MegaLinter https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575875/job/49949022108?pr=3263
CI on: pull_request https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881
Unit Test | Node.js Scanner Test Helpers https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949021957?pr=3263
Setup Kind & Kubectl & Helm & Task https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949021859?pr=3263
Unit-Test | Java (persistence-defectdojo) https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949021933?pr=3263
Build | Operator (operator) https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949021939?pr=3263
Build | Operator (lurker) https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949021943?pr=3263
AutoDiscovery | Kubernetes https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949021972?pr=3263
AutoDiscovery | Cloud | AWS https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949021935?pr=3263
Build | SDKs (parser-sdk) https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949021976?pr=3263
Build | SDKs (hook-sdk) https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949021948?pr=3263
Run sbctcl Tests https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949021974?pr=3263
Unit-Test | Helm https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949048181?pr=3263
Autodiscovery | Kubernetes | SecretExtractionInitContainer https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949048139?pr=3263
Test | Scanner ffuf https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949658216?pr=3263
Test | Scanner git-repo-scanner https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949658212?pr=3263
Test | Scanner gitleaks https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949658252?pr=3263
Test | Scanner kube-hunter https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949658193?pr=3263
Test | Scanner ncrack https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949658221?pr=3263
Test | Scanner nikto https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949658200?pr=3263
Test | Scanner nmap https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949658197?pr=3263
Test | Scanner nuclei https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949658308?pr=3263
Test | Scanner screenshooter https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949658211?pr=3263
Test | Scanner semgrep https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949658208?pr=3263
Test | Scanner ssh-audit https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949658247?pr=3263
Test | Scanner sslyze https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949658245?pr=3263
Test | Scanner subfinder https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949658243?pr=3263
Test | Scanner trivy https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949658267?pr=3263
Test | Scanner trivy-sbom https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949658236?pr=3263
Test | Scanner whatweb https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949658239?pr=3263
Test | Scanner wpscan https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949658237?pr=3263
Test | Scanner zap-automation-framework https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949658250?pr=3263
Test | Hook cascading-scans https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949658159?pr=3263
Test | Hook generic-webhook https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949658157?pr=3263
Test | Hook persistence-azure-monitor https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949658213?pr=3263
Test | Hook persistence-elastic https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949658151?pr=3263
Test | Hook persistence-dependencytrack https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949658150?pr=3263
Test | Hook update-field-hook https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949658183?pr=3263
Test | Hook finding-post-processing https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949658175?pr=3263
Test | Hook notification https://github.com/secureCodeBox/secureCodeBox/actions/runs/17584575881/job/49949658147?pr=3263
SonarCloud https://github.com/secureCodeBox/secureCodeBox/pull/3263/checks?check_run_id=49949108029
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.