Skip to content
Merged
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
4 changes: 4 additions & 0 deletions api/v2/checluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,10 @@ type CheClusterDevEnvironments struct {
// Configuration settings related to the workspaces networking.
// +optional
Networking *DevEnvironmentNetworking `json:"networking,omitempty"`
// InitContainers defines a list of Kubernetes init containers that are automatically injected into all workspace pods.
// Typical uses cases include injecting organization tools/configs, initializing persistent home, etc.
// +optional
InitContainers []corev1.Container `json:"initContainers,omitempty"`
}

// Che components configuration.
Expand Down
7 changes: 7 additions & 0 deletions api/v2/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions build/scripts/clear-defined-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ declare -A replaced_modules=(
["go.opencensus.io v0.24.0"]="census-instrumentation/opencensus-go b1a01ee95db0e690d91d7193d037447816fae4c5"
# https://github.com/sean-/seed/tree/e2103e2c35297fb7e17febb81e49b312087a2372
["github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529"]="sean-/seed e2103e2c35297fb7e17febb81e49b312087a2372"
# https://github.com/decred/dcrd/commit/5444fa50b93dbcbd6a08c75da3eccc32490fb2b2
["github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.0-20210816181553-5444fa50b93d"]="decred/dcrd 5444fa50b93dbcbd6a08c75da3eccc32490fb2b2"
)

# replaces to have a correct link for clearlydefined.io api request
Expand All @@ -99,16 +101,17 @@ declare -A replaced_paths=(
declare -A replaced_api_suffix=(
["census-instrumentation/opencensus-go"]="git/github"
["sean-/seed"]="git/github"
["decred/dcrd"]="git/github"
)

# Exceptions for dependencies that are not yet harvested in clearlydefined.io
# License must be checked manually
declare -A ignored_paths=(
["github.com/decred/dcrd/dcrec/secp256k1/v4"]="Harvesting is in progress"
["github.com/devfile/devworkspace-operator"]="Harvesting is in progress"
)

declare -A ignored_paths_license=(
["github.com/decred/dcrd/dcrec/secp256k1/v4"]="ISC"
["github.com/devfile/devworkspace-operator"]="Apache-2.0"
)

retryUrl() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ metadata:
categories: Developer Tools
certified: "false"
containerImage: quay.io/eclipse/che-operator:next
createdAt: "2026-01-16T09:21:06Z"
createdAt: "2026-02-05T08:15:41Z"
description: A Kube-native development solution that delivers portable and collaborative
developer workspaces.
features.operators.openshift.io/cnf: "false"
Expand All @@ -108,7 +108,7 @@ metadata:
operatorframework.io/arch.amd64: supported
operatorframework.io/arch.arm64: supported
operatorframework.io/os.linux: supported
name: eclipse-che.v7.114.0-951.next
name: eclipse-che.v7.115.0-952.next
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -1141,7 +1141,7 @@ spec:
name: gateway-authorization-sidecar-k8s
- image: quay.io/che-incubator/header-rewrite-proxy:latest
name: gateway-header-sidecar
version: 7.114.0-951.next
version: 7.115.0-952.next
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
1,533 changes: 1,533 additions & 0 deletions bundle/next/eclipse-che/manifests/org.eclipse.che_checlusters.yaml

Large diffs are not rendered by default.

1,532 changes: 1,532 additions & 0 deletions config/crd/bases/org.eclipse.che_checlusters.yaml

Large diffs are not rendered by default.

1,532 changes: 1,532 additions & 0 deletions deploy/deployment/kubernetes/combined.yaml

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1,532 changes: 1,532 additions & 0 deletions deploy/deployment/openshift/combined.yaml

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.25.5
require (
github.com/che-incubator/kubernetes-image-puller-operator v0.0.0-20250214104625-65e5ec32f521
github.com/devfile/api/v2 v2.3.1-alpha.0.20250521155908-5c3d7b99d252
github.com/devfile/devworkspace-operator v0.2.1-0.20251219093002-8276d1f4e287
github.com/devfile/devworkspace-operator v0.39.0
github.com/go-logr/logr v1.4.3
github.com/google/go-cmp v0.7.0
github.com/openshift/api v0.0.0-20250529074221-97812373b6b4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1648,8 +1648,8 @@ github.com/denisenkom/go-mssqldb v0.0.0-20190515213511-eb9f6a1743f3/go.mod h1:zA
github.com/denverdino/aliyungo v0.0.0-20190125010748-a747050bb1ba/go.mod h1:dV8lFg6daOBZbT6/BDGIz6Y3WFGn8juu6G+CQ6LHtl0=
github.com/devfile/api/v2 v2.3.1-alpha.0.20250521155908-5c3d7b99d252 h1:C6DNKt+GHWe7vVD2ic73lR10UlC8egbxAY28U7A5IZA=
github.com/devfile/api/v2 v2.3.1-alpha.0.20250521155908-5c3d7b99d252/go.mod h1:ZdlwgS98m5O+i5H+q/COJt4PAe2ZGoAq8tJ7+s0UmAU=
github.com/devfile/devworkspace-operator v0.2.1-0.20251219093002-8276d1f4e287 h1:n3hlfc7b7FymIqkEi32sJcup55mdtwBBoBhmIkm0YOw=
github.com/devfile/devworkspace-operator v0.2.1-0.20251219093002-8276d1f4e287/go.mod h1:jGaQ+1ih3y/BSkkNCXq7J4Nv/RouxnnaFHXLEc+mXWk=
github.com/devfile/devworkspace-operator v0.39.0 h1:AqiIuQvZEVfnX8q+Y97h90AFa+kFax8PVJiROmO6woM=
github.com/devfile/devworkspace-operator v0.39.0/go.mod h1:jGaQ+1ih3y/BSkkNCXq7J4Nv/RouxnnaFHXLEc+mXWk=
github.com/dgraph-io/badger/v3 v3.2103.2/go.mod h1:RHo4/GmYcKKh5Lxu63wLEMHJ70Pac2JqZRYGhlyAo2M=
github.com/dgraph-io/ristretto v0.1.0/go.mod h1:fux0lOrBhrVCJd3lcTHsIJhq1T2rokOu6v9Vcb3Q9ug=
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
Expand Down
Loading