Skip to content

Commit 75edec6

Browse files
che-botmkuznyetsov
andauthored
7.95.0 release (#1938)
* ci: Update version.go to 7.95.0 Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com> * ci: Release editors definitions to 7.95.0 Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com> * ci: Update manager.yaml to 7.95.0 Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com> * ci: New OLM 7.95.0 bundle Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com> * ci: Pin images to digests Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com> * ci: Update Kubernetes resources to 7.95.0 Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com> * ci: Update Helm Charts to 7.95.0 Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com> * ci: Add new 7.95.0 bundle to a catalog Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com> --------- Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com> Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
1 parent 1de4ae8 commit 75edec6

File tree

12 files changed

+190
-104
lines changed

12 files changed

+190
-104
lines changed

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

Lines changed: 56 additions & 56 deletions
Large diffs are not rendered by default.

config/manager/manager.yaml

Lines changed: 12 additions & 10 deletions
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.95.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.95.0
6464
- name: RELATED_IMAGE_che_server
65-
value: quay.io/eclipse/che-server:next
65+
value: quay.io/eclipse/che-server:7.95.0
6666
- name: RELATED_IMAGE_dashboard
67-
value: quay.io/eclipse/che-dashboard:next
67+
value: quay.io/eclipse/che-dashboard:7.95.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.95.0
7070
- name: RELATED_IMAGE_che_tls_secrets_creation_job
7171
value: quay.io/eclipse/che-tls-secret-creator:alpine-01a4c34
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.95.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

Lines changed: 7 additions & 7 deletions
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.95.0
91459145
- name: RELATED_IMAGE_che_server
9146-
value: quay.io/eclipse/che-server:next
9146+
value: quay.io/eclipse/che-server:7.95.0
91479147
- name: RELATED_IMAGE_dashboard
9148-
value: quay.io/eclipse/che-dashboard:next
9148+
value: quay.io/eclipse/che-dashboard:7.95.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.95.0
91519151
- name: RELATED_IMAGE_che_tls_secrets_creation_job
91529152
value: quay.io/eclipse/che-tls-secret-creator:alpine-01a4c34
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.95.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.95.0
9195+
imagePullPolicy: IfNotPresent
91969196
livenessProbe:
91979197
failureThreshold: 10
91989198
httpGet:

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

Lines changed: 7 additions & 7 deletions
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.95.0
5858
- name: RELATED_IMAGE_che_server
59-
value: quay.io/eclipse/che-server:next
59+
value: quay.io/eclipse/che-server:7.95.0
6060
- name: RELATED_IMAGE_dashboard
61-
value: quay.io/eclipse/che-dashboard:next
61+
value: quay.io/eclipse/che-dashboard:7.95.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.95.0
6464
- name: RELATED_IMAGE_che_tls_secrets_creation_job
6565
value: quay.io/eclipse/che-tls-secret-creator:alpine-01a4c34
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.95.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.95.0
108+
imagePullPolicy: IfNotPresent
109109
livenessProbe:
110110
failureThreshold: 10
111111
httpGet:

deploy/deployment/openshift/combined.yaml

Lines changed: 7 additions & 7 deletions
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.95.0
91479147
- name: RELATED_IMAGE_che_server
9148-
value: quay.io/eclipse/che-server:next
9148+
value: quay.io/eclipse/che-server:7.95.0
91499149
- name: RELATED_IMAGE_dashboard
9150-
value: quay.io/eclipse/che-dashboard:next
9150+
value: quay.io/eclipse/che-dashboard:7.95.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.95.0
91539153
- name: RELATED_IMAGE_che_tls_secrets_creation_job
91549154
value: quay.io/eclipse/che-tls-secret-creator:alpine-01a4c34
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.95.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.95.0
9197+
imagePullPolicy: IfNotPresent
91989198
livenessProbe:
91999199
failureThreshold: 10
92009200
httpGet:

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

Lines changed: 7 additions & 7 deletions
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.95.0
5858
- name: RELATED_IMAGE_che_server
59-
value: quay.io/eclipse/che-server:next
59+
value: quay.io/eclipse/che-server:7.95.0
6060
- name: RELATED_IMAGE_dashboard
61-
value: quay.io/eclipse/che-dashboard:next
61+
value: quay.io/eclipse/che-dashboard:7.95.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.95.0
6464
- name: RELATED_IMAGE_che_tls_secrets_creation_job
6565
value: quay.io/eclipse/che-tls-secret-creator:alpine-01a4c34
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.95.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.95.0
108+
imagePullPolicy: IfNotPresent
109109
livenessProbe:
110110
failureThreshold: 10
111111
httpGet:

editors-definitions/che-code-latest.yaml

Lines changed: 1 addition & 1 deletion
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.95.0
8585
command:
8686
- /entrypoint-init-container.sh
8787
volumeMounts:

helmcharts/stable/Chart.yaml

Lines changed: 1 addition & 1 deletion
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.94.0
16+
version: 7.95.0
1717
annotations:
1818
artifacthub.io/license: EPL-2.0
1919
artifacthub.io/links: |

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,25 +54,25 @@ spec:
5454
- name: OPERATOR_NAME
5555
value: che-operator
5656
- name: CHE_VERSION
57-
value: 7.94.0
57+
value: 7.95.0
5858
- name: RELATED_IMAGE_che_server
59-
value: quay.io/eclipse/che-server:7.94.0
59+
value: quay.io/eclipse/che-server:7.95.0
6060
- name: RELATED_IMAGE_dashboard
61-
value: quay.io/eclipse/che-dashboard:7.94.0
61+
value: quay.io/eclipse/che-dashboard:7.95.0
6262
- name: RELATED_IMAGE_plugin_registry
63-
value: quay.io/eclipse/che-plugin-registry:7.94.0
63+
value: quay.io/eclipse/che-plugin-registry:7.95.0
6464
- name: RELATED_IMAGE_che_tls_secrets_creation_job
6565
value: quay.io/eclipse/che-tls-secret-creator:alpine-01a4c34
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.94.0
69+
value: quay.io/che-incubator/configbump:7.95.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
7373
value: quay.io/openshift/origin-kube-rbac-proxy:4.9
7474
- name: RELATED_IMAGE_gateway_authentication_sidecar_k8s
75-
value: quay.io/oauth2-proxy/oauth2-proxy:v7.4.0
75+
value: quay.io/oauth2-proxy/oauth2-proxy:v7.6.0
7676
- name: RELATED_IMAGE_gateway_authorization_sidecar_k8s
7777
value: quay.io/brancz/kube-rbac-proxy:v0.13.1
7878
- name: RELATED_IMAGE_gateway_header_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.94.0
107+
image: quay.io/eclipse/che-operator:7.95.0
108108
imagePullPolicy: IfNotPresent
109109
livenessProbe:
110110
failureThreshold: 10

olm-catalog/stable/channel.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,5 @@ entries:
9595
replaces: eclipse-che.v7.92.0
9696
- name: eclipse-che.v7.94.0
9797
replaces: eclipse-che.v7.93.0
98+
- name: eclipse-che.v7.95.0
99+
replaces: eclipse-che.v7.94.0

0 commit comments

Comments
 (0)