Skip to content

Commit beb0ee8

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

File tree

5 files changed

+23
-10
lines changed

5 files changed

+23
-10
lines changed

CHANGELOG.md

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

3+
## v4.3.4 (2025-06-27)
4+
5+
* [e1fb67b9](https://github.com/easysoft/quickon_cli/commit/e1fb67b9cc50bd5721eec74d8b0f2b862d1f8497) build(deps): bump github.com/imroc/req/v3 from 3.49.1 to 3.53.0
6+
* [ab035d68](https://github.com/easysoft/quickon_cli/commit/ab035d68730176c3394168f2ec0b42723fde8d22) build(deps): bump helm.sh/helm/v3 from 3.17.3 to 3.18.2
7+
* [bb1c84cd](https://github.com/easysoft/quickon_cli/commit/bb1c84cde81e116d4eef945cdca2a21ac657d136) build(deps): bump github.com/cloudflare/circl from 1.5.0 to 1.6.1
8+
* [8cc0a25d](https://github.com/easysoft/quickon_cli/commit/8cc0a25de79a28deb48e53c3e362e1d3dfbee9dd) build(deps): bump golang.org/x/term from 0.30.0 to 0.32.0
9+
* [921de9ea](https://github.com/easysoft/quickon_cli/commit/921de9ea4e97ae83edc74068195fb2d665843d7f) build(deps): bump github.com/go-sql-driver/mysql from 1.9.1 to 1.9.2
10+
* [42ebfe7f](https://github.com/easysoft/quickon_cli/commit/42ebfe7f61f8e8c351436301835e908aaeff2600) build(deps): bump github.com/vishvananda/netlink from 1.3.0 to 1.3.1
11+
12+
### Contributors
13+
14+
* dependabot[bot]
15+
316
## v4.3.3 (2025-05-28)
417

518
* [9616387c](https://github.com/easysoft/quickon_cli/commit/9616387c1f7d80be94b157518f93727e4e5f7d10) build(deps): bump golang.org/x/sys from 0.32.0 to 0.33.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.3.4
1+
4.3.5

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-May-28
39+
>Auto generated by spf13/cobra on 2025-Jun-27
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.3.3"
4+
version "4.3.4"
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 "8591e3d60e78d6fe210096d82091c54c071819017f260914c428629324849136"
9+
sha256 "9342198bbcf96d6a45a009a4298159c8dabd28e0102a6bab73d1c6fe21ed410c"
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 "81b2445357631c4f189a9bd8c22c4ed2f8869e295af6b106d7acf6707fa6512a"
18+
sha256 "89abcfaed3a04f1ce047e6c08c2a7bdec7d9a77d13343babe8aa76807ac3d930"
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 "26ddca9db3aa591d5f47bcf8fb2491c8eb8abe0948ad12b43c420127f8ee9cbc"
29+
sha256 "3ae462924615f1018df3c7032e526d51a0ea62351ed7f96c4b40ab37309104e4"
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 "3eb1e5d58fdf2bcc6da77853bf5208443dbe433b48d980c108cf52373fc4e323"
38+
sha256 "76c75b69bdd94bdfff997b4eca324356946983ea7308961fb9363a42d3b2a0c0"
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.3.4",
3-
"stable": "4.3.4",
4-
"dev": "4.3.4"
2+
"latest": "4.3.5",
3+
"stable": "4.3.5",
4+
"dev": "4.3.5"
55
}

0 commit comments

Comments
 (0)