Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Kogito operator version for CVE-2024-28182 #33

Merged
merged 2 commits into from
Aug 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -67,14 +67,14 @@ metadata:
features.operators.openshift.io/token-auth-aws: "false"
features.operators.openshift.io/token-auth-azure: "false"
features.operators.openshift.io/token-auth-gcp: "false"
operators.openshift.io/valid-subscription: '["IBM Business Automation Manager
operators.openshift.io/valid-subscription: '["IBM Business Automation Manager
Open Edition"]'
operators.operatorframework.io/builder: operator-sdk-v1.21.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/kiegroup/kogito-operator
support: https://www.ibm.com/mysupport
tectonic-visibility: ocs
name: bamoe-kogito-operator.8.0.5-2
name: bamoe-kogito-operator.8.0.5-3
namespace: placeholder
spec:
apiservicedefinitions: {}
@@ -996,7 +996,7 @@ spec:
- automation
labels:
alm-owner-kogito: bamoe-kogito-operator
operated-by: bamoe-kogito-operator.8.0.5-2
operated-by: bamoe-kogito-operator.8.0.5-3
links:
- name: Product Page
url: https://ibm.com
@@ -1010,5 +1010,5 @@ spec:
maturity: beta
provider:
name: IBM
replaces: bamoe-kogito-operator.8.0.5-1
version: 8.0.5-2
replaces: bamoe-kogito-operator.8.0.5-2
version: 8.0.5-3
4 changes: 2 additions & 2 deletions version/rhpam/version.go
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ var (
// PriorVersion product version
PriorVersion = "8.0.5"
// CsvVersion - csv release
CsvVersion = Version + "-2"
CsvVersion = Version + "-3"
// CsvPriorVersion - prior csv release
CsvPriorVersion = PriorVersion + "-1"
CsvPriorVersion = PriorVersion + "-2"
)