Skip to content

Released version has -dirty string in it #2724

@surajssd

Description

@surajssd

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

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions