diff --git a/README.md b/README.md index b98ebf615..68e6b764b 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,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.76.0/src/commands/cacert/export.ts)_ ## `chectl dashboard:open` @@ -192,7 +192,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.76.0/src/commands/dashboard/open.ts)_ ## `chectl help [COMMANDS]` @@ -235,7 +235,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.76.0/src/commands/server/debug.ts)_ ## `chectl server:delete` @@ -262,7 +262,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.76.0/src/commands/server/delete.ts)_ ## `chectl server:deploy` @@ -408,7 +408,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.76.0/src/commands/server/deploy.ts)_ ## `chectl server:logs` @@ -430,7 +430,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.76.0/src/commands/server/logs.ts)_ ## `chectl server:start` @@ -460,7 +460,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.76.0/src/commands/server/start.ts)_ ## `chectl server:status` @@ -480,7 +480,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.76.0/src/commands/server/status.ts)_ ## `chectl server:stop` @@ -501,7 +501,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.76.0/src/commands/server/stop.ts)_ ## `chectl server:update` @@ -619,7 +619,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.76.0/src/commands/server/update.ts)_ ## `chectl update [CHANNEL]` diff --git a/VERSION b/VERSION new file mode 100644 index 000000000..d7e7a341b --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +7.76.0 diff --git a/package.json b/package.json index 5a71bef83..84a8d1e73 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "chectl", "description": "Eclipse Che CLI", - "version": "0.0.2", + "version": "7.76.0", "author": "Mario Loriedo @l0rd", "bin": { "chectl": "./bin/run" @@ -22,8 +22,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.23.0", + "eclipse-che-operator": "https://github.com/eclipse-che/che-operator#7.76.0", "execa": "^5.1.1", "fancy-test": "^2.0.25", "fs-extra": "^11.1.0", diff --git a/yarn.lock b/yarn.lock index 57cf5ce58..0d59f82e2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3626,10 +3626,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.23.0": version "0.0.0" - uid b12f682bb9930f18ee60ce49832245e9f465127d - resolved "https://github.com/devfile/devworkspace-operator#b12f682bb9930f18ee60ce49832245e9f465127d" + resolved "https://github.com/devfile/devworkspace-operator#2d9aa0fa7ba6296c51dd44269bf5c872f5dd41b7" dezalgo@^1.0.0: version "1.0.4" @@ -3688,9 +3687,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.76.0": version "0.0.0" - resolved "https://github.com/eclipse-che/che-operator#8502b8b0b92bd85167c77ababec440ad0b9d9132" + resolved "https://github.com/eclipse-che/che-operator#0a70c889e9b8b72a1a603f364cff4be5925a6930" editorconfig@^0.15.0: version "0.15.3"