Skip to content

chore(deps): bump the kubernetes group across 1 directory with 9 updates#4947

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/ray-operator/kubernetes-b611fa7854
Open

chore(deps): bump the kubernetes group across 1 directory with 9 updates#4947
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/ray-operator/kubernetes-b611fa7854

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the kubernetes group with 5 updates in the /ray-operator directory:

Package From To
k8s.io/api 0.36.0 0.36.2
k8s.io/apiserver 0.36.0 0.36.2
k8s.io/code-generator 0.36.0 0.36.2
sigs.k8s.io/gateway-api 1.4.1 1.6.0
sigs.k8s.io/scheduler-plugins 0.33.5 0.34.7

Updates k8s.io/api from 0.36.0 to 0.36.2

Commits

Updates k8s.io/apimachinery from 0.36.0 to 0.36.2

Commits

Updates k8s.io/apiserver from 0.36.0 to 0.36.2

Commits

Updates k8s.io/client-go from 0.36.0 to 0.36.2

Commits

Updates k8s.io/code-generator from 0.36.0 to 0.36.2

Commits

Updates k8s.io/component-base from 0.36.0 to 0.36.2

Commits

Updates sigs.k8s.io/gateway-api from 1.4.1 to 1.6.0

Release notes

Sourced from sigs.k8s.io/gateway-api's releases.

Release v1.6.0

v1.6.0

Changes Since v1.5.1

GEP & API Graduation

  • UDPRoute & TCPRoute Graduation:
    • UDPRoute has graduated to GA. We recommend using the "v1" API version with this API now. The "v1alpha2" version of this API is deprecated and will be removed in the future. (#4923, @​zac-nixon)
    • TCPRoute has graduated to GA. We recommend using the "v1" API version with this API now. The "v1alpha2" version of this API is deprecated and will be removed in the future. (#4920, @​zac-nixon)
  • GEP Status Updates:

Feature

  • API & Validation Enhancements:
    • API validation updated for HTTPRoute retries: retry.codes must now be unique and retry.attempts must be >= 1. (#4907, @​snorwin)
    • Increase the number of allowed Certificate Authority references from 8 to 16. (#4088, @​root30)
    • The TLSRoute CRD validation has been adjusted to allow up to 1024 hostnames and rules per TLSRoute resource. Operators must validate kube-apiserver, etcd and Gateway controller behavior with representative manifests prior to enabling the new limit in production. (#4332, @​alexanderstephan)
    • BackendTLSPolicy now can be used in combination with other routes types. (#4745, @​rikatz)
    • Allow the usage of up to 16 annotations on the gateway infrastructure object. (#4707, @​wenisman)
  • Conformance Infrastructure:
    • Added conformance tests for UDPRoute (GEP-2645), a new GATEWAY-UDP conformance profile, a SupportTCPRoute feature, and a UDP/TCP echo server in echo-basic gated on UDP_ECHO_SERVER. (#4861, @​zac-nixon)
  • Remove the idleTimeout field from the experimental SessionPersistence API. (#4771, @​gcs278)

Documentation

  • Migration & Site Updates:
  • API Specs & Guidance Clarifications:
    • Add missing apidoc for BackendTLSPolicy extended support. (#4828, @​rikatz)
    • Add the missing ListenersNotValid programmed reason for listenerSets. (#4586, @​davidjumani)
    • Added documentation guidance recommending GRPCRoute for gRPC traffic. (#4513, @​kahirokunn)
    • Clarified CORS API documentation to describe behavior based on allowCredentials instead of credentialed requests. (#4663, @​snorwin)
    • Previously, implementations were required to reject GRPCRoute and HTTPRoutes on the same hostname (however, few implementations did this). Now, implementations may optionally do this, or allow them to coincide. (#4598, @​howardjohn)
    • Updates the documentation around the ListenerConditionConflicted condition. (#4659, @​davidjumani)
  • Fixes:

Bug or Regression

  • IPv6 Support:
    • Fix GatewayFrontendClientCertificateValidationInsecureFallback, GatewayFrontendClientCertificateValidation, and GatewayFrontendInvalidDefaultClientCertificateValidation failing on IPv6 clusters. (#4636, @​zirain)
    • Fix GatewayFrontendInvalidDefaultClientCertificateValidation failing on IPv6 clusters. (#4629, @​zirain)
  • ValidatingAdmissionPolicy (VAP) Fixes:
    • Fixed an issue where the ValidatingAdmissionPolicy prevented experimental CRDs from being installed at all (instead of only when standard CRDs already exist). (#4603, @​howardjohn)

... (truncated)

Commits
  • 89b3b0c version bump and changelog update for v1.6.0 release. (#5029)
  • 0298cb4 conformance: add missing gateway-api/skip-this-for-readiness annotation to in...
  • a96f1d3 Revert "fix: enforce TLS configuration for HTTPS listeners via CEL (#4788)" (...
  • 2a8f364 Preping v1.6.0-rc.2 release. (#5007)
  • cb01760 Add an injectable WebSocket dialer to the conformance suite (#5003)
  • abd72ae Route the GRPCRouteWeight sampler through the injectable GRPCClient (#5004)
  • 42243a4 Derive percentage-mirror tolerance from the binomial standard deviation (#5005)
  • c4e2190 conformance: avoid mirror log races (#4887) (#5002)
  • 740d32e document tightened listener API validation as breaking change in CHANGELOG (#...
  • f38a978 [release-1.6] test(conformance): add test covering shared and dedicated route...
  • Additional commits viewable in compare view

Updates sigs.k8s.io/scheduler-plugins from 0.33.5 to 0.34.7

Release notes

Sourced from sigs.k8s.io/scheduler-plugins's releases.

v0.34.7

What's Changed

New Contributors

Full Changelog: kubernetes-sigs/scheduler-plugins@v0.33.5...v0.34.7

Commits
  • 8283b14 Merge pull request #966 from Huang-Wei/fix-github-action-1
  • b2c31e6 Merge pull request #965 from Tal-or/update_scoring_strategy_docs
  • fb27c09 fix: create GitHub release before uploading helm chart asset
  • 46ad5a1 Merge pull request #964 from Huang-Wei/fix-github-action
  • f51c66e docs: clarify that scoringStrategy affects worker node selection, not NUMA no...
  • fdb7d62 fix: replace softprops/action-gh-release with gh CLI
  • 598360a fix: pin GitHub Actions to full-length commit SHAs
  • 1e227d2 Merge pull request #960 from Huang-Wei/0.34-doc-update
  • 466af61 Merge pull request #963 from Huang-Wei/fix-rbac
  • 8d57866 fix: allow scheduler SA to access resource.k8s.io API group
  • Additional commits viewable in compare view

Updates sigs.k8s.io/structured-merge-diff/v6 from 6.3.2 to 6.4.0

Commits
  • d56620e Merge pull request #323 from aramase/aramase/f/fix_generators_inline
  • 6e51105 fix(value): detect inline fields structurally instead of matching ",inline" tag
  • 8fd4c42 Merge pull request #312 from alvaroaleman/unexported
  • eedc536 Merge pull request #320 from inteon/use_slices_funcs
  • ee54385 Merge pull request #322 from inteon/typed_allocator
  • f0a2e6e add benchmark for FromValue function
  • 7ba0b4e Merge pull request #314 from inteon/tests_add_state
  • 138fc0a fully clear freed objects
  • f7fc3d8 make freelist typed
  • 910648e Code cleanup: use modern slices.BinarySearchFunc and slices.Insert where poss...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 24, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/ray-operator/kubernetes-b611fa7854 branch from bdbb17f to 6c134fc Compare June 25, 2026 01:53
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/ray-operator/kubernetes-b611fa7854 branch from 6c134fc to a06a63d Compare July 2, 2026 01:53
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/ray-operator/kubernetes-b611fa7854 branch from a06a63d to 5fe3a86 Compare July 9, 2026 01:54
Bumps the kubernetes group with 5 updates in the /ray-operator directory:

| Package | From | To |
| --- | --- | --- |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.36.0` | `0.36.2` |
| [k8s.io/apiserver](https://github.com/kubernetes/apiserver) | `0.36.0` | `0.36.2` |
| [k8s.io/code-generator](https://github.com/kubernetes/code-generator) | `0.36.0` | `0.36.2` |
| [sigs.k8s.io/gateway-api](https://github.com/kubernetes-sigs/gateway-api) | `1.4.1` | `1.6.0` |
| [sigs.k8s.io/scheduler-plugins](https://github.com/kubernetes-sigs/scheduler-plugins) | `0.33.5` | `0.34.7` |



Updates `k8s.io/api` from 0.36.0 to 0.36.2
- [Commits](kubernetes/api@v0.36.0...v0.36.2)

Updates `k8s.io/apimachinery` from 0.36.0 to 0.36.2
- [Commits](kubernetes/apimachinery@v0.36.0...v0.36.2)

Updates `k8s.io/apiserver` from 0.36.0 to 0.36.2
- [Commits](kubernetes/apiserver@v0.36.0...v0.36.2)

Updates `k8s.io/client-go` from 0.36.0 to 0.36.2
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.36.0...v0.36.2)

Updates `k8s.io/code-generator` from 0.36.0 to 0.36.2
- [Commits](kubernetes/code-generator@v0.36.0...v0.36.2)

Updates `k8s.io/component-base` from 0.36.0 to 0.36.2
- [Commits](kubernetes/component-base@v0.36.0...v0.36.2)

Updates `sigs.k8s.io/gateway-api` from 1.4.1 to 1.6.0
- [Release notes](https://github.com/kubernetes-sigs/gateway-api/releases)
- [Changelog](https://github.com/kubernetes-sigs/gateway-api/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/gateway-api@v1.4.1...v1.6.0)

Updates `sigs.k8s.io/scheduler-plugins` from 0.33.5 to 0.34.7
- [Release notes](https://github.com/kubernetes-sigs/scheduler-plugins/releases)
- [Changelog](https://github.com/kubernetes-sigs/scheduler-plugins/blob/master/RELEASE.md)
- [Commits](kubernetes-sigs/scheduler-plugins@v0.33.5...v0.34.7)

Updates `sigs.k8s.io/structured-merge-diff/v6` from 6.3.2 to 6.4.0
- [Release notes](https://github.com/kubernetes-sigs/structured-merge-diff/releases)
- [Changelog](https://github.com/kubernetes-sigs/structured-merge-diff/blob/master/RELEASE.md)
- [Commits](kubernetes-sigs/structured-merge-diff@v6.3.2...v6.4.0)

---
updated-dependencies:
- dependency-name: k8s.io/api
  dependency-version: 0.36.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kubernetes
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.36.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kubernetes
- dependency-name: k8s.io/apiserver
  dependency-version: 0.36.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kubernetes
- dependency-name: k8s.io/client-go
  dependency-version: 0.36.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kubernetes
- dependency-name: k8s.io/code-generator
  dependency-version: 0.36.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kubernetes
- dependency-name: k8s.io/component-base
  dependency-version: 0.36.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kubernetes
- dependency-name: sigs.k8s.io/gateway-api
  dependency-version: 1.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kubernetes
- dependency-name: sigs.k8s.io/scheduler-plugins
  dependency-version: 0.34.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kubernetes
- dependency-name: sigs.k8s.io/structured-merge-diff/v6
  dependency-version: 6.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kubernetes
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/ray-operator/kubernetes-b611fa7854 branch from 5fe3a86 to cbfb568 Compare July 16, 2026 01:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants