Skip to content

Commit 7f2f73d

Browse files
ysicinggithub-actions[bot]
authored andcommitted
docs: updated CHANGELOG.md & docs
🤖 add release changelog using rebot.
1 parent 493e016 commit 7f2f73d

5 files changed

Lines changed: 21 additions & 10 deletions

File tree

CHANGELOG.md

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

3+
## v4.2.0 (2025-04-15)
4+
5+
* [493e0168](https://github.com/easysoft/quickon_cli/commit/493e0168db5a4facf4204939b12357b70ac07b9c) feat: enhance local storage deployment and command configuration
6+
* [20bc9f74](https://github.com/easysoft/quickon_cli/commit/20bc9f740b48cc21da0c6e49d0a081ca05a9ce27) refactor: streamline node command functionality and simplify checks
7+
* [c4d73de8](https://github.com/easysoft/quickon_cli/commit/c4d73de802b6eb1db144acb046da9c214b7ea46c) feat: refactor cluster management commands and enhance status options
8+
* [818ef722](https://github.com/easysoft/quickon_cli/commit/818ef72209ed47a03a841899e1f8e363b8117b52) fix: improve PHP 7 installation command case sensitivity handling
9+
10+
### Contributors
11+
12+
* ysicing
13+
314
## v4.1.0 (2025-04-14)
415

516
* [5e6a5060](https://github.com/easysoft/quickon_cli/commit/5e6a506004b744c9bc7a3f06022a975a1043bc99) feat: add USEPHP7 support for Zentao DevOps installation scripts

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.1.1
1+
4.2.1

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 2025-Apr-14
39+
>Auto generated by spf13/cobra on 2025-Apr-15
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 "4.1.0"
4+
version "4.2.0"
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 "053e7e0209163c61e7364d53235344ed27f4d0ce76251aa1d3acd753613c6b88"
9+
sha256 "523ef6592dd77bd691223c02e20a77d9030c80965af1a3cee51c3860a28efdcf"
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 "3497323cc4cbc3d8b7b5fa8db10fa900e52e6feb9813c05cedb52b8793533dde"
18+
sha256 "80b44e2ea3ff4ec7662943cbf8aed80bf42929c4a351eb818c9ffcf9fc6f78e4"
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 "a5bd83275025e6ed2e6d7c3165107f97508c28d9a66fe979148942c8e5871d23"
29+
sha256 "87849131c3c8734ae5eb6d840d38558f31d866333b65b1a51a45e34f5a4768e8"
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 "736962f7c71b3e5524e7d05a144b52cd3ee68e99b1e690aeef4dbc719743b578"
38+
sha256 "6357dff4a952d3f5d85e5771e9edd019a7c4854823db51128dfeca0b9345f049"
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": "4.1.1",
3-
"stable": "4.1.1",
4-
"dev": "4.1.1"
2+
"latest": "4.2.1",
3+
"stable": "4.2.1",
4+
"dev": "4.2.1"
55
}

0 commit comments

Comments
 (0)