Skip to content

Commit 1a0498b

Browse files
authoredNov 21, 2024··
chore(release): release version 7.95.0 (#2947)
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
1 parent 1260585 commit 1a0498b

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed
 

‎README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ DESCRIPTION
170170
Retrieves Eclipse Che self-signed certificate
171171
```
172172

173-
_See code: [src/commands/cacert/export.ts](https://github.com/che-incubator/chectl/blob/v0.0.2/src/commands/cacert/export.ts)_
173+
_See code: [src/commands/cacert/export.ts](https://github.com/che-incubator/chectl/blob/v7.95.0/src/commands/cacert/export.ts)_
174174

175175
## `chectl commands`
176176

@@ -222,7 +222,7 @@ DESCRIPTION
222222
Open Eclipse Che dashboard
223223
```
224224

225-
_See code: [src/commands/dashboard/open.ts](https://github.com/che-incubator/chectl/blob/v0.0.2/src/commands/dashboard/open.ts)_
225+
_See code: [src/commands/dashboard/open.ts](https://github.com/che-incubator/chectl/blob/v7.95.0/src/commands/dashboard/open.ts)_
226226

227227
## `chectl help [COMMANDS]`
228228

@@ -265,7 +265,7 @@ DESCRIPTION
265265
Enable local debug of Eclipse Che server
266266
```
267267

268-
_See code: [src/commands/server/debug.ts](https://github.com/che-incubator/chectl/blob/v0.0.2/src/commands/server/debug.ts)_
268+
_See code: [src/commands/server/debug.ts](https://github.com/che-incubator/chectl/blob/v7.95.0/src/commands/server/debug.ts)_
269269

270270
## `chectl server:delete`
271271

@@ -292,7 +292,7 @@ DESCRIPTION
292292
delete any Eclipse Che related resource
293293
```
294294

295-
_See code: [src/commands/server/delete.ts](https://github.com/che-incubator/chectl/blob/v0.0.2/src/commands/server/delete.ts)_
295+
_See code: [src/commands/server/delete.ts](https://github.com/che-incubator/chectl/blob/v7.95.0/src/commands/server/delete.ts)_
296296

297297
## `chectl server:deploy`
298298

@@ -435,7 +435,7 @@ DESCRIPTION
435435
Deploy Eclipse Che server
436436
```
437437

438-
_See code: [src/commands/server/deploy.ts](https://github.com/che-incubator/chectl/blob/v0.0.2/src/commands/server/deploy.ts)_
438+
_See code: [src/commands/server/deploy.ts](https://github.com/che-incubator/chectl/blob/v7.95.0/src/commands/server/deploy.ts)_
439439

440440
## `chectl server:logs`
441441

@@ -457,7 +457,7 @@ DESCRIPTION
457457
Collect Eclipse Che logs
458458
```
459459

460-
_See code: [src/commands/server/logs.ts](https://github.com/che-incubator/chectl/blob/v0.0.2/src/commands/server/logs.ts)_
460+
_See code: [src/commands/server/logs.ts](https://github.com/che-incubator/chectl/blob/v7.95.0/src/commands/server/logs.ts)_
461461

462462
## `chectl server:start`
463463

@@ -487,7 +487,7 @@ DESCRIPTION
487487
Start Eclipse Che server
488488
```
489489

490-
_See code: [src/commands/server/start.ts](https://github.com/che-incubator/chectl/blob/v0.0.2/src/commands/server/start.ts)_
490+
_See code: [src/commands/server/start.ts](https://github.com/che-incubator/chectl/blob/v7.95.0/src/commands/server/start.ts)_
491491

492492
## `chectl server:status`
493493

@@ -507,7 +507,7 @@ DESCRIPTION
507507
Status Eclipse Che server
508508
```
509509

510-
_See code: [src/commands/server/status.ts](https://github.com/che-incubator/chectl/blob/v0.0.2/src/commands/server/status.ts)_
510+
_See code: [src/commands/server/status.ts](https://github.com/che-incubator/chectl/blob/v7.95.0/src/commands/server/status.ts)_
511511

512512
## `chectl server:stop`
513513

@@ -528,7 +528,7 @@ DESCRIPTION
528528
stop Eclipse Che server
529529
```
530530

531-
_See code: [src/commands/server/stop.ts](https://github.com/che-incubator/chectl/blob/v0.0.2/src/commands/server/stop.ts)_
531+
_See code: [src/commands/server/stop.ts](https://github.com/che-incubator/chectl/blob/v7.95.0/src/commands/server/stop.ts)_
532532

533533
## `chectl server:update`
534534

@@ -646,7 +646,7 @@ EXAMPLES
646646
$ chectl server:update --olm-channel stable --catalog-source-yaml PATH_TO_CATALOG_SOURCE_YAML
647647
```
648648

649-
_See code: [src/commands/server/update.ts](https://github.com/che-incubator/chectl/blob/v0.0.2/src/commands/server/update.ts)_
649+
_See code: [src/commands/server/update.ts](https://github.com/che-incubator/chectl/blob/v7.95.0/src/commands/server/update.ts)_
650650

651651
## `chectl update [CHANNEL]`
652652

‎VERSION

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
7.95.0

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "chectl",
33
"description": "Eclipse Che CLI",
4-
"version": "0.0.2",
4+
"version": "7.95.0",
55
"author": "Mario Loriedo @l0rd",
66
"bin": {
77
"chectl": "./bin/run"
@@ -23,8 +23,8 @@
2323
"cli-ux": "^6.0.9",
2424
"command-exists": "^1.2.9",
2525
"countries-and-timezones": "^3.6.0",
26-
"devworkspace-operator": "https://github.com/devfile/devworkspace-operator#main",
27-
"eclipse-che-operator": "https://github.com/eclipse-che/che-operator#main",
26+
"devworkspace-operator": "https://github.com/devfile/devworkspace-operator#v0.31.2",
27+
"eclipse-che-operator": "https://github.com/eclipse-che/che-operator#7.95.0",
2828
"execa": "^5.1.1",
2929
"fancy-test": "^2.0.25",
3030
"fs-extra": "^11.1.1",

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3681,9 +3681,9 @@ detect-newline@^3.0.0:
36813681
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
36823682
integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
36833683

3684-
"devworkspace-operator@https://github.com/devfile/devworkspace-operator#main":
3684+
"devworkspace-operator@https://github.com/devfile/devworkspace-operator#v0.31.2":
36853685
version "0.0.0"
3686-
resolved "https://github.com/devfile/devworkspace-operator#10faaa74b7774d08f32cffbb9b7b7ba3ab68c438"
3686+
resolved "https://github.com/devfile/devworkspace-operator#e5526414872697961580a02500ea3af7ed473a51"
36873687

36883688
dezalgo@^1.0.0:
36893689
version "1.0.4"
@@ -3742,9 +3742,9 @@ ecc-jsbn@~0.1.1:
37423742
jsbn "~0.1.0"
37433743
safer-buffer "^2.1.0"
37443744

3745-
"eclipse-che-operator@https://github.com/eclipse-che/che-operator#main":
3745+
"eclipse-che-operator@https://github.com/eclipse-che/che-operator#7.95.0":
37463746
version "0.0.0"
3747-
resolved "https://github.com/eclipse-che/che-operator#8d6be15eb0563845fac5041a23643fab2dce29d0"
3747+
resolved "https://github.com/eclipse-che/che-operator#86acb48bdd931b2669a2d9c70d7ccb713e763d29"
37483748

37493749
editorconfig@^0.15.0:
37503750
version "0.15.3"

0 commit comments

Comments
 (0)
Please sign in to comment.