Skip to content

Commit

Permalink
ci: Copy 7.76.0 csv to main (#1767)
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
  • Loading branch information
che-bot and mkuznyetsov authored Oct 19, 2023
1 parent db422eb commit 9754a1b
Show file tree
Hide file tree
Showing 10 changed files with 364 additions and 221 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4623,6 +4623,18 @@ spec:
description: Warning message displayed on the user dashboard.
type: string
type: object
logLevel:
default: ERROR
description: The log level for the Dashboard.
enum:
- DEBUG
- INFO
- WARN
- ERROR
- FATAL
- TRACE
- SILENT
type: string
type: object
devWorkspace:
description: DevWorkspace Operator configuration.
Expand Down Expand Up @@ -8178,6 +8190,19 @@ spec:
minimum: 0
type: integer
type: object
oAuthProxy:
description: Configuration for oauth-proxy within the
Che gateway pod.
properties:
cookieExpireSeconds:
default: 86400
description: Expire timeframe for cookie. If set
to 0, cookie becomes a session-cookie which will
expire when the browser is closed.
format: int32
minimum: 0
type: integer
type: object
traefik:
description: Configuration for Traefik within the Che
gateway pod.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,42 +1,41 @@
--- /home/runner/work/che-operator/che-operator/bundle/stable/eclipse-che/generated/openshift/org.eclipse.che_checlusters.yaml 2023-09-28 00:11:31.708424769 +0000
+++ /home/runner/work/che-operator/che-operator/bundle/stable/eclipse-che/manifests/org.eclipse.che_checlusters.yaml 2023-09-28 00:11:31.720425006 +0000
@@ -8164,6 +8164,39 @@
type: integer
type: object
type: object
+ kubeRbacProxy:
+ description: Configuration for kube-rbac-proxy within
+ the Che gateway pod.
--- /home/runner/work/che-operator/che-operator/bundle/stable/eclipse-che/generated/openshift/org.eclipse.che_checlusters.yaml 2023-10-19 00:08:36.149321105 +0000
+++ /home/runner/work/che-operator/che-operator/bundle/stable/eclipse-che/manifests/org.eclipse.che_checlusters.yaml 2023-10-19 00:08:36.161321186 +0000
@@ -4623,6 +4623,18 @@
description: Warning message displayed on the user dashboard.
type: string
type: object
+ logLevel:
+ default: ERROR
+ description: The log level for the Dashboard.
+ enum:
+ - DEBUG
+ - INFO
+ - WARN
+ - ERROR
+ - FATAL
+ - TRACE
+ - SILENT
+ type: string
type: object
devWorkspace:
description: DevWorkspace Operator configuration.
@@ -8177,6 +8189,19 @@
format: int32
minimum: 0
type: integer
+ type: object
+ oAuthProxy:
+ description: Configuration for oauth-proxy within the
+ Che gateway pod.
+ properties:
+ logLevel:
+ default: 0
+ description: The glog log level for the kube-rbac-proxy
+ container within the gateway pod. Larger values
+ represent a higher verbosity. The default value
+ is `0`.
+ cookieExpireSeconds:
+ default: 86400
+ description: Expire timeframe for cookie. If set
+ to 0, cookie becomes a session-cookie which will
+ expire when the browser is closed.
+ format: int32
+ minimum: 0
+ type: integer
+ type: object
+ traefik:
+ description: Configuration for Traefik within the Che
+ gateway pod.
+ properties:
+ logLevel:
+ default: INFO
+ description: 'The log level for the Traefik container
+ within the gateway pod: `DEBUG`, `INFO`, `WARN`,
+ `ERROR`, `FATAL`, or `PANIC`. The default value
+ is `INFO`'
+ enum:
+ - DEBUG
+ - INFO
+ - WARN
+ - ERROR
+ - FATAL
+ - PANIC
+ type: string
+ type: object
type: object
identityProviderURL:
description: Public URL of the Identity Provider server.
type: object
traefik:
description: Configuration for Traefik within the Che
2 changes: 1 addition & 1 deletion helmcharts/stable/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
apiVersion: v1
description: A Helm chart for deploying Eclipse Che on a Kubernetes
name: eclipse-che
version: 7.75.0
version: 7.76.0
annotations:
artifacthub.io/license: EPL-2.0
artifacthub.io/links: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4502,6 +4502,18 @@ spec:
description: Warning message displayed on the user dashboard.
type: string
type: object
logLevel:
default: ERROR
description: The log level for the Dashboard.
enum:
- DEBUG
- INFO
- WARN
- ERROR
- FATAL
- TRACE
- SILENT
type: string
type: object
devWorkspace:
description: DevWorkspace Operator configuration.
Expand Down Expand Up @@ -7975,6 +7987,19 @@ spec:
minimum: 0
type: integer
type: object
oAuthProxy:
description: Configuration for oauth-proxy within the
Che gateway pod.
properties:
cookieExpireSeconds:
default: 86400
description: Expire timeframe for cookie. If set to
0, cookie becomes a session-cookie which will expire
when the browser is closed.
format: int32
minimum: 0
type: integer
type: object
traefik:
description: Configuration for Traefik within the Che
gateway pod.
Expand Down
36 changes: 18 additions & 18 deletions helmcharts/stable/templates/che-operator.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ spec:
- name: OPERATOR_NAME
value: che-operator
- name: CHE_VERSION
value: 7.75.0
value: 7.76.0
- name: RELATED_IMAGE_che_server
value: quay.io/eclipse/che-server:7.75.0
value: quay.io/eclipse/che-server:7.76.0
- name: RELATED_IMAGE_dashboard
value: quay.io/eclipse/che-dashboard:7.75.0
value: quay.io/eclipse/che-dashboard:7.76.0
- name: RELATED_IMAGE_plugin_registry
value: quay.io/eclipse/che-plugin-registry:7.75.0
value: quay.io/eclipse/che-plugin-registry:7.76.0
- name: RELATED_IMAGE_devfile_registry
value: quay.io/eclipse/che-devfile-registry:7.75.0
value: quay.io/eclipse/che-devfile-registry:7.76.0
- name: RELATED_IMAGE_che_tls_secrets_creation_job
value: quay.io/eclipse/che-tls-secret-creator:alpine-01a4c34
- name: RELATED_IMAGE_single_host_gateway
Expand Down Expand Up @@ -112,12 +112,12 @@ spec:
value: index.docker.io/wsskeleton/eclipse-broadway@sha256:57c82cd806a56f69aa8663f68405d0778b628a29a64fb16881b11ce9f484dda7
- name: RELATED_IMAGE_code_server_plugin_registry_image_IBZWQYJSGU3DUZLGGA3TEOBRGAYDIOJQHFRGEMTDGIZDQNBSGJSGMMTFHE4WCNLCME2WKNBVGBTGGZJXGU2DMYRYMZQTCOBWHA2TEZRSGNRGMNRXGUYQ____
value: index.docker.io/codercom/code-server@sha256:ef07281004909bb2c228422df2e99a5ba5e450fce7546b8fa186852f23bf6751
- name: RELATED_IMAGE_universal_developer_image_plugin_registry_image_IBZWQYJSGU3DUODBGBTDCMRZGVTDCZJRMNSGEYZVGJSGCMJRGFRWMOJQMY3TGNLDGAYGKNBUGVTDSZBZHE4TSNDCMFRWIYLCHEZDIODCMRTGIMJXGAYA____
value: quay.io/devfile/universal-developer-image@sha256:8a0f1295f1e1cdbc52da111cf90f735c00e445f9d99994bacdab9248bdfd1700
- name: RELATED_IMAGE_universal_developer_image_plugin_registry_image_IBZWQYJSGU3DUOBQMQYDOYJWMI4DKY3EMMZTIZRXGZRTQZRZME2GKYJXMEZGCYZTME2DAOLFGZRGGMJQGRSDGOJTGNSDSN3DGBTDKMLEG5SDANLGGYZQ____
value: quay.io/devfile/universal-developer-image@sha256:80d07a6b85cdc34f76c8f9a4ea7a2ac3a409e6bc104d3933d97c0f51d7d05f63
- name: RELATED_IMAGE_che_code_plugin_registry_image_NFXHG2LEMVZHG___
value: quay.io/che-incubator/che-code@sha256:42d6727f79aa32f756101039ad785a1039dedf3359c392173432586f667dc80b
- name: RELATED_IMAGE_che_code_plugin_registry_image_IBZWQYJSGU3DUOBYMZSTCNBYMYYDCMTCMZRGEZBXG5SGGN3BMEZTMZTFGRRWGZJWGBTGIZDBG42TINBTHEYTKMBWHBTGCYJXMM3DKNRQGRRDQNDGGRRA____
value: quay.io/che-incubator/che-code@sha256:88fe148f012bfbbd77dc7aa36fe4cce60fdda75443915068faa7c65604b84f4b
value: quay.io/che-incubator/che-code@sha256:8e39919c768af14f9d79f24122d3bef48e852224a3b7503192bc336b16b0322c
- name: RELATED_IMAGE_che_code_plugin_registry_image_IBZWQYJSGU3DUOBSGBRDIOJQGI3TSNZXGU4GKYJTGAYTAZTDG43GCZTEG5SDMNJRMMZGCMTEMEYTOMRYMFSTIYZZME4WMYTBMFQWCMTDMFSGEOJRMZQQ____
value: quay.io/che-incubator/che-code@sha256:820b4902797758ea3010fc76afd7d651c2a2da1728ae4c9a9fbaaaa2cadb91fa
- name: RELATED_IMAGE_che_idea_plugin_registry_image_NZSXQ5A_
value: quay.io/che-incubator/che-idea@sha256:ab1010cff9e34775409894720458728fefd66b41da72dbe3576d23e5b62764b9
- name: RELATED_IMAGE_che_idea_plugin_registry_image_IBZWQYJSGU3DUODBMFSTMOLEMM2GEMDDGEZDENBZGFQTONJUGAYDMMZZMFTDAZTFHEZGENLFGIYTIYZWMU3DQYLDHE3WGZDBGI4WMYRVHBRDINBRGUYQ____
Expand All @@ -127,15 +127,15 @@ spec:
- name: RELATED_IMAGE_che_pycharm_plugin_registry_image_IBZWQYJSGU3DUN3DGBSTGZLBMJSDMMRUHE2TEMBRMNTDKYTBGBQTSMJTG43TMZBZG4ZGCMLFGZTGEOLDMYYWEY3EMM3TQYLGMNTDIZBXGI2TMYLGGQ3Q____
value: quay.io/che-incubator/che-pycharm@sha256:7c0e3eabd62495201cf5ba0a913776d972a1e6fb9cf1bcdc78afcf4d7256af47
- name: RELATED_IMAGE_che_code_devfile_registry_image_NFXHG2LEMVZHG___
value: quay.io/che-incubator/che-code@sha256:42d6727f79aa32f756101039ad785a1039dedf3359c392173432586f667dc80b
- name: RELATED_IMAGE_che_code_devfile_registry_image_IBZWQYJSGU3DUOBYMZSTCNBYMYYDCMTCMZRGEZBXG5SGGN3BMEZTMZTFGRRWGZJWGBTGIZDBG42TINBTHEYTKMBWHBTGCYJXMM3DKNRQGRRDQNDGGRRA____
value: quay.io/che-incubator/che-code@sha256:88fe148f012bfbbd77dc7aa36fe4cce60fdda75443915068faa7c65604b84f4b
value: quay.io/che-incubator/che-code@sha256:8e39919c768af14f9d79f24122d3bef48e852224a3b7503192bc336b16b0322c
- name: RELATED_IMAGE_che_code_devfile_registry_image_IBZWQYJSGU3DUOBSGBRDIOJQGI3TSNZXGU4GKYJTGAYTAZTDG43GCZTEG5SDMNJRMMZGCMTEMEYTOMRYMFSTIYZZME4WMYTBMFQWCMTDMFSGEOJRMZQQ____
value: quay.io/che-incubator/che-code@sha256:820b4902797758ea3010fc76afd7d651c2a2da1728ae4c9a9fbaaaa2cadb91fa
- name: RELATED_IMAGE_che_idea_devfile_registry_image_NZSXQ5A_
value: quay.io/che-incubator/che-idea@sha256:ab1010cff9e34775409894720458728fefd66b41da72dbe3576d23e5b62764b9
- name: RELATED_IMAGE_universal_developer_image_devfile_registry_image_OVRGSOBNNRQXIZLTOQ______
value: quay.io/devfile/universal-developer-image@sha256:8a0f1295f1e1cdbc52da111cf90f735c00e445f9d99994bacdab9248bdfd1700
- name: RELATED_IMAGE_universal_developer_image_devfile_registry_image_IBZWQYJSGU3DUODBGBTDCMRZGVTDCZJRMNSGEYZVGJSGCMJRGFRWMOJQMY3TGNLDGAYGKNBUGVTDSZBZHE4TSNDCMFRWIYLCHEZDIODCMRTGIMJXGAYA____
value: quay.io/devfile/universal-developer-image@sha256:8a0f1295f1e1cdbc52da111cf90f735c00e445f9d99994bacdab9248bdfd1700
value: quay.io/devfile/universal-developer-image@sha256:80d07a6b85cdc34f76c8f9a4ea7a2ac3a409e6bc104d3933d97c0f51d7d05f63
- name: RELATED_IMAGE_universal_developer_image_devfile_registry_image_IBZWQYJSGU3DUOBQMQYDOYJWMI4DKY3EMMZTIZRXGZRTQZRZME2GKYJXMEZGCYZTME2DAOLFGZRGGMJQGRSDGOJTGNSDSN3DGBTDKMLEG5SDANLGGYZQ____
value: quay.io/devfile/universal-developer-image@sha256:80d07a6b85cdc34f76c8f9a4ea7a2ac3a409e6bc104d3933d97c0f51d7d05f63
- name: RELATED_IMAGE_che__centos__mongodb_36_centos7_devfile_registry_image_NRQXIZLTOQWWCOJRGVSGEN3CMVRWCOBXGE4TQZTDMQ3TQNRQGA4DMOJYHFTGKODBGMZDOYJRME2GMNRVGA4DAMRVMI3DIYLCGI4GMY3DG42DEM3CGI______
value: quay.io/eclipse/che--centos--mongodb-36-centos7@sha256:a915db7beca87198fcd7860086989fe8a327a1a4f6508025b64ab28fcc7423b2
- name: RELATED_IMAGE_che__centos__mongodb_36_centos7_devfile_registry_image_NRQXIZLTOQWWMZTEMYZDIMZRMJRGGNTEHFQTSZBSMEYDGZJZGVRGEYTFHBQWIYRUHFQWEOLFMFRTGMBRMYZDMODBGM2TAMZYMM4DIMRYHAZDKOLDGE______
Expand All @@ -145,8 +145,8 @@ spec:
- name: RELATED_IMAGE_che__mariadb_devfile_registry_image_GEYC4NZOGEWTKYJYGAYDSMZWHFSWKNJXMM4DKYRWMY2GCMBYGQYDMMJUG5RGIOLDGUYDKY3EMU3GEOBSGUYGIMJWMEZDOZBSME2WMZLCMZSGKYLEG4______
value: quay.io/eclipse/che--mariadb@sha256:5a8009369ee57c85b6f4a08406147bd9c505cde6b8250d16a27d2a5febfdead7
- name: RELATED_IMAGE_ubi_minimal_devfile_registry_image_
value: registry.access.redhat.com/ubi8/ubi-minimal@sha256:ca2d09012e43e133f7703cbfc9ed9a6b5e5485ca7b3d52e9b3b287a0780b1bb3
image: quay.io/eclipse/che-operator:7.75.0
value: registry.access.redhat.com/ubi8/ubi-minimal@sha256:b93deceb59a58588d5b16429fc47f98920f84740a1f2ed6454e33275f0701b59
image: quay.io/eclipse/che-operator:7.76.0
imagePullPolicy: Always
livenessProbe:
failureThreshold: 10
Expand Down
2 changes: 2 additions & 0 deletions olm-catalog/stable/channel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,5 @@ entries:
replaces: eclipse-che.v7.73.0
- name: eclipse-che.v7.75.0
replaces: eclipse-che.v7.74.0
- name: eclipse-che.v7.76.0
replaces: eclipse-che.v7.75.0
105 changes: 105 additions & 0 deletions olm-catalog/stable/eclipse-che.v7.76.0.bundle.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
package version

var (
Version = "7.75.0"
Version = "7.76.0"
)

0 comments on commit 9754a1b

Please sign in to comment.