Skip to content

Commit

Permalink
Merge pull request #781 from desmax74/bump-7.12.1-3
Browse files Browse the repository at this point in the history
[7.12.x] bump bundle version to 7.12.1-3
  • Loading branch information
davidesalerno authored May 5, 2022
2 parents b600234 + 237b8ad commit 7a7e0db
Show file tree
Hide file tree
Showing 11 changed files with 18,957 additions and 2 deletions.

Large diffs are not rendered by default.

5,880 changes: 5,880 additions & 0 deletions deploy/olm-catalog/dev/7.12.1-3/manifests/kieapp.crd.yaml

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions deploy/olm-catalog/dev/7.12.1-3/metadata/annotations.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
annotations:
operators.operatorframework.io.bundle.channel.default.v1: stable
operators.operatorframework.io.bundle.channels.v1: stable
operators.operatorframework.io.bundle.manifests.v1: manifests/
operators.operatorframework.io.bundle.mediatype.v1: registry+v1
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: businessautomation-operator
operators.operatorframework.io.metrics.builder: operator-sdk-v0.19.2
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: go

Large diffs are not rendered by default.

5,880 changes: 5,880 additions & 0 deletions deploy/olm-catalog/prod/7.12.1-3/manifests/kieapp.crd.yaml

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions deploy/olm-catalog/prod/7.12.1-3/metadata/annotations.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
annotations:
operators.operatorframework.io.bundle.channel.default.v1: stable
operators.operatorframework.io.bundle.channels.v1: stable
operators.operatorframework.io.bundle.manifests.v1: manifests/
operators.operatorframework.io.bundle.mediatype.v1: registry+v1
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: businessautomation-operator
operators.operatorframework.io.metrics.builder: operator-sdk-v0.19.2
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: go

Large diffs are not rendered by default.

5,880 changes: 5,880 additions & 0 deletions deploy/olm-catalog/test/7.12.1-3/manifests/kieapp.crd.yaml

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions deploy/olm-catalog/test/7.12.1-3/metadata/annotations.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
annotations:
operators.operatorframework.io.bundle.channel.default.v1: stable
operators.operatorframework.io.bundle.channels.v1: stable
operators.operatorframework.io.bundle.manifests.v1: manifests/
operators.operatorframework.io.bundle.mediatype.v1: registry+v1
operators.operatorframework.io.bundle.metadata.v1: metadata/
operators.operatorframework.io.bundle.package.v1: businessautomation-operator
operators.operatorframework.io.metrics.builder: operator-sdk-v0.19.2
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
operators.operatorframework.io.metrics.project_layout: go
1 change: 1 addition & 0 deletions deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,4 @@ spec:
imagePullPolicy: Always
name: business-automation-operator
resources: {}
serviceAccountName: business-automation-operator
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ var (
// Version - current version
Version = constants.CurrentVersion
// CsvVersion - csv release
CsvVersion = Version + "-2"
CsvVersion = Version + "-3"
// PriorVersion - prior version
PriorVersion = constants.PriorVersion
// CsvPriorVersion - prior csv release
CsvPriorVersion = Version + "-1"
CsvPriorVersion = Version + "-2"
)

0 comments on commit 7a7e0db

Please sign in to comment.