-
Notifications
You must be signed in to change notification settings - Fork 1.4k
⚠️ Drop revisionHistory in MachineDeployment #12274
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
WIP => needs rebase after #12262 is merged |
5077a89
to
7207195
Compare
/test pull-cluster-api-e2e-main |
7207195
to
6dd8a8e
Compare
/test pull-cluster-api-e2e-main |
// revisionHistoryAnnotation maintains the history of all old revisions that a machine set has served for a machine deployment. | ||
// | ||
// Deprecated: This annotation is deprecated and is going to be removed in the next release. | ||
const revisionHistoryAnnotation = "machinedeployment.clusters.x-k8s.io/revision-history" |
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.
This annotation will be removed in a follow-up (tracked in #10852)
Main goal of this PR is to drop the user-facing revision history feature
/lgtm /retest Flake?
|
LGTM label has been added. Git tree hash: 975dd6c1aa0bf9ed86693b6ee5baa0599a2e2214
|
6dd8a8e
to
52c5329
Compare
New changes are detected. LGTM label has been removed. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test pull-cluster-api-e2e-main |
Had to rebase because of conflict in golangci-lint config file |
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #10479
Part of #10852