Skip to content

Commit

Permalink
Update Kogito bundle for CVE respin (CVE-2023-44487)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgdoliveira committed Oct 26, 2023
1 parent aed3274 commit bbc6003
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 @@ -66,7 +66,7 @@ metadata:
repository: https://github.com/kiegroup/rhpam-kogito-operator
support: Red Hat
tectonic-visibility: ocs
name: rhpam-kogito-operator.7.13.4-2
name: rhpam-kogito-operator.7.13.4-3
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -988,7 +988,7 @@ spec:
- automation
labels:
alm-owner-kogito: rhpam-kogito-operator
operated-by: rhpam-kogito-operator.7.13.4-2
operated-by: rhpam-kogito-operator.7.13.4-3
links:
- name: Product Page
url: https://access.redhat.com/products/red-hat-process-automation-manager
Expand All @@ -1002,5 +1002,5 @@ spec:
maturity: beta
provider:
name: Red Hat
replaces: rhpam-kogito-operator.7.13.4-1
version: 7.13.4-2
replaces: rhpam-kogito-operator.7.13.4-2
version: 7.13.4-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.4"
// CsvVersion - csv release
CsvVersion = Version + "-2"
CsvVersion = Version + "-3"
// CsvPriorVersion - prior csv release
CsvPriorVersion = PriorVersion + "-1"
CsvPriorVersion = PriorVersion + "-2"
)

0 comments on commit bbc6003

Please sign in to comment.