-
Notifications
You must be signed in to change notification settings - Fork 734
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 module sigs.k8s.io/controller-runtime to v0.13.0 #5995
Conversation
@elasticmachine run elasticsearch-ci/docs |
ff19882
to
f246b23
Compare
@elasticmachine run elasticsearch-ci/docs |
@@ -149,7 +149,7 @@ func TestReconcileAgent_Reconcile(t *testing.T) { | |||
ObjectMeta: metav1.ObjectMeta{ | |||
Name: "testAgent-agent", | |||
Namespace: "test", | |||
Labels: addLabel(defaultLabels, hash.TemplateHashLabelName, "3369118503"), | |||
Labels: addLabel(defaultLabels, hash.TemplateHashLabelName, "4210085657"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's because the controller-runtime upgrade also upgrades k8s from 0.24.4 to 0.25 where PodSpec has a new HostUsers *bool
field. But it doesn't seem a good reason to change the value of the template hash as we don't use the new field? I think this is not the first time this happens but I will dig deeper this time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing abnormal here, this is the normal behaviour of hash.HashObject
and this is harmless. I verified and when the label of the Deployment is updated, Pods are left intact as their Spec didn't change.
elasticmachine run elasticsearch-ci/docs |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Thibault Richard <[email protected]>
This PR contains the following updates:
v0.12.3
->v0.13.0
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: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.