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.31.3 #38

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
k8s.io/apiextensions-apiserver v0.31.1 -> v0.31.3 age adoption passing confidence
k8s.io/apimachinery v0.31.1 -> v0.31.3 age adoption passing confidence
k8s.io/client-go v0.31.1 -> v0.31.3 age adoption passing confidence

Release Notes

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

v0.31.3

Compare Source

v0.31.2

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.31.3

Compare Source

v0.31.2

Compare Source

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

v0.31.3

Compare Source

v0.31.2

Compare Source


Configuration

📅 Schedule: Branch creation - "on friday and saturday" in timezone Europe/Zurich, 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.

Copy link
Author

renovate bot commented Jun 4, 2024

ℹ Artifact update notice

File name: src/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
k8s.io/api v0.31.1 -> v0.31.3
k8s.io/apiserver v0.31.1 -> v0.31.3
k8s.io/component-base v0.31.1 -> v0.31.3
k8s.io/kms v0.31.1 -> v0.31.3

@renovate renovate bot force-pushed the renovate/kubernetes-go branch from 33ee9d7 to 2147522 Compare June 14, 2024 23:33
@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 14, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-go branch 2 times, most recently from 9bf33ab to 14513fd Compare July 21, 2024 18:01
@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 21, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from 14513fd to 2f873ba Compare August 13, 2024 20:58
@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
@klopfenstein-puzzle klopfenstein-puzzle changed the title fix(deps): update kubernetes packages to v0.31.0 fix(deps): update kubernetes packages to v0.30.1 Aug 16, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from dd87d5c to 71a37d4 Compare August 16, 2024 15:32
@renovate renovate bot changed the title fix(deps): update kubernetes packages to v0.30.1 fix(deps): update kubernetes packages to v0.31.0 Aug 16, 2024
@klopfenstein-puzzle
Copy link
Collaborator

Error:

 Logs for pod 'cert-manager-webhook-dnsimple-7455c69c57-v9ww9'
panic: cannot set feature gate APIPriorityAndFairness to false, feature is locked to true

goroutine 1 [running]:
k8s.io/apimachinery/pkg/util/runtime.Must(...)
	k8s.io/[email protected]/pkg/util/runtime/runtime.go:175
github.com/cert-manager/cert-manager/pkg/acme/webhook/cmd/server.WebhookServerOptions.RunWebhookServer({0xc0004b2180, 0xc0005420e0, {0xc00005800b, 0x10}, {0xc0007a00b0, 0x1, 0x1}, {0x2af7020, 0xc0001a8058}, {0x2af7020, ...}}, ...)
	github.com/cert-manager/[email protected]/pkg/acme/webhook/cmd/server/start.go:147 +0x108
github.com/cert-manager/cert-manager/pkg/acme/webhook/cmd/server.NewCommandStartWebhookServer.func1(0xc00020dc00?, {0xc0003e5e90?, 0x4?, 0x2731f29?})
	github.com/cert-manager/[email protected]/pkg/acme/webhook/cmd/server/start.go:88 +0x129
github.com/spf13/cobra.(*Command).execute(0xc000231b08, {0xc0001ba0d0, 0x3, 0x3})
	github.com/spf13/[email protected]/command.go:983 +0xaaa
github.com/spf13/cobra.(*Command).ExecuteC(0xc000231b08)
	github.com/spf13/[email protected]/command.go:1115 +0x3ff
github.com/spf13/cobra.(*Command).Execute(0xc0007a00b0?)
	github.com/spf13/[email protected]/command.go:1039 +0x13
github.com/cert-manager/cert-manager/pkg/acme/webhook/cmd.RunWebhookServer({0xc00005800b, 0x10}, {0xc0007a00b0, 0x1, 0x1})
	github.com/cert-manager/[email protected]/pkg/acme/webhook/cmd/cmd.go:49 +0xf8
main.main()
	github.com/puzzle/cert-manager-webhook-dnsimple/main.go:36 +0x85

@renovate renovate bot force-pushed the renovate/kubernetes-go branch from 71a37d4 to 2164fd7 Compare August 28, 2024 08:15
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from 2164fd7 to 71be531 Compare September 12, 2024 10:15
@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 from 71be531 to 3a20642 Compare October 23, 2024 17:36
@renovate renovate bot changed the title fix(deps): update kubernetes packages to v0.31.1 fix(deps): update kubernetes packages to v0.31.2 Oct 23, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from 3a20642 to e2b4d0a Compare October 28, 2024 13:13
@renovate renovate bot changed the title fix(deps): update kubernetes packages to v0.31.2 fix(deps): update kubernetes packages to v0.31.3 Nov 21, 2024
@renovate renovate bot force-pushed the renovate/kubernetes-go branch from e2b4d0a to e7f24d9 Compare November 21, 2024 08:47
@Pidu2 Pidu2 merged commit 7f54bf5 into master Dec 10, 2024
6 checks passed
@renovate renovate bot deleted the renovate/kubernetes-go branch December 10, 2024 09:08
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.

2 participants