Skip to content

Commit b16c6d9

Browse files
authored
Merge pull request #890 from spolti/KIECLOUD-716-merge-main
[KIECLOUD-716] - merge main into release-v7.13.x
2 parents f41f1bb + e4fb462 commit b16c6d9

File tree

398 files changed

+62133
-8116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

398 files changed

+62133
-8116
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ rhel-scratch:
8282
rhel-release:
8383
./hack/go-build.sh ${BUILDER} rhel release
8484

85+
.PHONY: rhel-nightly
86+
rhel-nightly:
87+
./hack/go-build.sh ${BUILDER} rhel nightly $(build_user)
88+
8589
.PHONY: csv
8690
csv: sdk-generate
8791
./hack/go-csv.sh

OWNERS

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ reviewers:
66
- vaibhavjainwiz
77
- desmax74
88
- davidesalerno
9+
- rgdoliveira
910
approvers:
1011
- bmozaffa
1112
- tchughesiv

deploy/crs/v2/snippets/prior_version.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ metadata:
88
consoleTitle: Prior Product Version
99
name: prior-version
1010
spec:
11-
version: 7.13.1
11+
version: 7.13.2

deploy/olm-catalog/dev/7.13.2-1/manifests/businessautomation-operator.clusterserviceversion.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
categories: Integration & Delivery
88
certified: "false"
99
containerImage: quay.io/kiegroup/kie-cloud-operator:7.13.2
10-
createdAt: "2023-02-28 15:38:26"
10+
createdAt: "2023-03-14 13:13:27"
1111
description: Deploys and manages Red Hat Process Automation Manager and Red Hat
1212
Decision Manager environments.
1313
operators.openshift.io/infrastructure-features: '["Disconnected"]'
@@ -20,7 +20,7 @@ metadata:
2020
operator-businessautomation: "true"
2121
operatorframework.io/arch.amd64: supported
2222
operatorframework.io/os.linux: supported
23-
name: businessautomation-operator.7.13.2-1-dev-vknt4cq2dw
23+
name: businessautomation-operator.7.13.2-1-dev-ct4ptlc7zl
2424
namespace: placeholder
2525
spec:
2626
apiservicedefinitions: {}
@@ -409,7 +409,7 @@ spec:
409409
- operator
410410
labels:
411411
alm-owner-businessautomation: businessautomation-operator
412-
operated-by: businessautomation-operator.7.13.2-1-dev-vknt4cq2dw
412+
operated-by: businessautomation-operator.7.13.2-1-dev-ct4ptlc7zl
413413
links:
414414
- name: Product Page
415415
url: https://access.redhat.com/products/red-hat-process-automation-manager
@@ -425,5 +425,5 @@ spec:
425425
selector:
426426
matchLabels:
427427
alm-owner-businessautomation: businessautomation-operator
428-
operated-by: businessautomation-operator.7.13.2-1-dev-vknt4cq2dw
429-
version: 7.13.2-1+vknt4cq2dw
428+
operated-by: businessautomation-operator.7.13.2-1-dev-ct4ptlc7zl
429+
version: 7.13.2-1+ct4ptlc7zl

deploy/olm-catalog/dev/7.13.2-2/manifests/businessautomation-operator.clusterserviceversion.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
categories: Integration & Delivery
88
certified: "false"
99
containerImage: quay.io/kiegroup/kie-cloud-operator:7.13.2
10-
createdAt: "2023-03-15 09:20:16"
10+
createdAt: "2023-03-24 15:10:50"
1111
description: Deploys and manages Red Hat Process Automation Manager and Red Hat
1212
Decision Manager environments.
1313
operators.openshift.io/infrastructure-features: '["Disconnected"]'
@@ -20,7 +20,7 @@ metadata:
2020
operator-businessautomation: "true"
2121
operatorframework.io/arch.amd64: supported
2222
operatorframework.io/os.linux: supported
23-
name: businessautomation-operator.7.13.2-2-dev-rvmlzpjf6b
23+
name: businessautomation-operator.7.13.2-2-dev-kpfn9xhzzf
2424
namespace: placeholder
2525
spec:
2626
apiservicedefinitions: {}
@@ -409,7 +409,7 @@ spec:
409409
- operator
410410
labels:
411411
alm-owner-businessautomation: businessautomation-operator
412-
operated-by: businessautomation-operator.7.13.2-2-dev-rvmlzpjf6b
412+
operated-by: businessautomation-operator.7.13.2-2-dev-kpfn9xhzzf
413413
links:
414414
- name: Product Page
415415
url: https://access.redhat.com/products/red-hat-process-automation-manager
@@ -425,5 +425,5 @@ spec:
425425
selector:
426426
matchLabels:
427427
alm-owner-businessautomation: businessautomation-operator
428-
operated-by: businessautomation-operator.7.13.2-2-dev-rvmlzpjf6b
429-
version: 7.13.2-2+rvmlzpjf6b
428+
operated-by: businessautomation-operator.7.13.2-2-dev-kpfn9xhzzf
429+
version: 7.13.2-2+kpfn9xhzzf

0 commit comments

Comments
 (0)