Skip to content

fix(deps): update kubernetes monorepo to v0.37.0 - #286

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/kubernetes-monorepo
Open

fix(deps): update kubernetes monorepo to v0.37.0#286
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/kubernetes-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
k8s.io/api v0.36.2v0.37.0 age confidence
k8s.io/apimachinery v0.36.2v0.37.0 age confidence

Release Notes

kubernetes/api (k8s.io/api)

v0.37.0

Compare Source

v0.36.4

Compare Source

v0.36.3

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.37.0

Compare Source

v0.36.4

Compare Source

v0.36.3

Compare Source


Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from a team July 23, 2026 10:40
@renovate

renovate Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
golang.org/x/mod v0.36.0 -> v0.37.0
golang.org/x/text v0.38.0 -> v0.39.0
golang.org/x/tools v0.45.0 -> v0.47.0
sigs.k8s.io/structured-merge-diff/v6 v6.3.2 -> v6.3.3

@renovate renovate Bot changed the title fix(deps): update kubernetes monorepo to v0.36.3 fix(deps): update module k8s.io/api to v0.36.3 Aug 3, 2026
@renovate renovate Bot changed the title fix(deps): update module k8s.io/api to v0.36.3 fix(deps): update kubernetes monorepo to v0.36.3 Aug 3, 2026
@renovate
renovate Bot force-pushed the renovate/kubernetes-monorepo branch from 5d8552e to 67211dd Compare August 6, 2026 06:54
@renovate
renovate Bot requested a review from a team as a code owner August 6, 2026 06:54
@renovate renovate Bot changed the title fix(deps): update kubernetes monorepo to v0.36.3 fix(deps): update kubernetes monorepo to v0.36.4 Aug 20, 2026
@renovate
renovate Bot force-pushed the renovate/kubernetes-monorepo branch from 67211dd to d9b88a6 Compare August 20, 2026 19:40
| datasource | package             | from    | to      |
| ---------- | ------------------- | ------- | ------- |
| go         | k8s.io/api          | v0.36.2 | v0.37.0 |
| go         | k8s.io/apimachinery | v0.36.2 | v0.37.0 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate
renovate Bot force-pushed the renovate/kubernetes-monorepo branch from d9b88a6 to 0f13712 Compare August 26, 2026 20:44
@renovate renovate Bot changed the title fix(deps): update kubernetes monorepo to v0.36.4 fix(deps): update kubernetes monorepo to v0.37.0 Aug 26, 2026
@renovate

renovate Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ 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/apimachinery v0.37.0
go: downloading k8s.io/api v0.37.0
go: downloading golang.org/x/net v0.57.0
go: downloading k8s.io/kube-openapi v0.0.0-20260721132016-d427ff9ee9ad
go: downloading sigs.k8s.io/structured-merge-diff/v6 v6.4.2
go: downloading golang.org/x/tools v0.47.0
go: downloading golang.org/x/text v0.40.0
go: downloading go.yaml.in/yaml/v2 v2.4.4
go: downloading github.com/go-openapi/jsonreference v1.0.0
go: downloading github.com/go-openapi/swag v0.27.1
go: downloading github.com/fxamacker/cbor/v2 v2.9.1
go: downloading golang.org/x/term v0.45.0
go: downloading golang.org/x/time v0.15.0
go: downloading golang.org/x/sync v0.22.0
go: downloading github.com/go-openapi/jsonpointer v1.0.0
go: downloading github.com/go-openapi/swag/cmdutils v0.27.1
go: downloading github.com/go-openapi/swag/conv v0.27.1
go: downloading github.com/go-openapi/swag/fileutils v0.27.1
go: downloading github.com/go-openapi/swag/jsonutils v0.27.1
go: downloading github.com/go-openapi/swag/loading v0.27.1
go: downloading github.com/go-openapi/swag/mangling v0.27.1
go: downloading github.com/go-openapi/swag/netutils v0.27.1
go: downloading github.com/go-openapi/swag/stringutils v0.27.1
go: downloading github.com/go-openapi/swag/typeutils v0.27.1
go: downloading github.com/go-openapi/swag/yamlutils v0.27.1
go: downloading golang.org/x/mod v0.37.0
go: downloading github.com/go-openapi/swag/pools v0.27.1
go: github.com/cloudnative-pg/barman-cloud/pkg/credentials imports
	sigs.k8s.io/controller-runtime/pkg/client imports
	k8s.io/client-go/kubernetes/scheme imports
	k8s.io/api/scheduling/v1alpha2: cannot find module providing package k8s.io/api/scheduling/v1alpha2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants