-
-
Notifications
You must be signed in to change notification settings - Fork 15
Remove last_ update_time from ClusterCondition #1054
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
base: main
Are you sure you want to change the base?
Conversation
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.
Can we note down why this got removed in the PR description. We should also link to any other related issues/PRs.
@@ -8,6 +8,13 @@ All notable changes to this project will be documented in this file. | |||
|
|||
- Update `kube` to `1.1.0` ([#1049]). | |||
|
|||
### Removed | |||
|
|||
- Removed `last_update_time` from CRD ClusterCondition status ([#1054]). |
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.
note: This should be marked as breaking.
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.
+1 and get a platform release note please :)
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 tested it and dont feel its breaking. Applying the new CRD and installing the new operator version simply removes the last_updated_time
from the CRD.
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.
It might not be breaking for us, but some users might use this value. As such, a removal is a breaking change for them.
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.
added the breaking hint 244bfbb
Description
fixes #1032
Zookeeper status: