-
Notifications
You must be signed in to change notification settings - Fork 58
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
Changing K8 max version logic #1336
Changing K8 max version logic #1336
Conversation
No JIRA Ids found for the PR. Jira id is mandatory to update fix version in jira. Please update respective Jira id in PR title or commit message if the PR is intented for default branches of repo. For mandatory exemptions, comment trigger phrase 'skip jira-id-check' in PR. For manual trigger, comment trigger phrase 'run jira-id-check' in PR. |
skip jira-id-check |
build ako |
1 similar comment
build ako |
cmd/ako-main/main.go
Outdated
@@ -175,10 +175,8 @@ func InitializeAKC() { | |||
if lib.CompareVersions(serverVersion, ">", lib.GetK8sMaxSupportedVersion()) || | |||
lib.CompareVersions(serverVersion, "<", lib.GetK8sMinSupportedVersion()) { | |||
// Temporary check of supporting 1.28 till we change it in version matrix |
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 comment needs to be removed.
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.
addressed
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.
Changes look good, only one comment needs to be removed.
build ako |
d4d3d12
to
d219a7a
Compare
No JIRA Ids found for the PR. Jira id is mandatory to update fix version in jira. Please update respective Jira id in PR title or commit message if the PR is intented for default branches of repo. For mandatory exemptions, comment trigger phrase 'skip jira-id-check' in PR. For manual trigger, comment trigger phrase 'run jira-id-check' in PR. |
skip jira-id-check |
build ako |
1 similar comment
build ako |
d219a7a
to
e3d6507
Compare
No JIRA Ids found for the PR. Jira id is mandatory to update fix version in jira. Please update respective Jira id in PR title or commit message if the PR is intented for default branches of repo. For mandatory exemptions, comment trigger phrase 'skip jira-id-check' in PR. For manual trigger, comment trigger phrase 'run jira-id-check' in PR. |
skip jira-id-check |
build ako |
2 similar comments
build ako |
build ako |
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
build ako |
build ako |
build ako |
3 similar comments
build ako |
build ako |
build ako |
e3d6507
to
26f1fd7
Compare
No JIRA Ids found for the PR. Jira id is mandatory to update fix version in jira. Please update respective Jira id in PR title or commit message if the PR is intented for default branches of repo. For mandatory exemptions, comment trigger phrase 'skip jira-id-check' in PR. For manual trigger, comment trigger phrase 'run jira-id-check' in PR. |
skip jira-id-check |
build ako |
It was previously approved so merging. |
No description provided.