Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 7.79.0 #2844

Merged
merged 1 commit into from
Dec 24, 2023
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
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.79.0/src/commands/cacert/export.ts)_

## `chectl commands`

Expand Down Expand Up @@ -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.79.0/src/commands/dashboard/open.ts)_

## `chectl help [COMMANDS]`

Expand Down Expand Up @@ -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.79.0/src/commands/server/debug.ts)_

## `chectl server:delete`

Expand All @@ -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.79.0/src/commands/server/delete.ts)_

## `chectl server:deploy`

Expand Down Expand Up @@ -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.79.0/src/commands/server/deploy.ts)_

## `chectl server:logs`

Expand All @@ -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.79.0/src/commands/server/logs.ts)_

## `chectl server:start`

Expand Down Expand Up @@ -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.79.0/src/commands/server/start.ts)_

## `chectl server:status`

Expand All @@ -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.79.0/src/commands/server/status.ts)_

## `chectl server:stop`

Expand All @@ -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.79.0/src/commands/server/stop.ts)_

## `chectl server:update`

Expand Down Expand Up @@ -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.79.0/src/commands/server/update.ts)_

## `chectl update [CHANNEL]`

Expand Down
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7.79.0
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chectl",
"description": "Eclipse Che CLI",
"version": "0.0.2",
"version": "7.79.0",
"author": "Mario Loriedo @l0rd",
"bin": {
"chectl": "./bin/run"
Expand All @@ -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.24.0",
"eclipse-che-operator": "https://github.com/eclipse-che/che-operator#7.79.0",
"execa": "^5.1.1",
"fancy-test": "^2.0.25",
"fs-extra": "^11.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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.24.0":
version "0.0.0"
resolved "https://github.com/devfile/devworkspace-operator#af32e29a404ba278e4186ee08687f037ee930f3a"
resolved "https://github.com/devfile/devworkspace-operator#bb0047dbf1e9babdf59bcad87995b1992779517d"

dezalgo@^1.0.0:
version "1.0.4"
Expand Down Expand Up @@ -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.79.0":
version "0.0.0"
resolved "https://github.com/eclipse-che/che-operator#8dc7d82ba623d09cfe441071f6f53cec49aa67bc"
resolved "https://github.com/eclipse-che/che-operator#a428d51e0888e97e2e6c46dfd040719ce44a4b07"

editorconfig@^0.15.0:
version "0.15.3"
Expand Down
Loading