chore(deps): update module k8s.io/api to v0.36.3 #2

Closed
sa-renovate wants to merge 1 commit from renovate/k8s.io-api-0.x into main
Member

This PR contains the following updates:

Package Type Update Change
k8s.io/api require minor v0.35.4v0.36.3

Release Notes

kubernetes/api (k8s.io/api)

v0.36.3

Compare Source

v0.36.2

Compare Source

v0.36.1

Compare Source

v0.36.0

Compare Source

v0.35.7

Compare Source

v0.35.6

Compare Source

v0.35.5

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [k8s.io/api](https://github.com/kubernetes/api) | require | minor | `v0.35.4` → `v0.36.3` | --- ### Release Notes <details> <summary>kubernetes/api (k8s.io/api)</summary> ### [`v0.36.3`](https://github.com/kubernetes/api/compare/v0.36.2...v0.36.3) [Compare Source](https://github.com/kubernetes/api/compare/v0.36.2...v0.36.3) ### [`v0.36.2`](https://github.com/kubernetes/api/compare/v0.36.1...v0.36.2) [Compare Source](https://github.com/kubernetes/api/compare/v0.36.1...v0.36.2) ### [`v0.36.1`](https://github.com/kubernetes/api/compare/v0.36.0...v0.36.1) [Compare Source](https://github.com/kubernetes/api/compare/v0.36.0...v0.36.1) ### [`v0.36.0`](https://github.com/kubernetes/api/compare/v0.35.7...v0.36.0) [Compare Source](https://github.com/kubernetes/api/compare/v0.35.7...v0.36.0) ### [`v0.35.7`](https://github.com/kubernetes/api/compare/v0.35.6...v0.35.7) [Compare Source](https://github.com/kubernetes/api/compare/v0.35.6...v0.35.7) ### [`v0.35.6`](https://github.com/kubernetes/api/compare/v0.35.5...v0.35.6) [Compare Source](https://github.com/kubernetes/api/compare/v0.35.5...v0.35.6) ### [`v0.35.5`](https://github.com/kubernetes/api/compare/v0.35.4...v0.35.5) [Compare Source](https://github.com/kubernetes/api/compare/v0.35.4...v0.35.5) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTcuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI3OS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
chore(deps): update module k8s.io/api to v0.36.1
Some checks failed
renovate/artifacts Artifact file update failure
ci-main / test (pull_request) Failing after 10s
c932aebc2e
Author
Member

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: downloading k8s.io/client-go v0.35.4
go: downloading github.com/onsi/gomega v1.39.0
go: downloading golang.org/x/net v0.49.0
go: downloading k8s.io/apiextensions-apiserver v0.35.4
go: downloading golang.org/x/term v0.39.0
go: downloading golang.org/x/oauth2 v0.34.0
go: downloading golang.org/x/sys v0.40.0
go: downloading github.com/prometheus/common v0.67.5
go: downloading github.com/prometheus/procfs v0.19.2
go: downloading golang.org/x/text v0.33.0
go: edp.buildth.ing/DevFW-CICD/controller-util/pkg/conditions imports
	sigs.k8s.io/controller-runtime/pkg/client imports
	k8s.io/client-go/kubernetes/scheme imports
	k8s.io/api/autoscaling/v2beta1: cannot find module providing package k8s.io/api/autoscaling/v2beta1
go: edp.buildth.ing/DevFW-CICD/controller-util/pkg/conditions imports
	sigs.k8s.io/controller-runtime/pkg/client imports
	k8s.io/client-go/kubernetes/scheme imports
	k8s.io/api/autoscaling/v2beta2: cannot find module providing package k8s.io/api/autoscaling/v2beta2
go: edp.buildth.ing/DevFW-CICD/controller-util/pkg/conditions imports
	sigs.k8s.io/controller-runtime/pkg/client imports
	k8s.io/client-go/kubernetes/scheme imports
	k8s.io/api/scheduling/v1alpha1: cannot find module providing package k8s.io/api/scheduling/v1alpha1

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: go.sum ``` Command failed: go get -t ./... go: downloading k8s.io/client-go v0.35.4 go: downloading github.com/onsi/gomega v1.39.0 go: downloading golang.org/x/net v0.49.0 go: downloading k8s.io/apiextensions-apiserver v0.35.4 go: downloading golang.org/x/term v0.39.0 go: downloading golang.org/x/oauth2 v0.34.0 go: downloading golang.org/x/sys v0.40.0 go: downloading github.com/prometheus/common v0.67.5 go: downloading github.com/prometheus/procfs v0.19.2 go: downloading golang.org/x/text v0.33.0 go: edp.buildth.ing/DevFW-CICD/controller-util/pkg/conditions imports sigs.k8s.io/controller-runtime/pkg/client imports k8s.io/client-go/kubernetes/scheme imports k8s.io/api/autoscaling/v2beta1: cannot find module providing package k8s.io/api/autoscaling/v2beta1 go: edp.buildth.ing/DevFW-CICD/controller-util/pkg/conditions imports sigs.k8s.io/controller-runtime/pkg/client imports k8s.io/client-go/kubernetes/scheme imports k8s.io/api/autoscaling/v2beta2: cannot find module providing package k8s.io/api/autoscaling/v2beta2 go: edp.buildth.ing/DevFW-CICD/controller-util/pkg/conditions imports sigs.k8s.io/controller-runtime/pkg/client imports k8s.io/client-go/kubernetes/scheme imports k8s.io/api/scheduling/v1alpha1: cannot find module providing package k8s.io/api/scheduling/v1alpha1 ```
sa-renovate force-pushed renovate/k8s.io-api-0.x from c932aebc2e
Some checks failed
renovate/artifacts Artifact file update failure
ci-main / test (pull_request) Failing after 10s
to ee4bccdce1
Some checks failed
renovate/artifacts Artifact file update failure
ci-main / test (pull_request) Failing after 12s
2026-06-13 03:04:21 +00:00
Compare
sa-renovate changed title from chore(deps): update module k8s.io/api to v0.36.1 to chore(deps): update module k8s.io/api to v0.36.2 2026-06-13 03:04:21 +00:00
sa-renovate force-pushed renovate/k8s.io-api-0.x from ee4bccdce1
Some checks failed
renovate/artifacts Artifact file update failure
ci-main / test (pull_request) Failing after 12s
to 4ba21b1aa5
Some checks failed
renovate/artifacts Artifact file update failure
ci-main / test (pull_request) Failing after 12s
2026-07-24 03:04:36 +00:00
Compare
sa-renovate changed title from chore(deps): update module k8s.io/api to v0.36.2 to chore(deps): update module k8s.io/api to v0.36.3 2026-07-24 03:04:36 +00:00
waldemar.kindler closed this pull request 2026-07-27 14:44:40 +00:00
Author
Member

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v0.36.3). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update (`v0.36.3`). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the `ignoreDeps` array of your Renovate config. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
Some checks failed
renovate/artifacts Artifact file update failure
ci-main / test (pull_request) Failing after 12s

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
DevFW-CICD/controller-util!2
No description provided.