-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.needs discussion
Description
Bug Report
What did you do?
I downloaded the latest version from https://github.com/operator-framework/operator-sdk/releases/tag/v0.16.0 and ran following commands to install it in my $PATH.
wget https://github.com/operator-framework/operator-sdk/releases/download/v0.16.0/operator-sdk-v0.16.0-x86_64-linux-gnu
mv operator-sdk-v0.16.0-x86_64-linux-gnu operator-sdk
chmod +x operator-sdk
mv operator-sdk ~/.local/bin/
And when I run following command to check version:
$ operator-sdk version
operator-sdk version: "v0.16.0-dirty", commit: "55f1446c5f472e7d8e308dcdf36d0d7fc44fc4fd", go version: "go1.13.8 linux/amd64"
I see that the version has -dirty
attached to it.
What did you expect to see?
I expect to see the version to be v0.16.0
.
What did you see instead? Under which circumstances?
In version I saw v0.16.0-dirty
.
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.needs discussion