Skip to content

Commit

Permalink
docs: updated CHANGELOG.md & docs
Browse files Browse the repository at this point in the history
🤖 add release changelog using rebot.
  • Loading branch information
ysicing authored and github-actions[bot] committed Oct 8, 2024
1 parent 48a9aa7 commit c63f5fc
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 10 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v3.2.5 (2024-10-08)

* [48a9aa73](https://github.com/easysoft/quickon_cli/commit/48a9aa73c588fbfbd876d91e3a5628b7322dcdc5) * [ci] update action go version
* [2bb51416](https://github.com/easysoft/quickon_cli/commit/2bb51416867cf9ff02be360636bd66e8e75f58ea) * [feat] bump zentao version
* [87b984fe](https://github.com/easysoft/quickon_cli/commit/87b984fe3b14b2b3a94dd08fe9bed70d17a45386) build(deps): bump golang.org/x/crypto from 0.27.0 to 0.28.0
* [e9a4faf4](https://github.com/easysoft/quickon_cli/commit/e9a4faf48c14c73b3661ca83eeea4e39dbd17c63) build(deps): bump github.com/ergoapi/util from 0.7.7 to 0.7.8
* [f72dda95](https://github.com/easysoft/quickon_cli/commit/f72dda955dda8ad37e3fb8c57962b57bb6309596) * [misc] fix statistics code

### Contributors

* dependabot[bot]
* ysicing

## v3.2.4 (2024-09-23)

* [d07481f3](https://github.com/easysoft/quickon_cli/commit/d07481f33425351989a91a7ab89200503829c2e2) * [cluster] bump k3s version
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.5
3.2.6
2 changes: 1 addition & 1 deletion docs/qcadmin.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ Easily bootstrap a secure control plane for QuCheng
* [qcadmin version](version.md) - Show version

::: tip
>Auto generated by spf13/cobra on 2024-Sep-23
>Auto generated by spf13/cobra on 2024-Oct-8
:::
10 changes: 5 additions & 5 deletions docs/qcadmin.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
class Qcadmin < Formula
desc "qcadmin is an open-source lightweight cli tool for managing quickon."
homepage "https://github.com/easysoft/quickon_cli"
version "3.2.4"
version "3.2.5"

on_macos do
if Hardware::CPU.arm?
url "https://github.com/easysoft/quickon_cli/releases/download/v#{version}/qcadmin_darwin_arm64"
sha256 "4663a42fbb5f8a7c73e43784f54f70529146cef4b6e764abee8a5f0c7540bb86"
sha256 "c0aad962e1f9cc4667b3dbc58074beaa85b8ed0800edb8e05c5e9e86f0cdfd14"

def install
bin.install "qcadmin_darwin_arm64" => "qcadmin"
Expand All @@ -15,7 +15,7 @@ def install

if Hardware::CPU.intel?
url "https://github.com/easysoft/quickon_cli/releases/download/v#{version}/qcadmin_darwin_amd64"
sha256 "ba6a838e067d18058a50b11830126463c73bc3556060708f46c714c91b407635"
sha256 "149a894f33015c4e80ce1a1d8ca05b770cfb791f7b90fb635e051551134e9bec"

def install
bin.install "qcadmin_darwin_amd64" => "qcadmin"
Expand All @@ -26,7 +26,7 @@ def install
on_linux do
if Hardware::CPU.intel?
url "https://github.com/easysoft/quickon_cli/releases/download/v#{version}/qcadmin_linux_amd64"
sha256 "759499c1fa624670e4c64e327d4a29826938e4041956c2d31802f167b5247519"
sha256 "7ffabc8f7f7e44f3bef5bef544be3e757f88f0e173978d577e26e4c4f1bec930"

def install
bin.install "qcadmin_linux_amd64" => "qcadmin"
Expand All @@ -35,7 +35,7 @@ def install

if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://github.com/easysoft/quickon_cli/releases/download/v#{version}/qcadmin_linux_arm64"
sha256 "d2397b74fdf9a8ccb9e795108024114c36ef01a382fb7fd797a9970c9b70cd83"
sha256 "2ed4a621ab2fec2d883acd6738d5cb479eedef5f2dcc443776d98f4201fb22ee"

def install
bin.install "qcadmin_linux_arm64" => "qcadmin"
Expand Down
6 changes: 3 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"latest": "3.2.5",
"stable": "3.2.5",
"dev": "3.2.5"
"latest": "3.2.6",
"stable": "3.2.6",
"dev": "3.2.6"
}

0 comments on commit c63f5fc

Please sign in to comment.