Skip to content

Commit 83fee21

Browse files
ysicinggithub-actions[bot]
authored andcommitted
docs: updated CHANGELOG.md & docs
🤖 add release changelog using rebot.
1 parent 27f1e8c commit 83fee21

File tree

5 files changed

+18
-10
lines changed

5 files changed

+18
-10
lines changed

CHANGELOG.md

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

3+
## v3.2.10 (2024-11-07)
4+
5+
* [27f1e8cf](https://github.com/easysoft/quickon_cli/commit/27f1e8cfa235789e3bfc97777a562feebc4a4d27) * [feat]: implement installation verification across services
6+
7+
### Contributors
8+
9+
* ysicing
10+
311
## v3.2.9 (2024-11-05)
412

513
* [c9d03d06](https://github.com/easysoft/quickon_cli/commit/c9d03d06a46b6cf3156e4501d8fe0d226e5fd8f5) build(deps): bump github.com/imroc/req/v3 from 3.46.0 to 3.48.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.10
1+
3.2.11

docs/qcadmin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ Easily bootstrap a secure control plane for QuCheng
3636
* [qcadmin version](version.md) - Show version
3737

3838
::: tip
39-
>Auto generated by spf13/cobra on 2024-Nov-5
39+
>Auto generated by spf13/cobra on 2024-Nov-7
4040
:::

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.2.9"
4+
version "3.2.10"
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 "d515e9331e04ace2c49ee7654ab50a90a1a53f9479ea8fa789aefe2c792833df"
9+
sha256 "8b884d9994b91a029522421d9131b4a35d6e72c89e964dbc739ba374d8e7485c"
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 "82e29d842ef22bba536eb1501681cd44fb2405e054ec4df446c14a4290db2ace"
18+
sha256 "81d011c4389bf5519ac8bce5eefa8aef4f8ab6efcda9c024eecb34cce3193aa9"
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 "bbd8b381b293bceed7ad34aeae40578628a6e4d2a3150e80293b545da37e55dc"
29+
sha256 "62f76d4a3cc71167f0d313750456df66f169d3abb6b3b81229818e22c8516117"
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 "00cd66942c548aa057be975f8552fe9594fd67bb97f8c04314c06c83a1fbd206"
38+
sha256 "f90e169495310c43bc6a229bf4bfba144f2f21f5b745f3976df8c7fb4c752683"
3939

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

version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"latest": "3.2.10",
3-
"stable": "3.2.10",
4-
"dev": "3.2.10"
2+
"latest": "3.2.11",
3+
"stable": "3.2.11",
4+
"dev": "3.2.11"
55
}

0 commit comments

Comments
 (0)