Skip to content

Commit

Permalink
bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitraz committed Nov 27, 2019
1 parent 9eefc1b commit 73a6522
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
IMAGE_REG=quay.io
IMAGE_ORG=integreatly
IMAGE_NAME=cloud-resource-operator
IMAGE=quay.io/integreatly/cloud-resource-operator:0.2.0
IMAGE=quay.io/integreatly/cloud-resource-operator:0.3.0
MANIFEST_NAME=cloud-resources
NAMESPACE=cloud-resource-operator
VERSION=0.2.0
VERSION=0.3.0
COMPILE_TARGET=./tmp/_output/bin/$(IMAGE_NAME)
OPERATOR_SDK_VERSION=0.12.0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ metadata:
capabilities: Basic Install
categories: Integration & Delivery
description: Operator to provision cloud provider resources in an abstracted manner
containerImage: quay.io/integreatly/cloud-resource-operator:0.2.0
containerImage: quay.io/integreatly/cloud-resource-operator:0.3.0
support: Integreatly
createdAt: 2019-10-07 12:34:56
certified: 'false'
name: cloud-resources.v0.2.0
name: cloud-resources.v0.3.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -115,7 +115,7 @@ spec:
fieldPath: metadata.name
- name: OPERATOR_NAME
value: cloud-resource-operator
image: quay.io/integreatly/cloud-resource-operator:0.2.0
image: quay.io/integreatly/cloud-resource-operator:0.3.0
imagePullPolicy: Always
name: cloud-resource-operator
resources: {}
Expand Down Expand Up @@ -236,4 +236,4 @@ spec:
maturity: alpha
provider:
name: Integreatly
version: 0.2.0
version: 0.3.0
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
channels:
- currentCSV: cloud-resources.v0.2.0
- currentCSV: cloud-resources.v0.3.0
name: integreatly
defaultChannel: integreatly
packageName: cloud-resources
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version

var (
Version = "0.2.0"
Version = "0.3.0"
)

0 comments on commit 73a6522

Please sign in to comment.