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

Commit edf22c7

Browse files
author
Jenkins CI
committed
Merge pull request #1529 from kiegroup/kogito-1.44.1
[1.44.x] Update version to 1.44.1
2 parents 23e6ac7 + 745af52 commit edf22c7

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= 1.44.0-snapshot
6+
VERSION ?= 1.44.1
77

88
# CHANNELS define the bundle channels used in the bundle.
99
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,8 @@ make run-tests 2>&1 | tee log.out
343343

344344
```
345345
$ make
346-
$ docker tag quay.io/kiegroup/kogito-operator:1.44.0-snapshot quay.io/{USERNAME}/kogito-operator:1.44.0-snapshot
347-
$ docker push quay.io/{USERNAME}/kogito-operator:1.44.0-snapshot
346+
$ docker tag quay.io/kiegroup/kogito-operator:1.44.1 quay.io/{USERNAME}/kogito-operator:1.44.1
347+
$ docker push quay.io/{USERNAME}/kogito-operator:1.44.1
348348
$ make run-tests operator_image=quay.io/{USERNAME}/kogito-operator
349349
```
350350

bundle/app/manifests/kogito-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ metadata:
5656
capabilities: Basic Install
5757
categories: Integration & Delivery
5858
certified: "false"
59-
containerImage: quay.io/kiegroup/kogito-operator:1.44.0-snapshot
59+
containerImage: quay.io/kiegroup/kogito-operator:1.44.1
6060
createdAt: "2019-08-22T13:12:22Z"
6161
description: Kogito Operator for deployment and management of Kogito services.
6262
operators.operatorframework.io/builder: operator-sdk-v1.21.0
@@ -66,7 +66,7 @@ metadata:
6666
tectonic-visibility: ocs
6767
labels:
6868
operator-kogitocloud: "true"
69-
name: kogito-operator.v1.44.0-snapshot
69+
name: kogito-operator.v1.44.1
7070
namespace: placeholder
7171
spec:
7272
apiservicedefinitions: {}
@@ -925,7 +925,7 @@ spec:
925925
value: kogito-runtime-native
926926
- name: IMAGE_REGISTRY
927927
value: quay.io/kiegroup
928-
image: quay.io/kiegroup/kogito-operator:1.44.0-snapshot
928+
image: quay.io/kiegroup/kogito-operator:1.44.1
929929
livenessProbe:
930930
httpGet:
931931
path: /healthz
@@ -1009,7 +1009,7 @@ spec:
10091009
- automation
10101010
labels:
10111011
alm-owner-kogito: kogito-operator
1012-
operated-by: kogito-operator.1.44.0-snapshot
1012+
operated-by: kogito-operator.1.44.1
10131013
links:
10141014
- name: Product Page
10151015
url: https://kogito.kie.org/
@@ -1024,4 +1024,4 @@ spec:
10241024
provider:
10251025
name: Red Hat
10261026
replaces: kogito-operator.v1.43.0
1027-
version: 1.44.0-snapshot
1027+
version: 1.44.1

config/manager/app/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ kind: Kustomization
1313
images:
1414
- name: controller
1515
newName: quay.io/kiegroup/kogito-operator
16-
newTag: 1.44.0-snapshot
16+
newTag: 1.44.1

config/manifests/app/bases/kogito-operator.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
capabilities: Basic Install
77
categories: Integration & Delivery
88
certified: "false"
9-
containerImage: quay.io/kiegroup/kogito-operator:1.44.0-snapshot
9+
containerImage: quay.io/kiegroup/kogito-operator:1.44.1
1010
createdAt: "2019-08-22T13:12:22Z"
1111
description: Kogito Operator for deployment and management of Kogito services.
1212
repository: https://github.com/kiegroup/kogito-operator
@@ -535,7 +535,7 @@ spec:
535535
- automation
536536
labels:
537537
alm-owner-kogito: kogito-operator
538-
operated-by: kogito-operator.1.44.0-snapshot
538+
operated-by: kogito-operator.1.44.1
539539
links:
540540
- name: Product Page
541541
url: https://kogito.kie.org/
@@ -550,4 +550,4 @@ spec:
550550
provider:
551551
name: Red Hat
552552
replaces: kogito-operator.v1.43.0
553-
version: 1.44.0-snapshot
553+
version: 1.44.1

kogito-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3410,7 +3410,7 @@ spec:
34103410
value: kogito-runtime-native
34113411
- name: IMAGE_REGISTRY
34123412
value: quay.io/kiegroup
3413-
image: quay.io/kiegroup/kogito-operator:1.44.0-snapshot
3413+
image: quay.io/kiegroup/kogito-operator:1.44.1
34143414
livenessProbe:
34153415
httpGet:
34163416
path: /healthz

profiling/kogito-operator-profiling.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3411,7 +3411,7 @@ spec:
34113411
value: kogito-runtime-native
34123412
- name: IMAGE_REGISTRY
34133413
value: quay.io/kiegroup
3414-
image: quay.io/kiegroup/kogito-operator-profiling:1.44.0-snapshot
3414+
image: quay.io/kiegroup/kogito-operator-profiling:1.44.1
34153415
livenessProbe:
34163416
httpGet:
34173417
path: /healthz

test/.default_config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ tests.runtime_application_image_registry=quay.io/kiegroup
77
tests.runtime_application_image_name_prefix=examples
88
tests.runtime_application_image_name_suffix=nightly
99
tests.runtime_application_image_version=1.44
10-
tests.examples_ref=nightly-1.44.x
10+
tests.examples_ref=1.44.x

version/app/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ package app
1616

1717
var (
1818
// Version of Kogito Operator
19-
Version = "1.44.0-snapshot"
19+
Version = "1.44.1"
2020
)

0 commit comments

Comments
 (0)