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

[BUG]: Cert-CSI from release v1.2.0 downloads wrong version v0.8.1 #1009

Closed
adarsh-dell opened this issue Oct 13, 2023 · 1 comment
Closed
Assignees
Labels
area/cert-csi Issues pertaining to Cert CSI type/bug Something isn't working. This is the default label associated with a bug issue.
Milestone

Comments

@adarsh-dell
Copy link
Contributor

Bug Description

Cert-CSI from release v1.2.0 downloads wrong version v0.8.1.

$ curl -fsSL https://github.com/dell/cert-csi/releases/download/v1.2.0/cert-csi-v1.2.0.zip > certcsi.zip && unzip certcsi.zip && sudo install cert-csi-v1.2.0 /usr/bin/cert-csi && cert-csi --version
Archive: certcsi.zip
replace cert-csi-v1.2.0? [y]es, [n]o, [A]ll, [N]one, [r]ename: A
inflating: cert-csi-v1.2.0
[2023-10-12 03:27:49] INFO Starting cert-csi; ver. 0.8.1
cert-csi version 0.8.1

Logs

$ curl -fsSL https://github.com/dell/cert-csi/releases/download/v1.2.0/cert-csi-v1.2.0.zip > certcsi.zip && unzip certcsi.zip && sudo install cert-csi-v1.2.0 /usr/bin/cert-csi && cert-csi --version
Archive: certcsi.zip
replace cert-csi-v1.2.0? [y]es, [n]o, [A]ll, [N]one, [r]ename: A
inflating: cert-csi-v1.2.0
[2023-10-12 03:27:49] INFO Starting cert-csi; ver. 0.8.1
cert-csi version 0.8.1

Screenshots

No response

Additional Environment Information

No response

Steps to Reproduce

$ curl -fsSL https://github.com/dell/cert-csi/releases/download/v1.2.0/cert-csi-v1.2.0.zip > certcsi.zip && unzip certcsi.zip && sudo install cert-csi-v1.2.0 /usr/bin/cert-csi && cert-csi --version
Archive: certcsi.zip
replace cert-csi-v1.2.0? [y]es, [n]o, [A]ll, [N]one, [r]ename: A
inflating: cert-csi-v1.2.0
[2023-10-12 03:27:49] INFO Starting cert-csi; ver. 0.8.1
cert-csi version 0.8.1

Expected Behavior

It should print the correct version.

CSM Driver(s)

NA

Installation Type

No response

Container Storage Modules Enabled

No response

Container Orchestrator

NA

Operating System

RHEL 7.8

@adarsh-dell adarsh-dell added type/bug Something isn't working. This is the default label associated with a bug issue. area/cert-csi Issues pertaining to Cert CSI labels Oct 13, 2023
@adarsh-dell adarsh-dell added this to the v1.9.0 milestone Oct 13, 2023
@adarsh-dell adarsh-dell self-assigned this Oct 13, 2023
@adarsh-dell
Copy link
Contributor Author

The necessary modifications have been completed and integrated into the main branch. The solution will be included in CSM 1.9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cert-csi Issues pertaining to Cert CSI type/bug Something isn't working. This is the default label associated with a bug issue.
Projects
None yet
Development

No branches or pull requests

1 participant