diff --git a/Makefile.osl b/Makefile.osl index fd1e13b77..41f92b3f4 100644 --- a/Makefile.osl +++ b/Makefile.osl @@ -3,7 +3,7 @@ # To re-generate a bundle for another specific version without changing the standard setup, you can: # - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2) # - use environment variables to overwrite this value (e.g export VERSION=0.0.2) -VERSION ?= 1.30.0 +VERSION ?= 1.32.0 # CHANNELS define the bundle channels used in the bundle. # Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable") diff --git a/bundle.osl/manifests/logic-operator-rhel8.clusterserviceversion.yaml b/bundle.osl/manifests/logic-operator-rhel8.clusterserviceversion.yaml index bf035854b..ad9c4fdcc 100644 --- a/bundle.osl/manifests/logic-operator-rhel8.clusterserviceversion.yaml +++ b/bundle.osl/manifests/logic-operator-rhel8.clusterserviceversion.yaml @@ -113,7 +113,7 @@ metadata: operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 repository: https://github.com/apache/incubator-kie-kogito-serverless-operator support: Red Hat - name: logic-operator-rhel8.v1.30.0 + name: logic-operator-rhel8.v1.32.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -654,4 +654,4 @@ spec: name: kube-rbac-proxy - image: registry.redhat.io/openshift-serverless-1-tech-preview/logic-operator-rhel8@sha256:24c2e62bff1f2f7e5579b990e44206ac019bd00f5ca546b069471fc1af34ed75 name: manager - version: 1.30.0 + version: 1.32.0 diff --git a/config/manifests/osl/bases/logic-operator-rhel8.clusterserviceversion.yaml b/config/manifests/osl/bases/logic-operator-rhel8.clusterserviceversion.yaml index 3ed6c91d5..f729f0767 100644 --- a/config/manifests/osl/bases/logic-operator-rhel8.clusterserviceversion.yaml +++ b/config/manifests/osl/bases/logic-operator-rhel8.clusterserviceversion.yaml @@ -200,11 +200,11 @@ spec: provider: name: Red Hat relatedImages: - - image: registry.redhat.io/openshift-serverless-1-tech-preview/logic-operator-rhel8:1.30.0 + - image: registry.redhat.io/openshift-serverless-1-tech-preview/logic-operator-rhel8:1.32.0 name: IMAGE_LOGIC_SWF_OPERATOR - - image: registry.redhat.io/openshift-serverless-1-tech-preview/logic-swf-devmode-rhel8:1.30.0 + - image: registry.redhat.io/openshift-serverless-1-tech-preview/logic-swf-devmode-rhel8:1.32.0 name: IMAGE_LOGIC_SWF_DEVMODE - - image: registry.redhat.io/openshift-serverless-1-tech-preview/logic-swf-builder-rhel8:1.30.0 + - image: registry.redhat.io/openshift-serverless-1-tech-preview/logic-swf-builder-rhel8:1.32.0 name: IMAGE_LOGIC_SWF_BUILDER - image: registry.redhat.io/openshift4/ose-kube-rbac-proxy@sha256:4564ca3dc5bac80d6faddaf94c817fbbc270698a9399d8a21ee1005d85ceda56 name: IMAGE_KUBE_RBAC_PROXY diff --git a/modules/org.kie.kogito.osl.builder.prod/module.yaml b/modules/org.kie.kogito.osl.builder.prod/module.yaml index 9780126a4..a4d24867e 100644 --- a/modules/org.kie.kogito.osl.builder.prod/module.yaml +++ b/modules/org.kie.kogito.osl.builder.prod/module.yaml @@ -1,5 +1,5 @@ name: org.kie.kogito.osl.builder.prod -version: "1.30.0" +version: "1.32.0" description: Builds the operator binary envs: diff --git a/modules/org.kie.kogito.osl.bundleinstall/module.yaml b/modules/org.kie.kogito.osl.bundleinstall/module.yaml index 532cd78e7..c8d8f264f 100644 --- a/modules/org.kie.kogito.osl.bundleinstall/module.yaml +++ b/modules/org.kie.kogito.osl.bundleinstall/module.yaml @@ -1,5 +1,5 @@ name: org.kie.kogito.osl.bundleinstall -version: "1.30.0" +version: "1.32.0" description: Copy the bund files to the target image artifacts: diff --git a/osl-bundle-prod.yaml b/osl-bundle-prod.yaml index 7c360b9fd..2786a4ff7 100644 --- a/osl-bundle-prod.yaml +++ b/osl-bundle-prod.yaml @@ -1,7 +1,7 @@ schema_version: 1 name: "openshift-serverless-1-tech-preview/logic-operator-bundle" description: "OpenShift Serverless Logic Operator Bundle" -version: "1.30.0" +version: "1.32.0" from: "scratch" labels: @@ -67,4 +67,4 @@ osbs: extra_dir: osbs-extra repository: name: containers/openshift-serverless-1-logic-operator-bundle - branch: openshift-serverless-1.30-rhel-8 \ No newline at end of file + branch: openshift-serverless-1.32-rhel-8 \ No newline at end of file diff --git a/osl-image-prod.yaml b/osl-image-prod.yaml index 3eec58c71..023440887 100644 --- a/osl-image-prod.yaml +++ b/osl-image-prod.yaml @@ -1,6 +1,6 @@ - schema_version: 1 name: "operator-builder" - version: "1.30.0" + version: "1.32.0" from: "registry.access.redhat.com/ubi8/go-toolset:1.19.9" description: "Golang builder image for the Red Hat OpenShift Serverless Logic Operator" @@ -26,7 +26,7 @@ - aarch64 - name: "openshift-serverless-1-tech-preview/logic-operator-rhel8" - version: "1.30.0" + version: "1.32.0" from: "registry.access.redhat.com/ubi8/ubi-micro:latest" description: "Runtime Image for the Red Hat OpenShift Serverless Logic Operator" @@ -55,7 +55,7 @@ extra_dir: osbs-extra repository: name: containers/openshift-serverless-1-logic-operator - branch: openshift-serverless-1.30-rhel-8 + branch: openshift-serverless-1.32-rhel-8 run: user: "1001" \ No newline at end of file