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

Update kubernetes packages to v0.29.0 #30087

Closed
wants to merge 4 commits into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 19, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

kubernetes/api (k8s.io/api)

v0.29.0

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.29.0

Compare Source

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

v0.29.0

Compare Source

kubernetes/kubelet (k8s.io/kubelet)

v0.29.0

Compare Source


Configuration

📅 Schedule: Branch creation - "on tuesday" (UTC), 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 has been generated by Mend Renovate. View repository job log here.

@songy23 songy23 closed this Dec 19, 2023
@songy23 songy23 reopened this Dec 19, 2023
@TylerHelmuth
Copy link
Member

Looks like there are some some incompatible changes here. I'll try to take a look today.

@github-actions github-actions bot added cmd/configschema configschema command cmd/otelcontribcol otelcontribcol command labels Dec 19, 2023
@@ -44,7 +44,7 @@ type eventBroadcaster interface {
StartLogging(logf func(format string, args ...any)) watch.Interface
// NewRecorder returns an EventRecorder that can be used to send events to this EventBroadcaster
// with the event source set to the given event source.
NewRecorder(scheme *runtime.Scheme, source v1.EventSource) record.EventRecorder
NewRecorder(scheme *runtime.Scheme, source v1.EventSource) record.EventRecorderLogger
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -84,12 +84,12 @@ func newK8sResolver(clt kubernetes.Interface,
epsListWatcher := &cache.ListWatch{
ListFunc: func(options metav1.ListOptions) (runtime.Object, error) {
options.FieldSelector = epsSelector
options.TimeoutSeconds = pointer.Int64(1)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These functions were deprecated

Copy link
Contributor

@codeboten codeboten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TylerHelmuth
Copy link
Member

TylerHelmuth commented Dec 19, 2023

Copy link
Contributor Author

renovate bot commented Dec 19, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v0.29.0). 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 renovate bot deleted the renovate/kubernetes-go branch December 19, 2023 18:08
@mx-psi
Copy link
Member

mx-psi commented Dec 19, 2023

@TylerHelmuth can you file an issue similar to #20245?

@TylerHelmuth
Copy link
Member

@mx-psi created #30101

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.

6 participants