Skip to content

fix: installation script semver matching#569

Open
0xts wants to merge 1 commit into
cnoe-io:mainfrom
0xts:main
Open

fix: installation script semver matching#569
0xts wants to merge 1 commit into
cnoe-io:mainfrom
0xts:main

Conversation

@0xts

@0xts 0xts commented Jul 15, 2026

Copy link
Copy Markdown

Issue

The current installation script uses an improper regex for semver matching, which only matches individual version (major, minor & patch) with single digit only. Consequently, the installation script doesn't install the latest stable version.

Fix

Update regex to enable proper matching

"v[0-9].[0-9].[0-9]" -> "v[0-9]+\.[0-9]+\.[0-9]+"

Signed-off-by: Tanish Sharma <tanish.sharma@siemens.com>
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.

1 participant