From 478eeb6b1083613cfe26cd653ab27ccda2b8f51e Mon Sep 17 00:00:00 2001 From: Anatolii Bazko Date: Mon, 20 May 2024 09:15:16 +0000 Subject: [PATCH] chore(release): release version 7.86.0 Signed-off-by: Anatolii Bazko --- README.md | 20 ++++++++++---------- VERSION | 1 + package.json | 6 +++--- yarn.lock | 8 ++++---- 4 files changed, 18 insertions(+), 17 deletions(-) create mode 100644 VERSION diff --git a/README.md b/README.md index 76ffabd76..c0c42b0b0 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ DESCRIPTION Retrieves Eclipse Che self-signed certificate ``` -_See code: [src/commands/cacert/export.ts](https://github.com/che-incubator/chectl/blob/v0.0.2/src/commands/cacert/export.ts)_ +_See code: [src/commands/cacert/export.ts](https://github.com/che-incubator/chectl/blob/v7.86.0/src/commands/cacert/export.ts)_ ## `chectl commands` @@ -225,7 +225,7 @@ DESCRIPTION Open Eclipse Che dashboard ``` -_See code: [src/commands/dashboard/open.ts](https://github.com/che-incubator/chectl/blob/v0.0.2/src/commands/dashboard/open.ts)_ +_See code: [src/commands/dashboard/open.ts](https://github.com/che-incubator/chectl/blob/v7.86.0/src/commands/dashboard/open.ts)_ ## `chectl help [COMMANDS]` @@ -268,7 +268,7 @@ DESCRIPTION Enable local debug of Eclipse Che server ``` -_See code: [src/commands/server/debug.ts](https://github.com/che-incubator/chectl/blob/v0.0.2/src/commands/server/debug.ts)_ +_See code: [src/commands/server/debug.ts](https://github.com/che-incubator/chectl/blob/v7.86.0/src/commands/server/debug.ts)_ ## `chectl server:delete` @@ -295,7 +295,7 @@ DESCRIPTION delete any Eclipse Che related resource ``` -_See code: [src/commands/server/delete.ts](https://github.com/che-incubator/chectl/blob/v0.0.2/src/commands/server/delete.ts)_ +_See code: [src/commands/server/delete.ts](https://github.com/che-incubator/chectl/blob/v7.86.0/src/commands/server/delete.ts)_ ## `chectl server:deploy` @@ -441,7 +441,7 @@ DESCRIPTION Deploy Eclipse Che server ``` -_See code: [src/commands/server/deploy.ts](https://github.com/che-incubator/chectl/blob/v0.0.2/src/commands/server/deploy.ts)_ +_See code: [src/commands/server/deploy.ts](https://github.com/che-incubator/chectl/blob/v7.86.0/src/commands/server/deploy.ts)_ ## `chectl server:logs` @@ -463,7 +463,7 @@ DESCRIPTION Collect Eclipse Che logs ``` -_See code: [src/commands/server/logs.ts](https://github.com/che-incubator/chectl/blob/v0.0.2/src/commands/server/logs.ts)_ +_See code: [src/commands/server/logs.ts](https://github.com/che-incubator/chectl/blob/v7.86.0/src/commands/server/logs.ts)_ ## `chectl server:start` @@ -493,7 +493,7 @@ DESCRIPTION Start Eclipse Che server ``` -_See code: [src/commands/server/start.ts](https://github.com/che-incubator/chectl/blob/v0.0.2/src/commands/server/start.ts)_ +_See code: [src/commands/server/start.ts](https://github.com/che-incubator/chectl/blob/v7.86.0/src/commands/server/start.ts)_ ## `chectl server:status` @@ -513,7 +513,7 @@ DESCRIPTION Status Eclipse Che server ``` -_See code: [src/commands/server/status.ts](https://github.com/che-incubator/chectl/blob/v0.0.2/src/commands/server/status.ts)_ +_See code: [src/commands/server/status.ts](https://github.com/che-incubator/chectl/blob/v7.86.0/src/commands/server/status.ts)_ ## `chectl server:stop` @@ -534,7 +534,7 @@ DESCRIPTION stop Eclipse Che server ``` -_See code: [src/commands/server/stop.ts](https://github.com/che-incubator/chectl/blob/v0.0.2/src/commands/server/stop.ts)_ +_See code: [src/commands/server/stop.ts](https://github.com/che-incubator/chectl/blob/v7.86.0/src/commands/server/stop.ts)_ ## `chectl server:update` @@ -652,7 +652,7 @@ EXAMPLES $ chectl server:update --olm-channel stable --catalog-source-yaml PATH_TO_CATALOG_SOURCE_YAML ``` -_See code: [src/commands/server/update.ts](https://github.com/che-incubator/chectl/blob/v0.0.2/src/commands/server/update.ts)_ +_See code: [src/commands/server/update.ts](https://github.com/che-incubator/chectl/blob/v7.86.0/src/commands/server/update.ts)_ ## `chectl update [CHANNEL]` diff --git a/VERSION b/VERSION new file mode 100644 index 000000000..b3818bf08 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +7.86.0 diff --git a/package.json b/package.json index 24fdcd619..2fce90e8c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "chectl", "description": "Eclipse Che CLI", - "version": "0.0.2", + "version": "7.86.0", "author": "Mario Loriedo @l0rd", "bin": { "chectl": "./bin/run" @@ -23,8 +23,8 @@ "cli-ux": "^6.0.9", "command-exists": "^1.2.9", "countries-and-timezones": "^3.4.1", - "devworkspace-operator": "https://github.com/devfile/devworkspace-operator#main", - "eclipse-che-operator": "https://github.com/eclipse-che/che-operator#main", + "devworkspace-operator": "https://github.com/devfile/devworkspace-operator#v0.27.0", + "eclipse-che-operator": "https://github.com/eclipse-che/che-operator#7.86.0", "execa": "^5.1.1", "fancy-test": "^2.0.25", "fs-extra": "^11.1.0", diff --git a/yarn.lock b/yarn.lock index 2f44b9252..24f45c4b8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3671,9 +3671,9 @@ detect-newline@^3.0.0: resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651" integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA== -"devworkspace-operator@https://github.com/devfile/devworkspace-operator#main": +"devworkspace-operator@https://github.com/devfile/devworkspace-operator#v0.27.0": version "0.0.0" - resolved "https://github.com/devfile/devworkspace-operator#067847d900c18a3fe0d47de920a9ce77af29e722" + resolved "https://github.com/devfile/devworkspace-operator#e71a5113c9e886c5ff1c8572160c51156c56deaf" dezalgo@^1.0.0: version "1.0.4" @@ -3732,9 +3732,9 @@ ecc-jsbn@~0.1.1: jsbn "~0.1.0" safer-buffer "^2.1.0" -"eclipse-che-operator@https://github.com/eclipse-che/che-operator#main": +"eclipse-che-operator@https://github.com/eclipse-che/che-operator#7.86.0": version "0.0.0" - resolved "https://github.com/eclipse-che/che-operator#903ad387e047129ad0053a641a590fd12411f34e" + resolved "https://github.com/eclipse-che/che-operator#e9aaba09b0181bdbd7aaaec5ac4410dc6288c06b" editorconfig@^0.15.0: version "0.15.3"