Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -19920,6 +19920,59 @@ spec:
type: string
type: array
type: object
cliActivityTracker:
description: CLI Activity Tracker configuration for preventing
workspace idling during active CLI processes.
properties:
enabled:
description: |-
Enables CLI Activity Tracker to monitor running CLI processes and prevent workspace idling.
When omitted, the CLI Activity Tracker determines the default behavior.
type: boolean
secondsOfActivityWindow:
description: |-
How long (in seconds) to wait for input from interactive processes
before considering them idle.
When omitted, the CLI Activity Tracker calculates a default
based on the workspace idle timeout (e.g. 1500s for a 1800s idle timeout).
exclusiveMinimum: true
format: int32
minimum: 0
type: integer
secondsOfCheckPeriod:
description: |-
How often (in seconds) to scan for active CLI processes.
When omitted, the CLI Activity Tracker calculates a default
based on the workspace idle timeout (e.g. 60s for a 1800s idle timeout).
exclusiveMinimum: true
format: int32
minimum: 0
type: integer
secondsOfGracePeriod:
description: |-
All processes unconditionally prevent idling when younger than this (in seconds).
When omitted, the CLI Activity Tracker calculates a default
based on the workspace idle timeout (e.g. 300s for a 1800s idle timeout).
exclusiveMinimum: true
format: int32
minimum: 0
type: integer
secondsOfMaxProcessAge:
description: |-
Safety limit (in seconds). Processes older than this stop preventing idling.
When omitted, the CLI Activity Tracker uses its built-in default (e.g. 6h).
exclusiveMinimum: true
format: int32
minimum: 0
type: integer
verbose:
description: |-
Enables verbose logging of CLI Activity Tracker activity-detection details
(which process was detected, why it does or doesn't prevent idling), promoting
them from Debug to Info level without requiring debug logging for the whole
container. When omitted, the CLI Activity Tracker determines the default behavior.
type: boolean
type: object
containerBuildConfiguration:
description: Container build configuration.
properties:
Expand Down
2 changes: 1 addition & 1 deletion helmcharts/stable/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
apiVersion: v1
description: A Helm chart for deploying Eclipse Che on a Kubernetes
name: eclipse-che
version: 7.121.0
version: 7.122.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 @@ -19831,6 +19831,59 @@ spec:
type: string
type: array
type: object
cliActivityTracker:
description: CLI Activity Tracker configuration for preventing
workspace idling during active CLI processes.
properties:
enabled:
description: |-
Enables CLI Activity Tracker to monitor running CLI processes and prevent workspace idling.
When omitted, the CLI Activity Tracker determines the default behavior.
type: boolean
secondsOfActivityWindow:
description: |-
How long (in seconds) to wait for input from interactive processes
before considering them idle.
When omitted, the CLI Activity Tracker calculates a default
based on the workspace idle timeout (e.g. 1500s for a 1800s idle timeout).
exclusiveMinimum: true
format: int32
minimum: 0
type: integer
secondsOfCheckPeriod:
description: |-
How often (in seconds) to scan for active CLI processes.
When omitted, the CLI Activity Tracker calculates a default
based on the workspace idle timeout (e.g. 60s for a 1800s idle timeout).
exclusiveMinimum: true
format: int32
minimum: 0
type: integer
secondsOfGracePeriod:
description: |-
All processes unconditionally prevent idling when younger than this (in seconds).
When omitted, the CLI Activity Tracker calculates a default
based on the workspace idle timeout (e.g. 300s for a 1800s idle timeout).
exclusiveMinimum: true
format: int32
minimum: 0
type: integer
secondsOfMaxProcessAge:
description: |-
Safety limit (in seconds). Processes older than this stop preventing idling.
When omitted, the CLI Activity Tracker uses its built-in default (e.g. 6h).
exclusiveMinimum: true
format: int32
minimum: 0
type: integer
verbose:
description: |-
Enables verbose logging of CLI Activity Tracker activity-detection details
(which process was detected, why it does or doesn't prevent idling), promoting
them from Debug to Info level without requiring debug logging for the whole
container. When omitted, the CLI Activity Tracker determines the default behavior.
type: boolean
type: object
containerBuildConfiguration:
description: Container build configuration.
properties:
Expand Down
14 changes: 7 additions & 7 deletions helmcharts/stable/templates/che-operator.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,19 @@ spec:
- name: OPERATOR_NAME
value: che-operator
- name: CHE_VERSION
value: 7.121.0
value: 7.122.0
- name: RELATED_IMAGE_che_server
value: quay.io/eclipse/che-server:7.121.0
value: quay.io/eclipse/che-server:7.122.0
- name: RELATED_IMAGE_dashboard
value: quay.io/eclipse/che-dashboard:7.121.0
value: quay.io/eclipse/che-dashboard:7.122.0
- name: RELATED_IMAGE_plugin_registry
value: quay.io/eclipse/che-plugin-registry:7.121.0
value: quay.io/eclipse/che-plugin-registry:7.122.0
- name: RELATED_IMAGE_che_tls_secrets_creation_job
value: quay.io/eclipse/che-tls-secret-creator:9f9d4a6
- name: RELATED_IMAGE_single_host_gateway
value: quay.io/eclipse/che--traefik:v3.7.10-9c3b91d5fb7770853ca5c1124a23c34bf2d9b47ffaebeab2614cbaf410dcb2ac
- name: RELATED_IMAGE_single_host_gateway_config_sidecar
value: quay.io/che-incubator/configbump:7.121.0
value: quay.io/che-incubator/configbump:7.122.0
- name: RELATED_IMAGE_gateway_authentication_sidecar
value: quay.io/openshift/origin-oauth-proxy:4.22
- name: RELATED_IMAGE_gateway_authentication_sidecar_k8s
Expand All @@ -76,7 +76,7 @@ spec:
- name: RELATED_IMAGE_gateway_header_sidecar
value: quay.io/che-incubator/header-rewrite-proxy:latest
- name: RELATED_IMAGE_openvsx
value: quay.io/che-incubator/che-openvsx:v1.1.0
value: quay.io/che-incubator/che-openvsx:v1.1.1
- name: RELATED_IMAGE_openvsx_postgres
value: quay.io/sclorg/postgresql-16-c9s:20260319
- name: CHE_FLAVOR
Expand Down Expand Up @@ -110,7 +110,7 @@ spec:
value: argocd[.]argoproj[.]io/.+
- name: CHE_OPERATOR_WORKSPACES_CONFIG_CONTROLLER_ANNOTATIONS_TO_REMOVE_BEFORE_SYNC_REGEXP
value: ""
image: quay.io/eclipse/che-operator:7.121.0
image: quay.io/eclipse/che-operator:7.122.0
imagePullPolicy: IfNotPresent
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 @@ -146,3 +146,5 @@ entries:
replaces: eclipse-che.v7.119.0
- name: eclipse-che.v7.121.0
replaces: eclipse-che.v7.120.0
- name: eclipse-che.v7.122.0
replaces: eclipse-che.v7.121.0
104 changes: 104 additions & 0 deletions olm-catalog/stable/eclipse-che.v7.122.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.121.0"
Version = "7.122.0"
)
Loading