-
Notifications
You must be signed in to change notification settings - Fork 25
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
Validate available upgrades for managed clusters #391
Merged
eromanova
merged 4 commits into
k0rdent:main
from
eromanova:clusters-upgrade-validation
Oct 29, 2024
Merged
Validate available upgrades for managed clusters #391
eromanova
merged 4 commits into
k0rdent:main
from
eromanova:clusters-upgrade-validation
Oct 29, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zerospiel
requested changes
Sep 25, 2024
eromanova
force-pushed
the
clusters-upgrade-validation
branch
4 times, most recently
from
September 26, 2024 08:32
1fcaa14
to
d5d6aeb
Compare
eromanova
force-pushed
the
clusters-upgrade-validation
branch
from
September 26, 2024 11:34
d5d6aeb
to
9c8a9e3
Compare
zerospiel
reviewed
Sep 26, 2024
eromanova
force-pushed
the
clusters-upgrade-validation
branch
from
September 27, 2024 07:01
9c8a9e3
to
d4ff7ee
Compare
zerospiel
previously approved these changes
Sep 27, 2024
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.
lgtm
Kshatrix
requested changes
Sep 27, 2024
eromanova
force-pushed
the
clusters-upgrade-validation
branch
2 times, most recently
from
October 19, 2024 07:45
4901311
to
635d581
Compare
Kshatrix
requested changes
Oct 21, 2024
eromanova
force-pushed
the
clusters-upgrade-validation
branch
from
October 21, 2024 19:10
635d581
to
765866c
Compare
eromanova
force-pushed
the
clusters-upgrade-validation
branch
from
October 24, 2024 10:55
765866c
to
a037742
Compare
Kshatrix
requested changes
Oct 24, 2024
eromanova
force-pushed
the
clusters-upgrade-validation
branch
2 times, most recently
from
October 24, 2024 13:43
8fbf9f0
to
120f665
Compare
eromanova
force-pushed
the
clusters-upgrade-validation
branch
from
October 28, 2024 09:51
120f665
to
ab7a35f
Compare
eromanova
force-pushed
the
clusters-upgrade-validation
branch
from
October 28, 2024 09:58
ab7a35f
to
c8508d4
Compare
zerospiel
reviewed
Oct 28, 2024
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 left a couple questions, if they are not applicable, then pls resolve them and then LGTM
* Several watcher improvements: events, code enhancements * Changed availableUpgrades type into []string
eromanova
force-pushed
the
clusters-upgrade-validation
branch
from
October 28, 2024 15:37
f6e5dde
to
ab3f033
Compare
zerospiel
approved these changes
Oct 28, 2024
Kshatrix
approved these changes
Oct 29, 2024
squizzi
pushed a commit
to squizzi/hmc
that referenced
this pull request
Oct 29, 2024
* Set availableUpgrades in ManagedCluster status * Validate availability of the ManagedCluster update * Reflect available upgrades in cluster status: addressed comments * Several watcher improvements: events, code enhancements * Changed availableUpgrades type into []string
bnallapeta
pushed a commit
to bnallapeta/hmc
that referenced
this pull request
Nov 15, 2024
* Set availableUpgrades in ManagedCluster status * Validate availability of the ManagedCluster update * Reflect available upgrades in cluster status: addressed comments * Several watcher improvements: events, code enhancements * Changed availableUpgrades type into []string
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
status.availableUpdates
to theManagedCluster
.availableUpdates
.Closes #372