Skip to content

Commit

Permalink
Update Kogito bundle for CVE respin (CVE-2024-33599)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgdoliveira committed Jun 4, 2024
1 parent 5e33f24 commit 043a8b2
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 @@ -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-2
name: rhpam-kogito-operator.7.13.5-3
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-2
operated-by: rhpam-kogito-operator.7.13.5-3
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.5-1
version: 7.13.5-2
replaces: rhpam-kogito-operator.7.13.5-2
version: 7.13.5-3
4 changes: 2 additions & 2 deletions version/rhpam/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var (
// PriorVersion product version
PriorVersion = "7.13.5"
// CsvVersion - csv release
CsvVersion = Version + "-2"
CsvVersion = Version + "-3"
// CsvPriorVersion - prior csv release
CsvPriorVersion = PriorVersion + "-1"
CsvPriorVersion = PriorVersion + "-2"
)

0 comments on commit 043a8b2

Please sign in to comment.