Skip to content

Commit 597acce

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

File tree

5 files changed

+25
-10
lines changed

5 files changed

+25
-10
lines changed

CHANGELOG.md

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

3+
## v3.0.14 (2024-02-26)
4+
5+
* [6985fcb](https://github.com/easysoft/quickon_cli/commit/6985fcb7bf95584ae591a9d2dd5f0a5dd3faa48d) fix(typo): miss nfpms
6+
* [92d8f42](https://github.com/easysoft/quickon_cli/commit/92d8f42b452dcb05ca928443102c036f68d46e41) build(deps): bump github.com/shirou/gopsutil/v3 from 3.23.12 to 3.24.1
7+
* [f5024b1](https://github.com/easysoft/quickon_cli/commit/f5024b10397a76136f65a6c5f940e99313d2a1cc) feat: update version values to 3.0.14 and DefaultZentaoDevOPSIPDVersion to 1.2
8+
* [36da318](https://github.com/easysoft/quickon_cli/commit/36da3187ff6c7b5128e513c3c56b789d71503d8d) build(deps): bump helm.sh/helm/v3 from 3.14.1 to 3.14.2
9+
* [23a7180](https://github.com/easysoft/quickon_cli/commit/23a7180f85d029a4533f7f87234bbf0226e272ad) build(deps): bump golang.org/x/sys from 0.16.0 to 0.17.0
10+
* [b2b516f](https://github.com/easysoft/quickon_cli/commit/b2b516fa2c474b26b9b5f51ed3d5311c0a6f338f) build(deps): bump helm.sh/helm/v3 from 3.13.2 to 3.14.1
11+
* [440e998](https://github.com/easysoft/quickon_cli/commit/440e9984fe83a80e11a3ce685467ac1bbbb18e80) build(deps): bump github.com/cheggaaa/pb/v3 from 3.1.4 to 3.1.5
12+
13+
### Contributors
14+
15+
* dependabot[bot]
16+
* ysicing
17+
318
## v3.0.13 (2024-02-07)
419

520
* [581982a](https://github.com/easysoft/quickon_cli/commit/581982ad2339ab374c3bfbcd98113996ed0f3c8a) build(deps): bump golang.org/x/crypto

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.14
1+
3.0.15

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-Feb-7
39+
>Auto generated by spf13/cobra on 2024-Feb-26
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.0.13"
4+
version "3.0.14"
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 "368939f437ef9ae146f99100ae5344514aa86c9089dace32d9cdd95cc92ad149"
9+
sha256 "528cf01e839070e25279dde473af2208f6a1d2f08056005f593c19b7ea42bb2d"
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 "faa02310ec387526d79ee33a695cad2f86c98889e7eb14b28f63840430284b32"
18+
sha256 "5fb33901ec524ac102e9a77c5bae6dca289874c2bbe873d6b93fd306c13d3d40"
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 "2437c5528dc1f25a58425a94f82ea942dc9487502a18ffc55891c1edd81f1c30"
29+
sha256 "7384ec235ccaeb7bc06938576335d33b13160df3669c34218f565e2ee0aad90a"
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 "6cdcd2f91888e25fea70f9f850b87364f5a1a65e592815590575c34deada8733"
38+
sha256 "ba947f302cef1cd6a6fe4020599e52e642ae880009e4300318abc77c255585f7"
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.0.14",
3-
"stable": "3.0.14",
4-
"dev": "3.0.14"
2+
"latest": "3.0.15",
3+
"stable": "3.0.15",
4+
"dev": "3.0.15"
55
}

0 commit comments

Comments
 (0)