Bump operator framework SDK version to 0.1.0
This commit is contained in:
parent
46fd33479e
commit
87942d044b
|
|
@ -42,8 +42,8 @@ required = [
|
||||||
[[constraint]]
|
[[constraint]]
|
||||||
name = "github.com/operator-framework/operator-sdk"
|
name = "github.com/operator-framework/operator-sdk"
|
||||||
# The version rule is used for a specific release and the master branch for in between releases.
|
# The version rule is used for a specific release and the master branch for in between releases.
|
||||||
branch = "master" #osdk_branch_annotation
|
# branch = "master" #osdk_branch_annotation
|
||||||
# version = "=v0.0.6" #osdk_version_annotation
|
version = "=v0.1.0" #osdk_version_annotation
|
||||||
|
|
||||||
[prune]
|
[prune]
|
||||||
go-tests = true
|
go-tests = true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue