Skip to content

Commit

Permalink
Update Kogito bundle for CVE respin (CVE-2024-2961)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgdoliveira committed May 22, 2024
1 parent 9162d89 commit dc6d326
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ metadata:
repository: https://github.com/kiegroup/rhpam-kogito-operator
support: Red Hat
tectonic-visibility: ocs
name: rhpam-kogito-operator.7.13.5-1
name: rhpam-kogito-operator.7.13.5-2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -995,7 +995,7 @@ spec:
- automation
labels:
alm-owner-kogito: rhpam-kogito-operator
operated-by: rhpam-kogito-operator.7.13.5-1
operated-by: rhpam-kogito-operator.7.13.5-2
links:
- name: Product Page
url: https://access.redhat.com/products/red-hat-process-automation-manager
Expand All @@ -1009,5 +1009,5 @@ spec:
maturity: beta
provider:
name: Red Hat
replaces: rhpam-kogito-operator.7.13.4-3
version: 7.13.5-1
replaces: rhpam-kogito-operator.7.13.5-1
version: 7.13.5-2
6 changes: 3 additions & 3 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 = "7.13.5"
// PriorVersion product version
PriorVersion = "7.13.4"
PriorVersion = "7.13.5"
// CsvVersion - csv release
CsvVersion = Version + "-1"
CsvVersion = Version + "-2"
// CsvPriorVersion - prior csv release
CsvPriorVersion = PriorVersion + "-3"
CsvPriorVersion = PriorVersion + "-1"
)

0 comments on commit dc6d326

Please sign in to comment.