Skip to content
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

KRV-2251 : Removing 1.20 yaml and adding 1.23 yaml #54

Merged
merged 3 commits into from
Jan 18, 2022

Conversation

karthikk92
Copy link
Collaborator

Description

Removing 1.20 yaml and adding 1.23 yaml

GitHub Issues

List the GitHub issues impacted by this PR:

GitHub Issue #
dell/csm#128

Checklist:

  • I have performed a self-review of my own code to ensure there are no formatting, vetting, linting, or security issues
  • I have verified that new and existing unit tests pass locally with my changes
  • I have not allowed coverage numbers to degenerate
  • I have maintained at least 90% code coverage
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • Backward compatibility is not broken

kubeVersion: ">= 1.20.0 <= 1.23.0"
version: 2.2.0
appVersion: 2.2.0
kubeVersion: ">= 1.20 <= 1.23"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this not be >- 1.21?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tc

panigs7
panigs7 previously approved these changes Jan 18, 2022
@@ -7,7 +7,7 @@ Return the appropriate sidecar images based on k8s version
{{- print "k8s.gcr.io/sig-storage/csi-attacher:v3.1.0" -}}
{{- else if and (ge (trimSuffix "+" .Capabilities.KubeVersion.Minor) "20") (le (trimSuffix "+" .Capabilities.KubeVersion.Minor) "21") -}}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are we keeping checks for non supported K8s versions 1.19 and 1.20.. This comment is for all the sidecars in this file.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TC

@rajendraindukuri rajendraindukuri self-requested a review January 18, 2022 11:51
@karthikk92 karthikk92 merged commit 185bd25 into main Jan 18, 2022
@karthikk92 karthikk92 deleted the k8s_version_change branch January 18, 2022 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants