Skip to content

Commit 0c06170

Browse files
chore: tagRelease.sh: bump to 1.8.0 in main branch [skip-build] (#1370)
* chore: tagRelease.sh: bump to 1.8.0 in main branch [skip-build] Signed-off-by: Nick Boldt <nboldt@redhat.com> * Regenerate bundle/installer manifests Co-authored-by: nickboldt <nickboldt@users.noreply.github.com> --------- Signed-off-by: Nick Boldt <nboldt@redhat.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: nickboldt <nickboldt@users.noreply.github.com>
1 parent 3c33a74 commit 0c06170

8 files changed

Lines changed: 22 additions & 22 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ PROFILE_SHORT := $(shell echo $(PROFILE) | cut -d. -f1)
1616
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
1717
# Set a default VERSION if it is not defined
1818
ifeq ($(origin VERSION), undefined)
19-
VERSION ?= 0.7.0
19+
VERSION ?= 0.8.0
2020
DEFAULT_VERSION := true
2121
else
2222
DEFAULT_VERSION := false

bundle/backstage.io/manifests/backstage-operator.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ metadata:
3535
}
3636
}
3737
]
38-
createdAt: "2025-07-02T07:33:18Z"
38+
createdAt: "2025-07-14T15:38:44Z"
3939
description: Backstage Operator
4040
operators.operatorframework.io/builder: operator-sdk-v1.37.0
4141
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
4242
labels:
4343
operatorframework.io/arch.amd64: supported
44-
name: backstage-operator.v0.7.0
44+
name: backstage-operator.v0.8.0
4545
spec:
4646
apiservicedefinitions: {}
4747
customresourcedefinitions:
@@ -214,7 +214,7 @@ spec:
214214
- --leader-elect
215215
command:
216216
- /manager
217-
image: quay.io/rhdh-community/operator:0.7.0
217+
image: quay.io/rhdh-community/operator:0.8.0
218218
livenessProbe:
219219
httpGet:
220220
path: /healthz
@@ -327,4 +327,4 @@ spec:
327327
provider:
328328
name: Red Hat Inc.
329329
url: https://www.redhat.com/
330-
version: 0.7.0
330+
version: 0.8.0

bundle/rhdh/manifests/backstage-operator.clusterserviceversion.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ metadata:
3838
capabilities: Seamless Upgrades
3939
categories: Developer Tools
4040
certified: "true"
41-
containerImage: registry.redhat.io/rhdh/rhdh-rhel9-operator:1.7
42-
createdAt: "2025-07-02T07:33:16Z"
41+
containerImage: registry.redhat.io/rhdh/rhdh-rhel9-operator:1.8
42+
createdAt: "2025-07-14T15:38:46Z"
4343
description: Red Hat Developer Hub is a Red Hat supported version of Backstage.
4444
It comes with pre-built plug-ins and configuration settings, supports use of
4545
an external database, and can help streamline the process of setting up a self-managed
@@ -59,11 +59,11 @@ metadata:
5959
operators.operatorframework.io/builder: operator-sdk-v1.37.0
6060
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
6161
repository: https://gitlab.cee.redhat.com/rhidp/rhdh/
62-
skipRange: '>=1.0.0 <1.7.0'
62+
skipRange: '>=1.0.0 <1.8.0'
6363
support: Red Hat
6464
labels:
6565
operatorframework.io/arch.amd64: supported
66-
name: rhdh-operator.v1.7.0
66+
name: rhdh-operator.v1.8.0
6767
namespace: placeholder
6868
spec:
6969
apiservicedefinitions: {}
@@ -101,7 +101,7 @@ spec:
101101
102102
## Telemetry data collection
103103
104-
The telemetry data collection feature is enabled by default. Red Hat Developer Hub sends telemetry data to Red Hat by using the `backstage-plugin-analytics-provider-segment` plugin. To disable this and to learn what data is being collected, see [Red Hat Developer Hub documentation on telemetry data collection](https://access.redhat.com/documentation/en-us/red_hat_developer_hub/1.7/html-single/administration_guide_for_red_hat_developer_hub/index#assembly-rhdh-telemetry_admin-rhdh).
104+
The telemetry data collection feature is enabled by default. Red Hat Developer Hub sends telemetry data to Red Hat by using the `backstage-plugin-analytics-provider-segment` plugin. To disable this and to learn what data is being collected, see [Red Hat Developer Hub documentation on telemetry data collection](https://access.redhat.com/documentation/en-us/red_hat_developer_hub/1.8/html-single/administration_guide_for_red_hat_developer_hub/index#assembly-rhdh-telemetry_admin-rhdh).
105105
106106
## More Information
107107
@@ -291,7 +291,7 @@ spec:
291291
value: quay.io/fedora/postgresql-15:latest
292292
- name: RELATED_IMAGE_backstage
293293
value: quay.io/rhdh/rhdh-hub-rhel9:next
294-
image: quay.io/rhdh/rhdh-rhel9-operator:1.7
294+
image: quay.io/rhdh/rhdh-rhel9-operator:1.8
295295
livenessProbe:
296296
httpGet:
297297
path: /healthz
@@ -412,5 +412,5 @@ spec:
412412
name: postgresql
413413
- image: quay.io/rhdh/rhdh-hub-rhel9:next
414414
name: backstage
415-
replaces: rhdh-operator.v1.6.0
416-
version: 1.7.0
415+
replaces: rhdh-operator.v1.7.0
416+
version: 1.8.0

config/manifests/rhdh/bases/backstage-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
capabilities: Seamless Upgrades
66
categories: Developer Tools
77
certified: "true"
8-
containerImage: registry.redhat.io/rhdh/rhdh-rhel9-operator:1.7
8+
containerImage: registry.redhat.io/rhdh/rhdh-rhel9-operator:1.8
99
description: Red Hat Developer Hub is a Red Hat supported version of Backstage.
1010
It comes with pre-built plug-ins and configuration settings, supports use of
1111
an external database, and can help streamline the process of setting up a self-managed
@@ -23,7 +23,7 @@ metadata:
2323
operatorframework.io/suggested-namespace: rhdh-operator
2424
operators.openshift.io/valid-subscription: '["Red Hat Developer Hub"]'
2525
repository: https://gitlab.cee.redhat.com/rhidp/rhdh/
26-
skipRange: '>=1.0.0 <1.7.0'
26+
skipRange: '>=1.0.0 <1.8.0'
2727
support: Red Hat
2828
labels:
2929
operatorframework.io/arch.amd64: supported
@@ -65,7 +65,7 @@ spec:
6565
6666
## Telemetry data collection
6767
68-
The telemetry data collection feature is enabled by default. Red Hat Developer Hub sends telemetry data to Red Hat by using the `backstage-plugin-analytics-provider-segment` plugin. To disable this and to learn what data is being collected, see [Red Hat Developer Hub documentation on telemetry data collection](https://access.redhat.com/documentation/en-us/red_hat_developer_hub/1.7/html-single/administration_guide_for_red_hat_developer_hub/index#assembly-rhdh-telemetry_admin-rhdh).
68+
The telemetry data collection feature is enabled by default. Red Hat Developer Hub sends telemetry data to Red Hat by using the `backstage-plugin-analytics-provider-segment` plugin. To disable this and to learn what data is being collected, see [Red Hat Developer Hub documentation on telemetry data collection](https://access.redhat.com/documentation/en-us/red_hat_developer_hub/1.8/html-single/administration_guide_for_red_hat_developer_hub/index#assembly-rhdh-telemetry_admin-rhdh).
6969
7070
## More Information
7171
@@ -113,5 +113,5 @@ spec:
113113
provider:
114114
name: Red Hat Inc.
115115
url: https://www.redhat.com/
116-
replaces: rhdh-operator.v1.6.0
117-
version: 1.7.0
116+
replaces: rhdh-operator.v1.7.0
117+
version: 1.8.0

config/profile/backstage.io/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ resources:
1414
images:
1515
- name: controller
1616
newName: quay.io/rhdh-community/operator
17-
newTag: 0.7.0
17+
newTag: 0.8.0
1818

1919
generatorOptions:
2020
disableNameSuffixHash: true

config/profile/rhdh/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ resources:
1515
images:
1616
- name: controller
1717
newName: quay.io/rhdh/rhdh-rhel9-operator
18-
newTag: "1.7"
18+
newTag: "1.8"
1919

2020
patches:
2121
- path: patches/deployment-patch.yaml

dist/backstage.io/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1796,7 +1796,7 @@ spec:
17961796
- --leader-elect
17971797
command:
17981798
- /manager
1799-
image: quay.io/rhdh-community/operator:0.7.0
1799+
image: quay.io/rhdh-community/operator:0.8.0
18001800
livenessProbe:
18011801
httpGet:
18021802
path: /healthz

dist/rhdh/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2185,7 +2185,7 @@ spec:
21852185
value: quay.io/fedora/postgresql-15:latest
21862186
- name: RELATED_IMAGE_backstage
21872187
value: quay.io/rhdh/rhdh-hub-rhel9:next
2188-
image: quay.io/rhdh/rhdh-rhel9-operator:1.7
2188+
image: quay.io/rhdh/rhdh-rhel9-operator:1.8
21892189
livenessProbe:
21902190
httpGet:
21912191
path: /healthz

0 commit comments

Comments
 (0)