Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
[KIECLOUD-725] - Update RHPAM and BAMOE bundle for CVE respin (#1495)
Browse files Browse the repository at this point in the history
Signed-off-by: Your Name <[email protected]>
  • Loading branch information
spolti authored Jun 28, 2023
1 parent 9e587d0 commit c4bb3d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ metadata:
repository: https://github.com/kiegroup/kogito-operator
support: https://www.ibm.com/mysupport
tectonic-visibility: ocs
name: bamoe-kogito-operator.8.0.3-1
name: bamoe-kogito-operator.8.0.3-2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -987,7 +987,7 @@ spec:
- automation
labels:
alm-owner-kogito: bamoe-kogito-operator
operated-by: bamoe-kogito-operator.8.0.3-1
operated-by: bamoe-kogito-operator.8.0.3-2
links:
- name: Product Page
url: https://ibm.com
Expand All @@ -1001,5 +1001,5 @@ spec:
maturity: beta
provider:
name: IBM
replaces: bamoe-kogito-operator.8.0.2-3
version: 8.0.3-1
replaces: bamoe-kogito-operator.8.0.3-1
version: 8.0.3-2
10 changes: 5 additions & 5 deletions version/rhpam/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
package rhpam

var (
// PriorVersion product version
PriorVersion = "8.0.2"
// CsvPriorVersion - prior csv release
CsvPriorVersion = PriorVersion + "-3"
// Version - current version
Version = "8.0.3"
// PriorVersion product version
PriorVersion = "8.0.2"
// CsvVersion - csv release
CsvVersion = Version + "-1"
CsvVersion = Version + "-2"
// CsvPriorVersion - prior csv release
CsvPriorVersion = Version + "-1"
)

0 comments on commit c4bb3d1

Please sign in to comment.