Skip to content

Commit

Permalink
chore: Version bump → 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shivanshs9 committed Aug 30, 2020
1 parent 5f762a5 commit 8f99a70
Show file tree
Hide file tree
Showing 5 changed files with 236 additions and 278 deletions.
4 changes: 2 additions & 2 deletions .release
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
release=0.2.0
tag=v0.2.0
release=0.2.1
tag=v0.2.1
pre_tag_command=sed -i -e "s/Version = .*/Version = \"@@RELEASE@@\"/" version/version.go
486 changes: 232 additions & 254 deletions bundle/manifests/xrootd-operator.clusterserviceversion.yaml

Large diffs are not rendered by default.

21 changes: 0 additions & 21 deletions bundle/tests/scorecard/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,3 @@ stages:
labels:
suite: olm
test: olm-crds-have-validation-test
- entrypoint:
- scorecard-test
- olm-crds-have-resources
image: quay.io/operator-framework/scorecard-test:master
labels:
suite: olm
test: olm-crds-have-resources-test
- entrypoint:
- scorecard-test
- olm-spec-descriptors
image: quay.io/operator-framework/scorecard-test:master
labels:
suite: olm
test: olm-spec-descriptors-test
- entrypoint:
- scorecard-test
- olm-status-descriptors
image: quay.io/operator-framework/scorecard-test:master
labels:
suite: olm
test: olm-status-descriptors-test
1 change: 1 addition & 0 deletions config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: qserv/xrootd-operator
newTag: 0.2.1
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package version

var (
// Version represents the current operator version
Version = "0.2.0"
Version = "0.2.1"
)

0 comments on commit 8f99a70

Please sign in to comment.