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 Jul 23, 2024
1 parent c65e53d commit 172d635
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.0.32 (2024-07-23)

* [c65e53da](https://github.com/easysoft/quickon_cli/commit/c65e53da1c15b6f6cd5aee8eff4e0fb2610f5e54) * [feat] update zentao version
* [828d26a5](https://github.com/easysoft/quickon_cli/commit/828d26a5109763dac7dad3088ffa4327da321053) build(deps): bump tailscale.com from 1.68.2 to 1.70.0
* [aa96cec9](https://github.com/easysoft/quickon_cli/commit/aa96cec90bb67d71dec3531d2aca114abee01f07) feat: enhance error handling and user feedback
* [d8d2ce2b](https://github.com/easysoft/quickon_cli/commit/d8d2ce2bcd7034c496f80ff8ae6f410b88ccb2c2) * refactor: update various files with new configurations and scripts
* [b0278db2](https://github.com/easysoft/quickon_cli/commit/b0278db2720314d7c6e4a2ec94029f79a5cd746b) build(deps): bump helm.sh/helm/v3 from 3.15.2 to 3.15.3

### Contributors

* dependabot[bot]
* ysicing

## v3.0.31 (2024-07-09)

* [5a4edd27](https://github.com/easysoft/quickon_cli/commit/5a4edd27d019fe194aa30598ce264f3ca57f134b) * [feat]: update zentao version
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.32
3.0.33
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-Jul-9
>Auto generated by spf13/cobra on 2024-Jul-23
:::
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.0.31"
version "3.0.32"

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

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 "203f02a34c1742387ceb9816baa10e513eec41b4cf885c66b1293c84bcc1db82"
sha256 "7dc983adcf817ccbb1516b69804cace936535b4b80275f2c781633e43478a3b4"

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 "87a5faa6db9e63884503e84ba13718b598ca3c2e133966f03fd49adc099802e6"
sha256 "6959eed891ba0f10c9da2fc18c1dbe9cf9de21e7366015ac64b1bdecbbd099a4"

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 "3e4e1afa41570e2e84ae741554912c031c844c9070eaf8c927937c4d392ccd39"
sha256 "a4378e4cb82db54f30ca5481c357502f80bb2936da1e4ba328f4e7c6781f1523"

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.0.32",
"stable": "3.0.32",
"dev": "3.0.32"
"latest": "3.0.33",
"stable": "3.0.33",
"dev": "3.0.33"
}

0 comments on commit 172d635

Please sign in to comment.