Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update kubernetes packages to v0.32.2 #264

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
k8s.io/api v0.29.4 -> v0.32.2 age adoption passing confidence
k8s.io/apimachinery v0.29.4 -> v0.32.2 age adoption passing confidence
k8s.io/client-go v0.29.4 -> v0.32.2 age adoption passing confidence

Release Notes

kubernetes/api (k8s.io/api)

v0.32.2

Compare Source

v0.32.1

Compare Source

v0.32.0

Compare Source

v0.31.6

Compare Source

v0.31.5

Compare Source

v0.31.4

Compare Source

v0.31.3

Compare Source

v0.31.2

Compare Source

v0.31.1

Compare Source

v0.31.0

Compare Source

v0.30.10

Compare Source

v0.30.9

Compare Source

v0.30.8

Compare Source

v0.30.7

Compare Source

v0.30.6

Compare Source

v0.30.5

Compare Source

v0.30.4

Compare Source

v0.30.3

Compare Source

v0.30.2

Compare Source

v0.30.1

Compare Source

v0.30.0

Compare Source

v0.29.14

Compare Source

v0.29.13

Compare Source

v0.29.12

Compare Source

v0.29.11

Compare Source

v0.29.10

Compare Source

v0.29.9

Compare Source

v0.29.8

Compare Source

v0.29.7

Compare Source

v0.29.6

Compare Source

v0.29.5

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.32.2

Compare Source

v0.32.1

Compare Source

v0.32.0

Compare Source

v0.31.6

Compare Source

v0.31.5

Compare Source

v0.31.4

Compare Source

v0.31.3

Compare Source

v0.31.2

Compare Source

v0.31.1

Compare Source

v0.31.0

Compare Source

v0.30.10

Compare Source

v0.30.9

Compare Source

v0.30.8

Compare Source

v0.30.7

Compare Source

v0.30.6

Compare Source

v0.30.5

Compare Source

v0.30.4

Compare Source

v0.30.3

Compare Source

v0.30.2

Compare Source

v0.30.1

Compare Source

v0.30.0

Compare Source

v0.29.14

Compare Source

v0.29.13

Compare Source

v0.29.12

Compare Source

v0.29.11

Compare Source

v0.29.10

Compare Source

v0.29.9

Compare Source

v0.29.8

Compare Source

v0.29.7

Compare Source

v0.29.6

Compare Source

v0.29.5

Compare Source

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

v0.32.2

Compare Source

v0.32.1

Compare Source

v0.32.0

Compare Source

v0.31.6

Compare Source

v0.31.5

Compare Source

v0.31.4

Compare Source

v0.31.3

Compare Source

v0.31.2

Compare Source

v0.31.1

Compare Source

v0.31.0

Compare Source

v0.30.10

Compare Source

v0.30.9

Compare Source

v0.30.8

Compare Source

v0.30.7

Compare Source

v0.30.6

Compare Source

v0.30.5

Compare Source

v0.30.4

Compare Source

v0.30.3

Compare Source

v0.30.2

Compare Source

v0.30.1

Compare Source

v0.30.0

Compare Source

v0.29.14

Compare Source

v0.29.13

Compare Source

v0.29.12

Compare Source

v0.29.11

Compare Source

v0.29.10

Compare Source

v0.29.9

Compare Source

v0.29.8

Compare Source

v0.29.7

Compare Source

v0.29.6

Compare Source

v0.29.5

Compare Source


Configuration

📅 Schedule: 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.

Copy link
Contributor Author

renovate bot commented Apr 18, 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 -d -t ./...
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/spf13/cobra v1.8.0
go: downloading k8s.io/api v0.30.0
go: downloading k8s.io/apimachinery v0.30.0
go: downloading k8s.io/client-go v0.30.0
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/google/gofuzz v1.2.0
go: downloading github.com/imdario/mergo v0.3.12
go: downloading golang.org/x/term v0.18.0
go: downloading k8s.io/klog/v2 v2.120.1
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.1
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading k8s.io/utils v0.0.0-20230726121419-3b25d923346b
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/google/gnostic-models v0.6.8
go: downloading golang.org/x/oauth2 v0.10.0
go: downloading golang.org/x/net v0.23.0
go: downloading golang.org/x/time v0.3.0
go: downloading golang.org/x/sys v0.18.0
go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
go: downloading github.com/go-logr/logr v1.4.1
go: downloading github.com/evanphx/json-patch v5.6.0+incompatible
go: downloading github.com/json-iterator/go v1.1.12
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading google.golang.org/protobuf v1.33.0
go: downloading k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading sigs.k8s.io/yaml v1.3.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/google/uuid v1.3.0
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/go-openapi/jsonreference v0.20.2
go: downloading github.com/go-openapi/swag v0.22.3
go: downloading google.golang.org/appengine v1.6.7
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading golang.org/x/text v0.14.0
go: downloading github.com/go-openapi/jsonpointer v0.19.6
go: downloading github.com/emicklei/go-restful/v3 v3.11.0
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/josharian/intern v1.0.0
github.com/dtan4/k8sec/cmd imports
	k8s.io/api/core/v1 imports
	k8s.io/apimachinery/pkg/runtime imports
	k8s.io/apimachinery/pkg/util/sets imports
	cmp: package cmp is not in GOROOT (/opt/containerbase/tools/golang/1.19.13/src/cmp)

@renovate renovate bot force-pushed the renovate/kubernetes-go branch from 2d1b9b7 to 6709c2a Compare May 8, 2024 06:01
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from 6709c2a to a0d777e Compare May 15, 2024 17:40
@renovate renovate bot changed the title fix(deps): update kubernetes packages to v0.30.0 fix(deps): update kubernetes packages to v0.30.1 May 15, 2024
Copy link
Contributor Author

renovate bot commented May 15, 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 -d -t ./...
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/spf13/cobra v1.8.1
go: downloading k8s.io/api v0.32.2
go: downloading k8s.io/apimachinery v0.32.2
go: downloading k8s.io/client-go v0.32.2
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/google/gofuzz v1.2.0
go: downloading k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
go: downloading golang.org/x/term v0.25.0
go: downloading k8s.io/klog/v2 v2.130.1
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.2
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/google/gnostic-models v0.6.8
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading golang.org/x/net v0.30.0
go: downloading golang.org/x/time v0.7.0
go: downloading golang.org/x/oauth2 v0.23.0
go: downloading golang.org/x/sys v0.26.0
go: downloading github.com/go-logr/logr v1.4.2
go: downloading github.com/json-iterator/go v1.1.12
go: downloading sigs.k8s.io/yaml v1.4.0
go: downloading gopkg.in/evanphx/json-patch.v4 v4.12.0
go: downloading github.com/fxamacker/cbor/v2 v2.7.0
go: downloading google.golang.org/protobuf v1.35.1
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/x448/float16 v0.8.4
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/go-openapi/swag v0.23.0
go: downloading github.com/go-openapi/jsonreference v0.20.2
go: downloading github.com/google/go-cmp v0.6.0
go: downloading golang.org/x/text v0.19.0
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/emicklei/go-restful/v3 v3.11.0
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/go-openapi/jsonpointer v0.21.0
go: downloading github.com/josharian/intern v1.0.0
github.com/dtan4/k8sec/pkg/client imports
	k8s.io/apimachinery/pkg/apis/meta/v1 imports
	k8s.io/apimachinery/pkg/labels imports
	slices: package slices is not in GOROOT (/opt/containerbase/tools/golang/1.19.13/src/slices)
github.com/dtan4/k8sec/cmd imports
	k8s.io/api/core/v1 imports
	k8s.io/apimachinery/pkg/runtime imports
	k8s.io/apimachinery/pkg/util/sets imports
	cmp: package cmp is not in GOROOT (/opt/containerbase/tools/golang/1.19.13/src/cmp)

@renovate renovate bot force-pushed the renovate/kubernetes-go branch from a0d777e to 1e294f5 Compare May 23, 2024 03:50
@renovate renovate bot force-pushed the renovate/kubernetes-go branch 2 times, most recently from 6ce4021 to 9886659 Compare June 12, 2024 20:02
@renovate renovate bot changed the title fix(deps): update kubernetes packages to v0.30.1 fix(deps): update kubernetes packages to v0.30.2 Jun 12, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-go branch 2 times, most recently from 7100007 to 6a14ba4 Compare June 18, 2024 04:33
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from 6a14ba4 to dd5878f Compare July 9, 2024 11:18
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from dd5878f to 903dd1e Compare July 17, 2024 22:21
@renovate renovate bot changed the title fix(deps): update kubernetes packages to v0.30.2 fix(deps): update kubernetes packages to v0.30.3 Jul 17, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from 903dd1e to 9bf3f02 Compare August 13, 2024 20:22
@renovate renovate bot changed the title fix(deps): update kubernetes packages to v0.30.3 fix(deps): update kubernetes packages to v0.31.0 Aug 13, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from 9bf3f02 to d24dd51 Compare September 12, 2024 08:35
@renovate renovate bot changed the title fix(deps): update kubernetes packages to v0.31.0 fix(deps): update kubernetes packages to v0.31.1 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-go branch 3 times, most recently from ccf84b2 to 89bd4b1 Compare October 11, 2024 09:33
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from 89bd4b1 to 8ab3178 Compare October 15, 2024 22:54
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from 8ab3178 to e9bcef5 Compare October 23, 2024 16:02
@renovate renovate bot changed the title fix(deps): update kubernetes packages to v0.31.1 fix(deps): update kubernetes packages Oct 23, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from e9bcef5 to 35ddc84 Compare October 23, 2024 19:37
@renovate renovate bot changed the title fix(deps): update kubernetes packages fix(deps): update kubernetes packages to v0.31.2 Oct 23, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-go branch 2 times, most recently from 0d159a3 to edab0bd Compare November 21, 2024 06:30
@renovate renovate bot changed the title fix(deps): update kubernetes packages to v0.31.2 fix(deps): update kubernetes packages Nov 21, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from edab0bd to dcd61de Compare November 21, 2024 10:47
@renovate renovate bot changed the title fix(deps): update kubernetes packages fix(deps): update kubernetes packages to v0.31.3 Nov 21, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from dcd61de to f64950c Compare December 11, 2024 03:50
@renovate renovate bot changed the title fix(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 f64950c to 12b95f3 Compare December 12, 2024 00:54
@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 12b95f3 to a833088 Compare January 16, 2025 04:54
@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 16, 2025
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from a833088 to f5c12cd Compare February 13, 2025 18:38
@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 13, 2025
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