Skip to content

fix(deps): update kubernetes packages to v0.35.1#17

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/kubernetes-go
Open

fix(deps): update kubernetes packages to v0.35.1#17
renovate[bot] wants to merge 1 commit intomainfrom
renovate/kubernetes-go

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 24, 2024

This PR contains the following updates:

Package Change Age Confidence
k8s.io/api v0.31.11v0.35.1 age confidence
k8s.io/api v0.33.3v0.35.1 age confidence
k8s.io/apiextensions-apiserver v0.31.11v0.35.1 age confidence
k8s.io/apimachinery v0.33.3v0.35.1 age confidence
k8s.io/client-go v0.31.11v0.35.1 age confidence
k8s.io/client-go v0.33.3v0.35.1 age confidence

Release Notes

kubernetes/api (k8s.io/api)

v0.35.1

Compare Source

v0.35.0

Compare Source

v0.34.4

Compare Source

v0.34.3

Compare Source

v0.34.2

Compare Source

v0.34.1

Compare Source

v0.34.0

Compare Source

v0.33.8

Compare Source

v0.33.7

Compare Source

v0.33.6

Compare Source

v0.33.5

Compare Source

v0.33.4

Compare Source

v0.33.3

Compare Source

v0.33.2

Compare Source

v0.33.1

Compare Source

v0.33.0

Compare Source

v0.32.12

Compare Source

v0.32.11

Compare Source

v0.32.10

Compare Source

v0.32.9

Compare Source

v0.32.8

Compare Source

v0.32.7

Compare Source

v0.32.6

Compare Source

v0.32.5

Compare Source

v0.32.4

Compare Source

v0.32.3

Compare Source

v0.32.2

Compare Source

v0.32.1

Compare Source

v0.32.0

Compare Source

v0.31.14

Compare Source

v0.31.13

Compare Source

v0.31.12

Compare Source

kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver)

v0.35.1

Compare Source

v0.35.0

Compare Source

v0.34.4

Compare Source

v0.34.3

Compare Source

v0.34.2

Compare Source

v0.34.1

Compare Source

v0.34.0

Compare Source

v0.33.8

Compare Source

v0.33.7

Compare Source

v0.33.6

Compare Source

v0.33.5

Compare Source

v0.33.4

Compare Source

v0.33.3

Compare Source

v0.33.2

Compare Source

v0.33.1

Compare Source

v0.33.0

Compare Source

v0.32.12

Compare Source

v0.32.11

Compare Source

v0.32.10

Compare Source

v0.32.9

Compare Source

v0.32.8

Compare Source

v0.32.7

Compare Source

v0.32.6

Compare Source

v0.32.5

Compare Source

v0.32.4

Compare Source

v0.32.3

Compare Source

v0.32.2

Compare Source

v0.32.1

Compare Source

v0.32.0

Compare Source

v0.31.14

Compare Source

v0.31.13

Compare Source

v0.31.12

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.35.1

Compare Source

v0.35.0

Compare Source

v0.34.4

Compare Source

v0.34.3

Compare Source

v0.34.2

Compare Source

v0.34.1

Compare Source

v0.34.0

Compare Source

v0.33.8

Compare Source

v0.33.7

Compare Source

v0.33.6

Compare Source

v0.33.5

Compare Source

v0.33.4

Compare Source

kubernetes/client-go (k8s.io/client-go)

v0.35.1

Compare Source

v0.35.0

Compare Source

v0.34.4

Compare Source

v0.34.3

Compare Source

v0.34.2

Compare Source

v0.34.1

Compare Source

v0.34.0

Compare Source

v0.33.8

Compare Source

v0.33.7

Compare Source

v0.33.6

Compare Source

v0.33.5

Compare Source

v0.33.4

Compare Source

v0.33.3

Compare Source

v0.33.2

Compare Source

v0.33.1

Compare Source

v0.33.0

Compare Source

v0.32.12

Compare Source

v0.32.11

Compare Source

v0.32.10

Compare Source

v0.32.9

Compare Source

v0.32.8

Compare Source

v0.32.7

Compare Source

v0.32.6

Compare Source

v0.32.5

Compare Source

v0.32.4

Compare Source

v0.32.3

Compare Source

v0.32.2

Compare Source

v0.32.1

Compare Source

v0.32.0

Compare Source

v0.31.14

Compare Source

v0.31.13

Compare Source

v0.31.12

Compare Source


Configuration

📅 Schedule: 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 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
Copy link
Contributor Author

renovate bot commented Oct 24, 2024

⚠️ 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: module k8s.io/[email protected] requires go >= 1.25.0; switching to go1.25.7
go: downloading go1.25.7 (linux/amd64)
go: downloading golang.org/x/crypto v0.45.0
go: downloading github.com/spf13/pflag v1.0.9
go: downloading k8s.io/api v0.35.1
go: downloading k8s.io/apimachinery v0.35.1
go: downloading k8s.io/client-go v0.35.1
go: downloading k8s.io/utils v0.0.0-20251002143259-bc988d571ff4
go: downloading k8s.io/apiextensions-apiserver v0.35.1
go: downloading golang.org/x/term v0.37.0
go: downloading sigs.k8s.io/structured-merge-diff/v6 v6.3.0
go: downloading sigs.k8s.io/yaml v1.6.0
go: downloading google.golang.org/protobuf v1.36.8
go: downloading golang.org/x/sys v0.38.0
go: downloading github.com/go-logr/logr v1.4.3
go: downloading sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730
go: downloading github.com/fxamacker/cbor/v2 v2.9.0
go: downloading golang.org/x/oauth2 v0.30.0
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading golang.org/x/text v0.31.0
go: downloading golang.org/x/tools v0.38.0
go: downloading go.yaml.in/yaml/v2 v2.4.3
go: downloading gopkg.in/evanphx/json-patch.v4 v4.13.0
go: downloading go.yaml.in/yaml/v3 v3.0.4
go: downloading github.com/golang/glog v1.2.4
go: downloading cloud.google.com/go/compute/metadata v0.6.0
go: downloading google.golang.org/grpc v1.72.2
go: downloading github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee
go: downloading golang.org/x/sync v0.18.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb
go: downloading go.opentelemetry.io/otel v1.36.0
go: downloading go.opentelemetry.io/otel/trace v1.36.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0
go: downloading github.com/emicklei/go-restful/v3 v3.12.2
go: downloading golang.org/x/mod v0.29.0
go: downloading go.opentelemetry.io/otel/metric v1.36.0
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0
go: packer-plugin-kubevirt/builder/common/k8s imports
	kubevirt.io/client-go/kubecli imports
	k8s.io/client-go/kubernetes/typed/coordination/v1alpha1: cannot find module providing package k8s.io/client-go/kubernetes/typed/coordination/v1alpha1
go: packer-plugin-kubevirt/builder/common/k8s imports
	kubevirt.io/client-go/kubecli imports
	k8s.io/client-go/kubernetes/typed/networking/v1alpha1: cannot find module providing package k8s.io/client-go/kubernetes/typed/networking/v1alpha1
go: packer-plugin-kubevirt/builder/common/k8s imports
	kubevirt.io/client-go/kubecli imports
	k8s.io/client-go/kubernetes/typed/storagemigration/v1alpha1: cannot find module providing package k8s.io/client-go/kubernetes/typed/storagemigration/v1alpha1

@renovate renovate bot force-pushed the renovate/kubernetes-go branch from 3004a44 to de2d6ba Compare November 22, 2024 23:37
@renovate renovate bot changed the title chore(deps): update kubernetes packages to v0.31.2 chore(deps): update kubernetes packages to v0.31.3 Nov 22, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from de2d6ba to f78e9df Compare December 11, 2024 02:53
@renovate renovate bot changed the title chore(deps): update kubernetes packages to v0.31.3 fix(deps): update kubernetes packages to v0.31.4 Dec 11, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from f78e9df to 43b8ec1 Compare December 12, 2024 02:15
@renovate renovate bot changed the title fix(deps): update kubernetes packages to v0.31.4 fix(deps): update kubernetes packages to v0.32.0 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from 43b8ec1 to 117e062 Compare January 17, 2025 06:59
@renovate renovate bot changed the title fix(deps): update kubernetes packages to v0.32.0 fix(deps): update kubernetes packages to v0.32.1 Jan 17, 2025
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from 117e062 to f4173bc Compare February 14, 2025 23:57
@renovate renovate bot changed the title fix(deps): update kubernetes packages to v0.32.1 fix(deps): update kubernetes packages to v0.32.2 Feb 14, 2025
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from f4173bc to 555f88a Compare March 12, 2025 23:16
@renovate renovate bot changed the title fix(deps): update kubernetes packages to v0.32.2 fix(deps): update kubernetes packages to v0.32.3 Mar 12, 2025
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from 555f88a to e72f065 Compare April 26, 2025 03:57
@renovate renovate bot changed the title fix(deps): update kubernetes packages to v0.32.3 fix(deps): update kubernetes packages to v0.33.0 Apr 26, 2025
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from e72f065 to ba819ec Compare May 17, 2025 15:30
@renovate renovate bot changed the title fix(deps): update kubernetes packages to v0.33.0 fix(deps): update kubernetes packages to v0.33.1 May 17, 2025
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from ba819ec to 307ebc9 Compare June 22, 2025 03:55
@renovate renovate bot changed the title fix(deps): update kubernetes packages to v0.33.1 fix(deps): update kubernetes packages to v0.33.2 Jun 22, 2025
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from 307ebc9 to 8e1d243 Compare July 26, 2025 01:06
@renovate renovate bot changed the title fix(deps): update kubernetes packages to v0.33.2 chore(deps): update kubernetes packages to v0.33.3 Jul 26, 2025
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from 8e1d243 to 91041d5 Compare August 15, 2025 11:55
@renovate renovate bot changed the title chore(deps): update kubernetes packages to v0.33.3 fix(deps): update kubernetes packages to v0.33.4 Aug 15, 2025
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from 91041d5 to 4b77604 Compare August 27, 2025 22:53
@renovate renovate bot changed the title fix(deps): update kubernetes packages to v0.33.4 fix(deps): update kubernetes packages to v0.34.0 Aug 27, 2025
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from 4b77604 to 29a3892 Compare September 10, 2025 10:45
@renovate renovate bot changed the title fix(deps): update kubernetes packages to v0.34.0 fix(deps): update kubernetes packages to v0.34.1 Sep 10, 2025
@renovate renovate bot force-pushed the renovate/kubernetes-go branch 3 times, most recently from a13e205 to 858067d Compare September 29, 2025 20:32
@renovate renovate bot force-pushed the renovate/kubernetes-go branch 3 times, most recently from 2423545 to 30ae6e2 Compare October 3, 2025 00:51
@renovate renovate bot force-pushed the renovate/kubernetes-go branch 2 times, most recently from 6a24fcd to 52bb786 Compare October 31, 2025 22:43
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from 52bb786 to 0809fbf Compare November 13, 2025 00:42
@renovate renovate bot changed the title fix(deps): update kubernetes packages to v0.34.1 fix(deps): update kubernetes packages to v0.34.2 Nov 13, 2025
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from 0809fbf to e9a6621 Compare December 10, 2025 09:03
@renovate renovate bot changed the title fix(deps): update kubernetes packages to v0.34.2 fix(deps): update kubernetes packages to v0.34.3 Dec 10, 2025
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from e9a6621 to c90ac84 Compare December 18, 2025 01:05
@renovate renovate bot changed the title fix(deps): update kubernetes packages to v0.34.3 fix(deps): update kubernetes packages to v0.35.0 Dec 18, 2025
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from c90ac84 to f1afb12 Compare February 11, 2026 01:16
@renovate renovate bot changed the title fix(deps): update kubernetes packages to v0.35.0 fix(deps): update kubernetes packages Feb 11, 2026
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from f1afb12 to 55851f3 Compare February 11, 2026 05:12
@renovate renovate bot changed the title fix(deps): update kubernetes packages fix(deps): update kubernetes packages to v0.35.1 Feb 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants