Skip to content

Commit

Permalink
Merge pull request #774 from davidesalerno/opensslCveRespin
Browse files Browse the repository at this point in the history
bump bundle version to 7.12.1-2
  • Loading branch information
openshift-merge-robot authored Apr 22, 2022
2 parents 5c79a46 + ff33652 commit a054fe7
Show file tree
Hide file tree
Showing 11 changed files with 18,957 additions and 3 deletions.

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions deploy/olm-catalog/dev/7.12.1-2/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-2/manifests/kieapp.crd.yaml

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions deploy/olm-catalog/prod/7.12.1-2/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-2/manifests/kieapp.crd.yaml

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions deploy/olm-catalog/test/7.12.1-2/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
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ spec:
imagePullPolicy: Always
name: business-automation-operator
resources: {}
serviceAccountName: business-automation-operator
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 + "-1"
CsvVersion = Version + "-2"
// PriorVersion - prior version
PriorVersion = constants.PriorVersion
// CsvPriorVersion - prior csv release
CsvPriorVersion = PriorVersion + "-2"
CsvPriorVersion = Version + "-1"
)

0 comments on commit a054fe7

Please sign in to comment.