diff --git a/Makefile b/Makefile index 36261fdd4..95c893379 100644 --- a/Makefile +++ b/Makefile @@ -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.39.0-snapshot +VERSION ?= 1.39.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/README.md b/README.md index cfad1a2c5..22d4f6d60 100644 --- a/README.md +++ b/README.md @@ -343,8 +343,8 @@ make run-tests 2>&1 | tee log.out ``` $ make -$ docker tag quay.io/kiegroup/kogito-operator:1.39.0-snapshot quay.io/{USERNAME}/kogito-operator:1.39.0-snapshot -$ docker push quay.io/{USERNAME}/kogito-operator:1.39.0-snapshot +$ docker tag quay.io/kiegroup/kogito-operator:1.39.0 quay.io/{USERNAME}/kogito-operator:1.39.0 +$ docker push quay.io/{USERNAME}/kogito-operator:1.39.0 $ make run-tests operator_image=quay.io/{USERNAME}/kogito-operator ``` diff --git a/bundle/app/manifests/kogito-operator.clusterserviceversion.yaml b/bundle/app/manifests/kogito-operator.clusterserviceversion.yaml index ead204532..61dc60852 100644 --- a/bundle/app/manifests/kogito-operator.clusterserviceversion.yaml +++ b/bundle/app/manifests/kogito-operator.clusterserviceversion.yaml @@ -56,7 +56,7 @@ metadata: capabilities: Basic Install categories: Integration & Delivery certified: "false" - containerImage: quay.io/kiegroup/kogito-operator:1.39.0-snapshot + containerImage: quay.io/kiegroup/kogito-operator:1.39.0 createdAt: "2019-08-22T13:12:22Z" description: Kogito Operator for deployment and management of Kogito services. operators.operatorframework.io/builder: operator-sdk-v1.21.0 @@ -66,7 +66,7 @@ metadata: tectonic-visibility: ocs labels: operator-kogitocloud: "true" - name: kogito-operator.v1.39.0-snapshot + name: kogito-operator.v1.39.0 namespace: placeholder spec: apiservicedefinitions: {} @@ -925,7 +925,7 @@ spec: value: kogito-runtime-native - name: IMAGE_REGISTRY value: quay.io/kiegroup - image: quay.io/kiegroup/kogito-operator:1.39.0-snapshot + image: quay.io/kiegroup/kogito-operator:1.39.0 livenessProbe: httpGet: path: /healthz @@ -1009,7 +1009,7 @@ spec: - automation labels: alm-owner-kogito: kogito-operator - operated-by: kogito-operator.1.39.0-snapshot + operated-by: kogito-operator.1.39.0 links: - name: Product Page url: https://kogito.kie.org/ @@ -1024,4 +1024,4 @@ spec: provider: name: Red Hat replaces: kogito-operator.v1.38.0 - version: 1.39.0-snapshot + version: 1.39.0 diff --git a/config/manager/app/kustomization.yaml b/config/manager/app/kustomization.yaml index fdf81e870..c157b23c6 100644 --- a/config/manager/app/kustomization.yaml +++ b/config/manager/app/kustomization.yaml @@ -13,4 +13,4 @@ kind: Kustomization images: - name: controller newName: quay.io/kiegroup/kogito-operator - newTag: 1.39.0-snapshot + newTag: 1.39.0 diff --git a/config/manifests/app/bases/kogito-operator.clusterserviceversion.yaml b/config/manifests/app/bases/kogito-operator.clusterserviceversion.yaml index 676226a9a..7cdc6071c 100644 --- a/config/manifests/app/bases/kogito-operator.clusterserviceversion.yaml +++ b/config/manifests/app/bases/kogito-operator.clusterserviceversion.yaml @@ -6,7 +6,7 @@ metadata: capabilities: Basic Install categories: Integration & Delivery certified: "false" - containerImage: quay.io/kiegroup/kogito-operator:1.39.0-snapshot + containerImage: quay.io/kiegroup/kogito-operator:1.39.0 createdAt: "2019-08-22T13:12:22Z" description: Kogito Operator for deployment and management of Kogito services. repository: https://github.com/kiegroup/kogito-operator @@ -535,7 +535,7 @@ spec: - automation labels: alm-owner-kogito: kogito-operator - operated-by: kogito-operator.1.39.0-snapshot + operated-by: kogito-operator.1.39.0 links: - name: Product Page url: https://kogito.kie.org/ @@ -550,4 +550,4 @@ spec: provider: name: Red Hat replaces: kogito-operator.v1.38.0 - version: 1.39.0-snapshot + version: 1.39.0 diff --git a/kogito-operator.yaml b/kogito-operator.yaml index aef29f70a..7f3718a62 100644 --- a/kogito-operator.yaml +++ b/kogito-operator.yaml @@ -3410,7 +3410,7 @@ spec: value: kogito-runtime-native - name: IMAGE_REGISTRY value: quay.io/kiegroup - image: quay.io/kiegroup/kogito-operator:1.39.0-snapshot + image: quay.io/kiegroup/kogito-operator:1.39.0 livenessProbe: httpGet: path: /healthz diff --git a/profiling/kogito-operator-profiling.yaml b/profiling/kogito-operator-profiling.yaml index 4107ce04f..6015b8022 100644 --- a/profiling/kogito-operator-profiling.yaml +++ b/profiling/kogito-operator-profiling.yaml @@ -3411,7 +3411,7 @@ spec: value: kogito-runtime-native - name: IMAGE_REGISTRY value: quay.io/kiegroup - image: quay.io/kiegroup/kogito-operator-profiling:1.39.0-snapshot + image: quay.io/kiegroup/kogito-operator-profiling:1.39.0 livenessProbe: httpGet: path: /healthz diff --git a/test/.default_config b/test/.default_config index 8468f6066..a9ce47a4e 100644 --- a/test/.default_config +++ b/test/.default_config @@ -7,4 +7,4 @@ tests.runtime_application_image_registry=quay.io/kiegroup tests.runtime_application_image_name_prefix=examples tests.runtime_application_image_name_suffix=nightly tests.runtime_application_image_version=1.39 -tests.examples_ref=nightly-1.39.x +tests.examples_ref=1.39.x diff --git a/version/app/version.go b/version/app/version.go index 8cc92ba31..e7cd0d9fb 100644 --- a/version/app/version.go +++ b/version/app/version.go @@ -16,5 +16,5 @@ package app var ( // Version of Kogito Operator - Version = "1.39.0-snapshot" + Version = "1.39.0" )