Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1157 from bsig-gh-bot/1.19.0-mcmpuibfvl
Browse files Browse the repository at this point in the history
[1.19.x] Update version to 1.19.0
  • Loading branch information
Jenkins CI committed Mar 18, 2022
2 parents 44b0e44 + 49d3c1c commit 7019339
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?= 2.0.0-snapshot
VERSION ?= 1.19.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")
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@ make run-tests 2>&1 | tee log.out

```
$ make
$ docker tag quay.io/kiegroup/kogito-operator:2.0.0-snapshot quay.io/{USERNAME}/kogito-operator:2.0.0-snapshot
$ docker push quay.io/{USERNAME}/kogito-operator:2.0.0-snapshot
$ docker tag quay.io/kiegroup/kogito-operator:1.19.0 quay.io/{USERNAME}/kogito-operator:1.19.0
$ docker push quay.io/{USERNAME}/kogito-operator:1.19.0
$ make run-tests operator_image=quay.io/{USERNAME}/kogito-operator
```

Expand Down
12 changes: 6 additions & 6 deletions bundle/app/manifests/kogito-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ metadata:
capabilities: Basic Install
categories: Integration & Delivery
certified: "false"
containerImage: quay.io/kiegroup/kogito-operator:2.0.0-snapshot
containerImage: quay.io/kiegroup/kogito-operator:1.19.0
createdAt: "2019-08-22T13:12:22Z"
description: Kogito Operator for deployment and management of Kogito services.
operators.operatorframework.io/builder: operator-sdk-v1.10.0+git
Expand All @@ -66,7 +66,7 @@ metadata:
tectonic-visibility: ocs
labels:
operator-kogitocloud: "true"
name: kogito-operator.v2.0.0-snapshot
name: kogito-operator.v1.19.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -919,7 +919,7 @@ spec:
value: kogito-runtime-native
- name: IMAGE_REGISTRY
value: quay.io/kiegroup
image: quay.io/kiegroup/kogito-operator:2.0.0-snapshot
image: quay.io/kiegroup/kogito-operator:1.19.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -1000,7 +1000,7 @@ spec:
- automation
labels:
alm-owner-kogito: kogito-operator
operated-by: kogito-operator.2.0.0-snapshot
operated-by: kogito-operator.1.19.0
links:
- name: Product Page
url: https://kogito.kie.org/
Expand All @@ -1014,5 +1014,5 @@ spec:
maturity: beta
provider:
name: Red Hat
replaces: kogito-operator.v1.9.0
version: 2.0.0-snapshot
replaces: kogito-operator.v1.18.0
version: 1.19.0
2 changes: 1 addition & 1 deletion config/manager/app/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/kiegroup/kogito-operator
newTag: 2.0.0-snapshot
newTag: 1.19.0
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
capabilities: Basic Install
categories: Integration & Delivery
certified: "false"
containerImage: quay.io/kiegroup/kogito-operator:2.0.0-snapshot
containerImage: quay.io/kiegroup/kogito-operator:1.19.0
createdAt: "2019-08-22T13:12:22Z"
description: Kogito Operator for deployment and management of Kogito services.
repository: https://github.com/kiegroup/kogito-operator
Expand Down Expand Up @@ -531,7 +531,7 @@ spec:
- automation
labels:
alm-owner-kogito: kogito-operator
operated-by: kogito-operator.2.0.0-snapshot
operated-by: kogito-operator.1.19.0
links:
- name: Product Page
url: https://kogito.kie.org/
Expand All @@ -545,5 +545,5 @@ spec:
maturity: beta
provider:
name: Red Hat
replaces: kogito-operator.v1.9.0
version: 2.0.0-snapshot
replaces: kogito-operator.v1.18.0
version: 1.19.0
2 changes: 1 addition & 1 deletion kogito-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2567,7 +2567,7 @@ spec:
value: kogito-runtime-native
- name: IMAGE_REGISTRY
value: quay.io/kiegroup
image: quay.io/kiegroup/kogito-operator:2.0.0-snapshot
image: quay.io/kiegroup/kogito-operator:1.19.0
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion profiling/kogito-operator-profiling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2568,7 +2568,7 @@ spec:
value: kogito-runtime-native
- name: IMAGE_REGISTRY
value: quay.io/kiegroup
image: quay.io/kiegroup/kogito-operator-profiling:2.0.0-snapshot
image: quay.io/kiegroup/kogito-operator-profiling:1.19.0
livenessProbe:
httpGet:
path: /healthz
Expand Down
12 changes: 6 additions & 6 deletions test/.default_config
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
tests.build_builder_image_tag=quay.io/kiegroup/kogito-builder-nightly:latest
tests.build_runtime_jvm_image_tag=quay.io/kiegroup/kogito-runtime-jvm-nightly:latest
tests.build_runtime_native_image_tag=quay.io/kiegroup/kogito-runtime-native-nightly:latest
tests.build_builder_image_tag=quay.io/kiegroup/kogito-builder-nightly:1.19
tests.build_runtime_jvm_image_tag=quay.io/kiegroup/kogito-runtime-jvm-nightly:1.19
tests.build_runtime_native_image_tag=quay.io/kiegroup/kogito-runtime-native-nightly:1.19
tests.services_image_name_suffix=nightly
tests.services_image_version=latest
tests.services_image_version=1.19
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=latest
tests.examples_ref=nightly-main
tests.runtime_application_image_version=1.19
tests.examples_ref=1.19.x
2 changes: 1 addition & 1 deletion version/app/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ package app

var (
// Version of Kogito Operator
Version = "2.0.0-snapshot"
Version = "1.19.0"
)

0 comments on commit 7019339

Please sign in to comment.