Skip to content

Commit 416fc70

Browse files
che-botmkuznyetsov
andauthored
7.98.0 release (#1954)
* ci: Update version.go to 7.98.0 Signed-off-by: Mykhailo Kuznietsov <[email protected]> * ci: Release editors definitions to 7.98.0 Signed-off-by: Mykhailo Kuznietsov <[email protected]> * ci: Update manager.yaml to 7.98.0 Signed-off-by: Mykhailo Kuznietsov <[email protected]> * ci: New OLM 7.98.0 bundle Signed-off-by: Mykhailo Kuznietsov <[email protected]> * ci: Pin images to digests Signed-off-by: Mykhailo Kuznietsov <[email protected]> * ci: Update Kubernetes resources to 7.98.0 Signed-off-by: Mykhailo Kuznietsov <[email protected]> * ci: Update Helm Charts to 7.98.0 Signed-off-by: Mykhailo Kuznietsov <[email protected]> * ci: Add new 7.98.0 bundle to a catalog Signed-off-by: Mykhailo Kuznietsov <[email protected]> --------- Signed-off-by: Mykhailo Kuznietsov <[email protected]> Co-authored-by: Mykhailo Kuznietsov <[email protected]>
1 parent 4cabb59 commit 416fc70

File tree

12 files changed

+206
-125
lines changed

12 files changed

+206
-125
lines changed

bundle/stable/eclipse-che/manifests/che-operator.clusterserviceversion.yaml

+75-78
Large diffs are not rendered by default.

config/manager/manager.yaml

+12-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2019-2023 Red Hat, Inc.
2+
# Copyright (c) 2019-2024 Red Hat, Inc.
33
# This program and the accompanying materials are made
44
# available under the terms of the Eclipse Public License 2.0
55
# which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -39,12 +39,12 @@ spec:
3939
spec:
4040
containers:
4141
- name: che-operator
42-
image: quay.io/eclipse/che-operator:next
42+
image: quay.io/eclipse/che-operator:7.98.0
4343
command:
4444
- /manager
4545
args:
4646
- --leader-elect
47-
imagePullPolicy: Always
47+
imagePullPolicy: IfNotPresent
4848
ports:
4949
- containerPort: 60000
5050
name: metrics
@@ -60,19 +60,19 @@ spec:
6060
- name: OPERATOR_NAME
6161
value: che-operator
6262
- name: CHE_VERSION
63-
value: next
63+
value: 7.98.0
6464
- name: RELATED_IMAGE_che_server
65-
value: quay.io/eclipse/che-server:next
65+
value: quay.io/eclipse/che-server:7.98.0
6666
- name: RELATED_IMAGE_dashboard
67-
value: quay.io/eclipse/che-dashboard:next
67+
value: quay.io/eclipse/che-dashboard:7.98.0
6868
- name: RELATED_IMAGE_plugin_registry
69-
value: quay.io/eclipse/che-plugin-registry:next
69+
value: quay.io/eclipse/che-plugin-registry:7.98.0
7070
- name: RELATED_IMAGE_che_tls_secrets_creation_job
7171
value: quay.io/eclipse/che-tls-secret-creator:9f9d4a6
7272
- name: RELATED_IMAGE_single_host_gateway
7373
value: quay.io/eclipse/che--traefik:v2.9.10-8d81a9df1435f9f3d36ac9398465ef2d5d61e671059974db753faaed14b627de
7474
- name: RELATED_IMAGE_single_host_gateway_config_sidecar
75-
value: quay.io/che-incubator/configbump:next
75+
value: quay.io/che-incubator/configbump:7.98.0
7676
- name: RELATED_IMAGE_gateway_authentication_sidecar
7777
value: quay.io/openshift/origin-oauth-proxy:4.9
7878
- name: RELATED_IMAGE_gateway_authorization_sidecar
@@ -100,15 +100,17 @@ spec:
100100
- name: CHE_DEFAULT_SPEC_DEVENVIRONMENTS_DEFAULTEDITOR
101101
value: che-incubator/che-code/latest
102102
- name: CHE_DEFAULT_SPEC_DEVENVIRONMENTS_DEFAULTCOMPONENTS
103-
value: '[{"name": "universal-developer-image", "container": {"image": "quay.io/devfile/universal-developer-image:ubi8-latest"}}]'
103+
value: '[{"name": "universal-developer-image", "container": {"image":
104+
"quay.io/devfile/universal-developer-image:ubi8-latest"}}]'
104105
- name: CHE_DEFAULT_SPEC_COMPONENTS_PLUGINREGISTRY_OPENVSXURL
105106
value: https://open-vsx.org
106107
- name: CHE_DEFAULT_SPEC_COMPONENTS_DEVFILEREGISTRY_EXTERNAL_DEVFILE_REGISTRIES
107108
value: '[{"url": "https://registry.devfile.io"}]'
108109
- name: CHE_DEFAULT_SPEC_DEVENVIRONMENTS_DISABLECONTAINERBUILDCAPABILITIES
109110
value: 'false'
110111
- name: CHE_DEFAULT_SPEC_DEVENVIRONMENTS_CONTAINERSECURITYCONTEXT
111-
value: '{"allowPrivilegeEscalation": true,"capabilities": {"add": ["SETGID", "SETUID"]}}'
112+
value: '{"allowPrivilegeEscalation": true,"capabilities": {"add": ["SETGID",
113+
"SETUID"]}}'
112114
livenessProbe:
113115
httpGet:
114116
path: /healthz

deploy/deployment/kubernetes/combined.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -9141,19 +9141,19 @@ spec:
91419141
- name: OPERATOR_NAME
91429142
value: che-operator
91439143
- name: CHE_VERSION
9144-
value: next
9144+
value: 7.98.0
91459145
- name: RELATED_IMAGE_che_server
9146-
value: quay.io/eclipse/che-server:next
9146+
value: quay.io/eclipse/che-server:7.98.0
91479147
- name: RELATED_IMAGE_dashboard
9148-
value: quay.io/eclipse/che-dashboard:next
9148+
value: quay.io/eclipse/che-dashboard:7.98.0
91499149
- name: RELATED_IMAGE_plugin_registry
9150-
value: quay.io/eclipse/che-plugin-registry:next
9150+
value: quay.io/eclipse/che-plugin-registry:7.98.0
91519151
- name: RELATED_IMAGE_che_tls_secrets_creation_job
91529152
value: quay.io/eclipse/che-tls-secret-creator:9f9d4a6
91539153
- name: RELATED_IMAGE_single_host_gateway
91549154
value: quay.io/eclipse/che--traefik:v2.9.10-8d81a9df1435f9f3d36ac9398465ef2d5d61e671059974db753faaed14b627de
91559155
- name: RELATED_IMAGE_single_host_gateway_config_sidecar
9156-
value: quay.io/che-incubator/configbump:next
9156+
value: quay.io/che-incubator/configbump:7.98.0
91579157
- name: RELATED_IMAGE_gateway_authentication_sidecar
91589158
value: quay.io/openshift/origin-oauth-proxy:4.9
91599159
- name: RELATED_IMAGE_gateway_authorization_sidecar
@@ -9191,8 +9191,8 @@ spec:
91919191
- name: CHE_DEFAULT_SPEC_DEVENVIRONMENTS_CONTAINERSECURITYCONTEXT
91929192
value: '{"allowPrivilegeEscalation": true,"capabilities": {"add": ["SETGID",
91939193
"SETUID"]}}'
9194-
image: quay.io/eclipse/che-operator:next
9195-
imagePullPolicy: Always
9194+
image: quay.io/eclipse/che-operator:7.98.0
9195+
imagePullPolicy: IfNotPresent
91969196
livenessProbe:
91979197
failureThreshold: 10
91989198
httpGet:

deploy/deployment/kubernetes/objects/che-operator.Deployment.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,19 @@ spec:
5454
- name: OPERATOR_NAME
5555
value: che-operator
5656
- name: CHE_VERSION
57-
value: next
57+
value: 7.98.0
5858
- name: RELATED_IMAGE_che_server
59-
value: quay.io/eclipse/che-server:next
59+
value: quay.io/eclipse/che-server:7.98.0
6060
- name: RELATED_IMAGE_dashboard
61-
value: quay.io/eclipse/che-dashboard:next
61+
value: quay.io/eclipse/che-dashboard:7.98.0
6262
- name: RELATED_IMAGE_plugin_registry
63-
value: quay.io/eclipse/che-plugin-registry:next
63+
value: quay.io/eclipse/che-plugin-registry:7.98.0
6464
- name: RELATED_IMAGE_che_tls_secrets_creation_job
6565
value: quay.io/eclipse/che-tls-secret-creator:9f9d4a6
6666
- name: RELATED_IMAGE_single_host_gateway
6767
value: quay.io/eclipse/che--traefik:v2.9.10-8d81a9df1435f9f3d36ac9398465ef2d5d61e671059974db753faaed14b627de
6868
- name: RELATED_IMAGE_single_host_gateway_config_sidecar
69-
value: quay.io/che-incubator/configbump:next
69+
value: quay.io/che-incubator/configbump:7.98.0
7070
- name: RELATED_IMAGE_gateway_authentication_sidecar
7171
value: quay.io/openshift/origin-oauth-proxy:4.9
7272
- name: RELATED_IMAGE_gateway_authorization_sidecar
@@ -104,8 +104,8 @@ spec:
104104
- name: CHE_DEFAULT_SPEC_DEVENVIRONMENTS_CONTAINERSECURITYCONTEXT
105105
value: '{"allowPrivilegeEscalation": true,"capabilities": {"add": ["SETGID",
106106
"SETUID"]}}'
107-
image: quay.io/eclipse/che-operator:next
108-
imagePullPolicy: Always
107+
image: quay.io/eclipse/che-operator:7.98.0
108+
imagePullPolicy: IfNotPresent
109109
livenessProbe:
110110
failureThreshold: 10
111111
httpGet:

deploy/deployment/openshift/combined.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -9143,19 +9143,19 @@ spec:
91439143
- name: OPERATOR_NAME
91449144
value: che-operator
91459145
- name: CHE_VERSION
9146-
value: next
9146+
value: 7.98.0
91479147
- name: RELATED_IMAGE_che_server
9148-
value: quay.io/eclipse/che-server:next
9148+
value: quay.io/eclipse/che-server:7.98.0
91499149
- name: RELATED_IMAGE_dashboard
9150-
value: quay.io/eclipse/che-dashboard:next
9150+
value: quay.io/eclipse/che-dashboard:7.98.0
91519151
- name: RELATED_IMAGE_plugin_registry
9152-
value: quay.io/eclipse/che-plugin-registry:next
9152+
value: quay.io/eclipse/che-plugin-registry:7.98.0
91539153
- name: RELATED_IMAGE_che_tls_secrets_creation_job
91549154
value: quay.io/eclipse/che-tls-secret-creator:9f9d4a6
91559155
- name: RELATED_IMAGE_single_host_gateway
91569156
value: quay.io/eclipse/che--traefik:v2.9.10-8d81a9df1435f9f3d36ac9398465ef2d5d61e671059974db753faaed14b627de
91579157
- name: RELATED_IMAGE_single_host_gateway_config_sidecar
9158-
value: quay.io/che-incubator/configbump:next
9158+
value: quay.io/che-incubator/configbump:7.98.0
91599159
- name: RELATED_IMAGE_gateway_authentication_sidecar
91609160
value: quay.io/openshift/origin-oauth-proxy:4.9
91619161
- name: RELATED_IMAGE_gateway_authorization_sidecar
@@ -9193,8 +9193,8 @@ spec:
91939193
- name: CHE_DEFAULT_SPEC_DEVENVIRONMENTS_CONTAINERSECURITYCONTEXT
91949194
value: '{"allowPrivilegeEscalation": true,"capabilities": {"add": ["SETGID",
91959195
"SETUID"]}}'
9196-
image: quay.io/eclipse/che-operator:next
9197-
imagePullPolicy: Always
9196+
image: quay.io/eclipse/che-operator:7.98.0
9197+
imagePullPolicy: IfNotPresent
91989198
livenessProbe:
91999199
failureThreshold: 10
92009200
httpGet:

deploy/deployment/openshift/objects/che-operator.Deployment.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,19 @@ spec:
5454
- name: OPERATOR_NAME
5555
value: che-operator
5656
- name: CHE_VERSION
57-
value: next
57+
value: 7.98.0
5858
- name: RELATED_IMAGE_che_server
59-
value: quay.io/eclipse/che-server:next
59+
value: quay.io/eclipse/che-server:7.98.0
6060
- name: RELATED_IMAGE_dashboard
61-
value: quay.io/eclipse/che-dashboard:next
61+
value: quay.io/eclipse/che-dashboard:7.98.0
6262
- name: RELATED_IMAGE_plugin_registry
63-
value: quay.io/eclipse/che-plugin-registry:next
63+
value: quay.io/eclipse/che-plugin-registry:7.98.0
6464
- name: RELATED_IMAGE_che_tls_secrets_creation_job
6565
value: quay.io/eclipse/che-tls-secret-creator:9f9d4a6
6666
- name: RELATED_IMAGE_single_host_gateway
6767
value: quay.io/eclipse/che--traefik:v2.9.10-8d81a9df1435f9f3d36ac9398465ef2d5d61e671059974db753faaed14b627de
6868
- name: RELATED_IMAGE_single_host_gateway_config_sidecar
69-
value: quay.io/che-incubator/configbump:next
69+
value: quay.io/che-incubator/configbump:7.98.0
7070
- name: RELATED_IMAGE_gateway_authentication_sidecar
7171
value: quay.io/openshift/origin-oauth-proxy:4.9
7272
- name: RELATED_IMAGE_gateway_authorization_sidecar
@@ -104,8 +104,8 @@ spec:
104104
- name: CHE_DEFAULT_SPEC_DEVENVIRONMENTS_CONTAINERSECURITYCONTEXT
105105
value: '{"allowPrivilegeEscalation": true,"capabilities": {"add": ["SETGID",
106106
"SETUID"]}}'
107-
image: quay.io/eclipse/che-operator:next
108-
imagePullPolicy: Always
107+
image: quay.io/eclipse/che-operator:7.98.0
108+
imagePullPolicy: IfNotPresent
109109
livenessProbe:
110110
failureThreshold: 10
111111
httpGet:

editors-definitions/che-code-latest.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ events:
8181
components:
8282
- name: che-code-injector
8383
container:
84-
image: quay.io/che-incubator/che-code:latest
84+
image: quay.io/che-incubator/che-code:7.98.0
8585
command:
8686
- /entrypoint-init-container.sh
8787
volumeMounts:

helmcharts/stable/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
apiVersion: v1
1414
description: A Helm chart for deploying Eclipse Che on a Kubernetes
1515
name: eclipse-che
16-
version: 7.97.0
16+
version: 7.98.0
1717
annotations:
1818
artifacthub.io/license: EPL-2.0
1919
artifacthub.io/links: |

helmcharts/stable/templates/che-operator.Deployment.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,19 @@ spec:
5454
- name: OPERATOR_NAME
5555
value: che-operator
5656
- name: CHE_VERSION
57-
value: 7.97.0
57+
value: 7.98.0
5858
- name: RELATED_IMAGE_che_server
59-
value: quay.io/eclipse/che-server:7.97.0
59+
value: quay.io/eclipse/che-server:7.98.0
6060
- name: RELATED_IMAGE_dashboard
61-
value: quay.io/eclipse/che-dashboard:7.97.0
61+
value: quay.io/eclipse/che-dashboard:7.98.0
6262
- name: RELATED_IMAGE_plugin_registry
63-
value: quay.io/eclipse/che-plugin-registry:7.97.0
63+
value: quay.io/eclipse/che-plugin-registry:7.98.0
6464
- name: RELATED_IMAGE_che_tls_secrets_creation_job
6565
value: quay.io/eclipse/che-tls-secret-creator:9f9d4a6
6666
- name: RELATED_IMAGE_single_host_gateway
6767
value: quay.io/eclipse/che--traefik:v2.9.10-8d81a9df1435f9f3d36ac9398465ef2d5d61e671059974db753faaed14b627de
6868
- name: RELATED_IMAGE_single_host_gateway_config_sidecar
69-
value: quay.io/che-incubator/configbump:7.97.0
69+
value: quay.io/che-incubator/configbump:7.98.0
7070
- name: RELATED_IMAGE_gateway_authentication_sidecar
7171
value: quay.io/openshift/origin-oauth-proxy:4.9
7272
- name: RELATED_IMAGE_gateway_authorization_sidecar
@@ -104,7 +104,7 @@ spec:
104104
- name: CHE_DEFAULT_SPEC_DEVENVIRONMENTS_CONTAINERSECURITYCONTEXT
105105
value: '{"allowPrivilegeEscalation": true,"capabilities": {"add": ["SETGID",
106106
"SETUID"]}}'
107-
image: quay.io/eclipse/che-operator:7.97.0
107+
image: quay.io/eclipse/che-operator:7.98.0
108108
imagePullPolicy: IfNotPresent
109109
livenessProbe:
110110
failureThreshold: 10

olm-catalog/stable/channel.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,5 @@ entries:
101101
replaces: eclipse-che.v7.95.0
102102
- name: eclipse-che.v7.97.0
103103
replaces: eclipse-che.v7.96.0
104+
- name: eclipse-che.v7.98.0
105+
replaces: eclipse-che.v7.97.0

olm-catalog/stable/eclipse-che.v7.98.0.bundle.yaml

+80
Large diffs are not rendered by default.

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
package version
1414

1515
var (
16-
Version = "7.97.0"
16+
Version = "7.98.0"
1717
)

0 commit comments

Comments
 (0)