From 2f8225ef54402d4248b802d04d06161d2b251cbd Mon Sep 17 00:00:00 2001 From: Samantha Dawley Date: Thu, 4 Apr 2024 16:05:21 -0400 Subject: [PATCH] Update job-config for 3.13 branches and add 3.14 release. (#1065) --- dependencies/VERSION | 2 +- .../openshift/devspaces-devfile-registry.yaml | 2 +- .../che-plugin-registry/che-editors.yaml | 12 +- .../openshift/devspaces-plugin-registry.yaml | 2 +- dependencies/job-config.json | 291 +++++++++--------- 5 files changed, 155 insertions(+), 154 deletions(-) diff --git a/dependencies/VERSION b/dependencies/VERSION index 24ee5b1be9..6324d401a0 100644 --- a/dependencies/VERSION +++ b/dependencies/VERSION @@ -1 +1 @@ -3.13 +3.14 diff --git a/dependencies/che-devfile-registry/deploy/openshift/devspaces-devfile-registry.yaml b/dependencies/che-devfile-registry/deploy/openshift/devspaces-devfile-registry.yaml index c6a2f04817..f150063f5b 100644 --- a/dependencies/che-devfile-registry/deploy/openshift/devspaces-devfile-registry.yaml +++ b/dependencies/che-devfile-registry/deploy/openshift/devspaces-devfile-registry.yaml @@ -116,7 +116,7 @@ parameters: displayName: Red Hat OpenShift Dev Spaces devfile registry image description: Red Hat OpenShift Dev Spaces devfile registry container image. Defaults to registry.redhat.io/devspaces/devfileregistry-rhel8 - name: IMAGE_TAG - value: '3.13' + value: '3.14' displayName: Red Hat OpenShift Dev Spaces devfile registry version description: Red Hat OpenShift Dev Spaces devfile registry version - name: MEMORY_LIMIT diff --git a/dependencies/che-plugin-registry/che-editors.yaml b/dependencies/che-plugin-registry/che-editors.yaml index c20c8e22f2..2e9a392939 100644 --- a/dependencies/che-plugin-registry/che-editors.yaml +++ b/dependencies/che-plugin-registry/che-editors.yaml @@ -31,7 +31,7 @@ editors: components: - name: idea-rhel8 container: - image: 'registry.redhat.io/devspaces/udi-rhel8:3.13' + image: 'registry.redhat.io/devspaces/udi-rhel8:3.14' env: - name: PROJECTOR_ASSEMBLY_DIR value: /projector @@ -93,7 +93,7 @@ editors: volume: { } - name: idea-rhel8-injector container: - image: 'registry.redhat.io/devspaces/idea-rhel8:3.13' + image: 'registry.redhat.io/devspaces/idea-rhel8:3.14' command: ["/projector/entrypoint-init-container.sh"] env: - name: PROJECTOR_VOLUME_MOUNT @@ -136,7 +136,7 @@ editors: components: - name: che-code-injector container: - image: 'registry.redhat.io/devspaces/code-rhel8:3.13' + image: 'registry.redhat.io/devspaces/code-rhel8:3.14' command: ["/entrypoint-init-container.sh"] volumeMounts: - name: checode @@ -147,7 +147,7 @@ editors: cpuRequest: 30m - name: che-code-runtime-description container: - image: 'registry.redhat.io/devspaces/udi-rhel8:3.13' + image: 'registry.redhat.io/devspaces/udi-rhel8:3.14' memoryLimit: 1024Mi memoryRequest: 256Mi cpuLimit: 500m @@ -222,7 +222,7 @@ editors: components: - name: che-code-injector container: - image: 'registry.redhat.io/devspaces/code-rhel8:3.13' + image: 'registry.redhat.io/devspaces/code-rhel8:3.14' command: ["/entrypoint-init-container.sh"] volumeMounts: - name: checode @@ -233,7 +233,7 @@ editors: cpuRequest: 30m - name: che-code-runtime-description container: - image: 'registry.redhat.io/devspaces/udi-rhel8:3.13' + image: 'registry.redhat.io/devspaces/udi-rhel8:3.14' memoryLimit: 1024Mi memoryRequest: 256Mi cpuLimit: 500m diff --git a/dependencies/che-plugin-registry/deploy/openshift/devspaces-plugin-registry.yaml b/dependencies/che-plugin-registry/deploy/openshift/devspaces-plugin-registry.yaml index ba9d9bd091..90722a5d98 100644 --- a/dependencies/che-plugin-registry/deploy/openshift/devspaces-plugin-registry.yaml +++ b/dependencies/che-plugin-registry/deploy/openshift/devspaces-plugin-registry.yaml @@ -119,7 +119,7 @@ parameters: displayName: Red Hat OpenShift Dev Spaces plugin registry image description: Red Hat OpenShift Dev Spaces plugin registry container image. Defaults to registry.redhat.io/devspaces/pluginregistry-rhel8 - name: IMAGE_TAG - value: '3.13' + value: '3.14' displayName: Red Hat OpenShift Dev Spaces plugin registry version description: Red Hat OpenShift Dev Spaces plugin registry version - name: MEMORY_LIMIT diff --git a/dependencies/job-config.json b/dependencies/job-config.json index 1a0b8074c9..59ac89c545 100644 --- a/dependencies/job-config.json +++ b/dependencies/job-config.json @@ -1,25 +1,25 @@ { "Purpose": "To set configurations of jenkins jobs including upstream branches, dependencies and disabled status", - "Version": "3.13", + "Version": "3.14", "Jobs": { "code": { - "3.11": { + "3.12": { "upstream_branch": [ - "7.80.x", + "7.82.x", "main" ], "disabled": true }, - "3.12": { + "3.13": { "upstream_branch": [ - "7.82.x", + "7.84.x", "main" ], - "disabled": true + "disabled": false }, - "3.13": { + "3.14": { "upstream_branch": [ - "main", + "7.86.x", "main" ], "disabled": false @@ -33,23 +33,23 @@ } }, "configbump": { - "3.11": { + "3.12": { "upstream_branch": [ - "7.80.x", + "7.82.x", "main" ], "disabled": true }, - "3.12": { + "3.13": { "upstream_branch": [ - "7.82.x", + "7.84.x", "main" ], - "disabled": true + "disabled": false }, - "3.13": { + "3.14": { "upstream_branch": [ - "main", + "7.86.x", "main" ], "disabled": false @@ -63,23 +63,23 @@ } }, "dashboard": { - "3.11": { + "3.12": { "upstream_branch": [ - "7.80.x", + "7.82.x", "main" ], "disabled": true }, - "3.12": { + "3.13": { "upstream_branch": [ - "7.82.x", + "7.84.x", "main" ], - "disabled": true + "disabled": false }, - "3.13": { + "3.14": { "upstream_branch": [ - "main", + "7.86.x", "main" ], "disabled": false @@ -93,23 +93,23 @@ } }, "imagepuller": { - "3.11": { + "3.12": { "upstream_branch": [ - "7.80.x", + "7.82.x", "main" ], "disabled": true }, - "3.12": { + "3.13": { "upstream_branch": [ - "7.82.x", + "7.84.x", "main" ], - "disabled": true + "disabled": false }, - "3.13": { + "3.14": { "upstream_branch": [ - "main", + "7.86.x", "main" ], "disabled": false @@ -123,23 +123,23 @@ } }, "machineexec": { - "3.11": { + "3.12": { "upstream_branch": [ - "7.80.x", + "7.82.x", "main" ], "disabled": true }, - "3.12": { + "3.13": { "upstream_branch": [ - "7.82.x", + "7.84.x", "main" ], - "disabled": true + "disabled": false }, - "3.13": { + "3.14": { "upstream_branch": [ - "main", + "7.86.x", "main" ], "disabled": false @@ -153,23 +153,23 @@ } }, "operator": { - "3.11": { + "3.12": { "upstream_branch": [ - "7.80.x", + "7.82.x", "main" ], "disabled": true }, - "3.12": { + "3.13": { "upstream_branch": [ - "7.82.x", + "7.84.x", "main" ], - "disabled": true + "disabled": false }, - "3.13": { + "3.14": { "upstream_branch": [ - "main", + "7.86.x", "main" ], "disabled": false @@ -183,23 +183,23 @@ } }, "server": { - "3.11": { + "3.12": { "upstream_branch": [ - "7.80.x", + "7.82.x", "main" ], "disabled": true }, - "3.12": { + "3.13": { "upstream_branch": [ - "7.82.x", + "7.84.x", "main" ], - "disabled": true + "disabled": false }, - "3.13": { + "3.14": { "upstream_branch": [ - "main", + "7.86.x", "main" ], "disabled": false @@ -213,13 +213,6 @@ } }, "devfileregistry": { - "3.11": { - "upstream_branch": [ - "devspaces-3.11-rhel-8", - "devspaces-3.11-rhel-8" - ], - "disabled": true - }, "3.12": { "upstream_branch": [ "devspaces-3.12-rhel-8", @@ -234,6 +227,13 @@ ], "disabled": false }, + "3.14": { + "upstream_branch": [ + "devspaces-3.14-rhel-8", + "devspaces-3.14-rhel-8" + ], + "disabled": false + }, "3.x": { "upstream_branch": [ "devspaces-3-rhel-8", @@ -243,13 +243,6 @@ } }, "pluginregistry": { - "3.11": { - "upstream_branch": [ - "devspaces-3.11-rhel-8", - "devspaces-3.11-rhel-8" - ], - "disabled": true - }, "3.12": { "upstream_branch": [ "devspaces-3.12-rhel-8", @@ -264,6 +257,13 @@ ], "disabled": false }, + "3.14": { + "upstream_branch": [ + "devspaces-3.14-rhel-8", + "devspaces-3.14-rhel-8" + ], + "disabled": false + }, "3.x": { "upstream_branch": [ "devspaces-3-rhel-8", @@ -273,21 +273,21 @@ } }, "idea": { - "3.11": { + "3.12": { "upstream_branch": [ "20221111", "20221111" ], "disabled": true }, - "3.12": { + "3.13": { "upstream_branch": [ "20221111", "20221111" ], - "disabled": true + "disabled": false }, - "3.13": { + "3.14": { "upstream_branch": [ "20221111", "20221111" @@ -303,21 +303,21 @@ } }, "traefik": { - "3.11": { + "3.12": { "upstream_branch": [ "v2.9.10", "v2.9.10" ], "disabled": true }, - "3.12": { + "3.13": { "upstream_branch": [ - "v2.9.10", - "v2.9.10" + "v2.10.0", + "v2.10.0" ], - "disabled": true + "disabled": false }, - "3.13": { + "3.14": { "upstream_branch": [ "v2.10.0", "v2.10.0" @@ -333,27 +333,20 @@ } }, "build-all-images": { - "3.11": { - "disabled": true - }, "3.12": { "disabled": true }, "3.13": { "disabled": false }, + "3.14": { + "disabled": false + }, "3.x": { "disabled": false } }, "udi": { - "3.11": { - "upstream_branch": [ - "devspaces-3.11-rhel-8", - "devspaces-3.11-rhel-8" - ], - "disabled": true - }, "3.12": { "upstream_branch": [ "devspaces-3.12-rhel-8", @@ -368,6 +361,13 @@ ], "disabled": false }, + "3.14": { + "upstream_branch": [ + "devspaces-3.14-rhel-8", + "devspaces-3.14-rhel-8" + ], + "disabled": false + }, "3.x": { "upstream_branch": [ "devspaces-3-rhel-8", @@ -379,23 +379,23 @@ }, "Management-Jobs": { "dsc": { - "3.11": { + "3.12": { "upstream_branch": [ - "7.80.x", + "7.82.x", "main" ], "disabled": true }, - "3.12": { + "3.13": { "upstream_branch": [ - "7.82.x", + "7.84.x", "main" ], - "disabled": true + "disabled": false }, - "3.13": { + "3.14": { "upstream_branch": [ - "main", + "7.86.x", "main" ], "disabled": false @@ -409,23 +409,23 @@ } }, "operator-bundle": { - "3.11": { + "3.12": { "upstream_branch": [ - "7.80.x", + "7.82.x", "main" ], "disabled": true }, - "3.12": { + "3.13": { "upstream_branch": [ - "7.82.x", + "7.84.x", "main" ], - "disabled": true + "disabled": false }, - "3.13": { + "3.14": { "upstream_branch": [ - "main", + "7.86.x", "main" ], "disabled": false @@ -439,85 +439,85 @@ } }, "get-sources-rhpkg-container-build": { - "3.11": { - "disabled": true - }, "3.12": { "disabled": true }, "3.13": { "disabled": false }, + "3.14": { + "disabled": false + }, "3.x": { "disabled": false } }, "push-latest-container-to-quay": { - "3.11": { - "disabled": true - }, "3.12": { "disabled": true }, "3.13": { "disabled": false }, + "3.14": { + "disabled": false + }, "3.x": { "disabled": false } }, "sync-to-downstream": { - "3.11": { - "disabled": true - }, "3.12": { "disabled": true }, "3.13": { "disabled": false }, + "3.14": { + "disabled": false + }, "3.x": { "disabled": false } }, "update-digests": { - "3.11": { - "disabled": true - }, "3.12": { "disabled": true }, "3.13": { "disabled": false }, + "3.14": { + "disabled": false + }, "3.x": { "disabled": false } }, "send-email-qe-build-list": { - "3.11": { - "disabled": true - }, "3.12": { "disabled": true }, "3.13": { "disabled": false }, + "3.14": { + "disabled": false + }, "3.x": { "disabled": false } }, "slack-notification": { - "3.11": { - "disabled": true - }, "3.12": { "disabled": true }, "3.13": { "disabled": false }, + "3.14": { + "disabled": false + }, "3.x": { "disabled": false } @@ -525,10 +525,6 @@ }, "CSVs": { "operator-bundle": { - "3.11": { - "CSV_VERSION": "3.11.0", - "CSV_VERSION_PREV": "3.10.1" - }, "3.12": { "CSV_VERSION": "3.12.0", "CSV_VERSION_PREV": "3.11.0" @@ -537,98 +533,103 @@ "CSV_VERSION": "3.13.0", "CSV_VERSION_PREV": "3.12.0" }, + "3.14": { + "CSV_VERSION": "3.14.0", + "CSV_VERSION_PREV": "3.12.0" + }, "3.x": { - "CSV_VERSION": "3.13.0", + "CSV_VERSION": "3.14.0", "CSV_VERSION_PREV": "3.12.0" } } }, "Other": { "Errata": { - "3.11": "125090", "3.12": "127262", "3.13": "129116", + "3.14": "n/a", "3.x": "n/a" }, "Epic": { - "3.11": "CRW-5389", "3.12": "CRW-5680", "3.13": "CRW-6008", + "3.14": "n/a", "3.x": "n/a" }, "FLOATING_QUAY_TAGS": { - "3.11": "3.11", - "3.12": "latest", - "3.13": "next", + "3.12": "3.12", + "3.13": "latest", + "3.14": "next", "3.x": "next" }, "DEV_WORKSPACE_CONTROLLER": { - "3.11": "v0.13.0", "3.12": "v0.13.0", "3.13": "v0.13.0", + "3.14": "v0.13.0", "3.x": "v0.13.0" }, "DEV_HEADER_REWRITE_TRAEFIK_PLUGIN": { - "3.11": "v0.1.2", "3.12": "v0.1.2", "3.13": "v0.1.2", + "3.14": "v0.1.2", "3.x": "v0.1.2" }, "gopls": { - "3.11": "gopls/v0.10.1", "3.12": "gopls/v0.10.1", "3.13": "gopls/v0.10.1", + "3.14": "gopls/v0.10.1", "3.x": "gopls/v0.10.1" }, "xdebug": { - "3.11": "3.1.6", "3.12": "3.1.6", "3.13": "3.1.6", + "3.14": "3.1.6", "3.x": "3.1.6" }, "kubedock": { - "3.11": "0.11.0", "3.12": "0.11.0", "3.13": "0.11.0", + "3.14": "0.11.0", "3.x": "0.11.0" }, "stow": { - "3.11": "4ef5eca4a9d107b24e712bb4c2c91f47e7e0fb85", "3.12": "4ef5eca4a9d107b24e712bb4c2c91f47e7e0fb85", "3.13": "4ef5eca4a9d107b24e712bb4c2c91f47e7e0fb85", + "3.14": "4ef5eca4a9d107b24e712bb4c2c91f47e7e0fb85", "3.x": "4ef5eca4a9d107b24e712bb4c2c91f47e7e0fb85" }, "DEV_WORKSPACE_OPERATOR_TAG": { - "3.11": "0.25", "3.12": "0.26", "3.13": "0.27", - "3.x": "0.27" + "3.14": "0.28", + "3.x": "0.28" }, "CHE_OPENVSX_TAG": { - "3.11": "che-openvsx-v0.14.2", "3.12": "che-openvsx-v0.14.2", "3.13": "che-openvsx-v0.14.5", + "3.14": "che-openvsx-v0.14.5", "3.x": "che-openvsx-v0.14.5" }, "@eclipse-che/plugin-registry-generator": { - "3.11": "7.80.0", "3.12": "7.82.0", - "3.13": "next", + "3.13": "7.84.0", + "3.14": "next", "3.x": "next" }, "OPENSHIFT_VERSIONS_SUPPORTED": { - "3.11": [ + "3.12": [ + "v4.15", "v4.14", "v4.13", "v4.12" ], - "3.12": [ + "3.13": [ "v4.15", "v4.14", "v4.13", "v4.12" ], - "3.13": [ + "3.14": [ "v4.15", "v4.14", "v4.13", @@ -642,33 +643,33 @@ ] }, "OPENSHIFT_CONTENT_SET_VERSION": { - "3.11": "4.12", "3.12": "4.12", "3.13": "4.12", + "3.14": "4.12", "3.x": "4.12" }, "OCP_TOOLS_CONTENT_SET_VERSION": { - "3.11": "4.12", "3.12": "4.12", "3.13": "4.12", + "3.14": "4.12", "3.x": "4.12" }, "GOLANG_VERSION": { - "3.11": "1.16.2", "3.12": "1.16.2", "3.13": "1.16.2", + "3.14": "1.16.2", "3.x": "1.16.2" }, "NODE_VERSION": { - "3.11": "18.16.1", "3.12": "18.16.1", "3.13": "18.16.1", + "3.14": "18.16.1", "3.x": "18.16.1" }, "YARN_VERSION": { - "3.11": "1.22.19", "3.12": "1.22.19", "3.13": "1.22.19", + "3.14": "1.22.19", "3.x": "1.22.19" } },