Skip to content

Commit 014fcc2

Browse files
ysicinggithub-actions[bot]
authored andcommitted
docs: updated CHANGELOG.md & docs
🤖 add release changelog using rebot.
1 parent 224622a commit 014fcc2

File tree

5 files changed

+57
-6
lines changed

5 files changed

+57
-6
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## v3.0.0-beta.3 (2023-08-30)
4+
5+
* [224622a](https://github.com/easysoft/quickon_cli/commit/224622a6a1744d75c6c64ccc6128027eb94f2a1c) fix(quickon): disable devops reset password
6+
* [2b9e3b2](https://github.com/easysoft/quickon_cli/commit/2b9e3b2207fd861b4a9653854556bf03c331ad65) fix(status): fix status show
7+
* [55d87b8](https://github.com/easysoft/quickon_cli/commit/55d87b869f014e1581c6ef581b699917a1c154db) fix(status): imp node status show
8+
* [29d0f58](https://github.com/easysoft/quickon_cli/commit/29d0f58f7d2913644a1d04213e1c470c96cd5b67) fix(scripts): update clean scripts
9+
* [1d07910](https://github.com/easysoft/quickon_cli/commit/1d07910ba5e058c0f16553f98c226f08c08df6df) fix(scripts): update devops install scripts
10+
11+
### Contributors
12+
13+
* ysicing
14+
315
## v3.0.0-beta.2 (2023-08-30)
416

517
* [720187f](https://github.com/easysoft/quickon_cli/commit/720187f8529735c40f0031f95cdba6492dfb453b) feat(test): fix test install

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1-beta.2
1+
3.0.1-beta.3

docs/qcadmin.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
class Qcadmin < Formula
22
desc "qcadmin is an open-source lightweight cli tool for managing quickon."
33
homepage "https://github.com/easysoft/quickon_cli"
4-
version "3.0.0-beta.2"
4+
version "3.0.0-beta.3"
55

66
on_macos do
77
if Hardware::CPU.arm?
88
url "https://github.com/easysoft/quickon_cli/releases/download/v#{version}/qcadmin_darwin_arm64"
9-
sha256 "4c8d3ef8e0645f5b5982a1c32a052304e7576575790351ee09f5d16c1cf58477"
9+
sha256 "9d9e4a151c89f9c05dd4ac927ed07e28931bb5192719a8b4a653addad11d4020"
1010

1111
def install
1212
bin.install "qcadmin_darwin_arm64" => "qcadmin"
@@ -15,7 +15,7 @@ def install
1515

1616
if Hardware::CPU.intel?
1717
url "https://github.com/easysoft/quickon_cli/releases/download/v#{version}/qcadmin_darwin_amd64"
18-
sha256 "21b6ecb8ad70da8dcfabb9b5db482a4b00d73853971c79f96911b2368f955d48"
18+
sha256 "9f602f0d01c50ee284284f391a05aedefadd4bbfe9dd43e225fa8eda76f2cb02"
1919

2020
def install
2121
bin.install "qcadmin_darwin_amd64" => "qcadmin"
@@ -26,7 +26,7 @@ def install
2626
on_linux do
2727
if Hardware::CPU.intel?
2828
url "https://github.com/easysoft/quickon_cli/releases/download/v#{version}/qcadmin_linux_amd64"
29-
sha256 "9f6c1cfa32a38c1562faf3bc787c02a100f15327456ff9ad943fe8feaeaf0bff"
29+
sha256 "1e43492cc2b8227c6117ca5d5a24444cd7868213654af29aa60182d2be61ed05"
3030

3131
def install
3232
bin.install "qcadmin_linux_amd64" => "qcadmin"
@@ -35,7 +35,7 @@ def install
3535

3636
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
3737
url "https://github.com/easysoft/quickon_cli/releases/download/v#{version}/qcadmin_linux_arm64"
38-
sha256 "501deb9c8c92b8c2052ffa7f8cfadb449dd8d3c479432ba63b3c58e99694b5c4"
38+
sha256 "256c45eefb38d55b3aef825155d4967d96cb073829d6b921004ecc397c08ae57"
3939

4040
def install
4141
bin.install "qcadmin_linux_arm64" => "qcadmin"

docs/qcadmin_cluster_status.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ qcadmin cluster status [flags]
2323
### SEE ALSO
2424

2525
* [qcadmin cluster](qcadmin_cluster.md) - Cluster commands
26+
* [qcadmin cluster status nodes](qcadmin_cluster_status_nodes.md) - node provides an overview of the node
2627

2728
###### Auto generated by spf13/cobra on 30-Aug-2023
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
## qcadmin cluster status nodes
2+
3+
node provides an overview of the node
4+
5+
```
6+
qcadmin cluster status nodes
7+
```
8+
9+
### Examples
10+
11+
```
12+
q cluster status node
13+
```
14+
15+
### Options
16+
17+
```
18+
--context string context to use for Kubernetes config
19+
-h, --help help for nodes
20+
--kubeconfig string kubeconfig file to use for Kubernetes config
21+
-o, --output string prints the output in the specified format. Allowed values: table, json, yaml (default table)
22+
-l, --selector string Selector (label query) to filter on, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2)
23+
-s, --sortBy string sort by cpu or memory (default "cpu")
24+
```
25+
26+
### Options inherited from parent commands
27+
28+
```
29+
--config string The qcadmin config file to use
30+
--debug Prints the stack trace if an error occurs
31+
--silent Run in silent mode and prevents any qcadmin log output except panics & fatals
32+
```
33+
34+
### SEE ALSO
35+
36+
* [qcadmin cluster status](qcadmin_cluster_status.md) - status cluster
37+
38+
###### Auto generated by spf13/cobra on 30-Aug-2023

0 commit comments

Comments
 (0)