Skip to content

Commit

Permalink
Merge pull request #11 from rgdoliveira/1.13.x-blue_respin1
Browse files Browse the repository at this point in the history
[1.13.x-blue] Update Kogito bundle for CVE respin
  • Loading branch information
rgdoliveira authored Nov 13, 2023
2 parents 7faa159 + 235f471 commit 0cc7a02
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ metadata:
repository: https://github.com/kiegroup/kogito-operator
support: https://www.ibm.com/mysupport
tectonic-visibility: ocs
name: bamoe-kogito-operator.8.0.4-1
name: bamoe-kogito-operator.8.0.4-2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -989,7 +989,7 @@ spec:
- automation
labels:
alm-owner-kogito: bamoe-kogito-operator
operated-by: bamoe-kogito-operator.8.0.4-1
operated-by: bamoe-kogito-operator.8.0.4-2
links:
- name: Product Page
url: https://ibm.com
Expand All @@ -1003,5 +1003,5 @@ spec:
maturity: beta
provider:
name: IBM
replaces: bamoe-kogito-operator.8.0.3-1
version: 8.0.4-1
replaces: bamoe-kogito-operator.8.0.4-1
version: 8.0.4-2
4 changes: 2 additions & 2 deletions version/rhpam/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ var (
// Version - current version
Version = "8.0.4"
// PriorVersion product version
PriorVersion = "8.0.3"
PriorVersion = "8.0.4"
// CsvVersion - csv release
CsvVersion = Version + "-1"
CsvVersion = Version + "-2"
// CsvPriorVersion - prior csv release
CsvPriorVersion = PriorVersion + "-1"
)

0 comments on commit 0cc7a02

Please sign in to comment.