Skip to content

Commit cc485a8

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

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+
## v3.2.15 (2025-01-13)
4+
5+
* [fd66c791](https://github.com/easysoft/quickon_cli/commit/fd66c7911a4e701875da57978afee07940e0519f) build(deps): bump github.com/schollz/progressbar/v3
6+
* [aa3bd4b9](https://github.com/easysoft/quickon_cli/commit/aa3bd4b9128362d987a0bfcd2d8d9f11cce8a0ff) * [feat] script update
7+
* [b617b526](https://github.com/easysoft/quickon_cli/commit/b617b5260d947c69caeafcfb89408e2b54d3d2a9) build(deps): bump golang.org/x/sys from 0.28.0 to 0.29.0
8+
* [5b3a9375](https://github.com/easysoft/quickon_cli/commit/5b3a937586d6116dd9cd14f76ca3beb25b8a5e0e) feat: enhance app command functionality and update dependencies
9+
* [244c4a73](https://github.com/easysoft/quickon_cli/commit/244c4a73125acdb6c26dfb8b9daf6f9798587335) build(deps): bump helm.sh/helm/v3 from 3.15.4 to 3.16.4
10+
11+
### Contributors
12+
13+
* dependabot[bot]
14+
* ysicing
15+
316
## v3.2.14 (2024-12-26)
417

518
* [2e6c4326](https://github.com/easysoft/quickon_cli/commit/2e6c4326cf8d17b7380f293411ac2e1594cb7f07) * [fix] fix go dep typo

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.15
1+
3.2.16

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-Dec-26
39+
>Auto generated by spf13/cobra on 2025-Jan-13
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.14"
4+
version "3.2.15"
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 "36a60b9e846be1f289e6d0560998a7e2f7ffb55212f1de994cf72d72d6360733"
9+
sha256 "a8fe01ae91eb59f09fd63a3098b267b0360df5e365b638db1cf9284390b0a8b3"
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 "328293f6ed57ece70a92179df1111bbadd2974ae4fcaa90b5cb7cd9bc171d3c1"
18+
sha256 "056090c72f670acf6f04b03f25e28196249c93e632d33f79144f62564a91fb56"
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 "6d1487b1f914c5e44f5ee9b6241ebb4c7feb450cfc0162fe0fd266d014c69ecf"
29+
sha256 "57fdc5ef2caec6141d988c12ec4d0d647d107333955d597be6b4a399de41d62a"
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 "51b0f4b7981cd6b1dbd76dafe9e2c8654650086c2b18c4354a40085a02006c32"
38+
sha256 "12820b674fddc5e280140ef50b0ba2b63d8329da27965d996804794ea6fd4ed3"
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.15",
3-
"stable": "3.2.15",
4-
"dev": "3.2.15"
2+
"latest": "3.2.16",
3+
"stable": "3.2.16",
4+
"dev": "3.2.16"
55
}

0 commit comments

Comments
 (0)