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 Aug 19, 2024
1 parent 59af0f5 commit 37e7399
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 10 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v3.1.2 (2024-08-19)

* [59af0f51](https://github.com/easysoft/quickon_cli/commit/59af0f51af5a34b9918f57b1146f576e11108936) * [fix] update mod fix build
* [e30256e5](https://github.com/easysoft/quickon_cli/commit/e30256e590bc0d968b5b3616e8e5bfc13a5cc190) + [feat] update zentao version
* [34e04bc0](https://github.com/easysoft/quickon_cli/commit/34e04bc0ef3da7e245ead39fb8932fe1cbe9e8c4) build(deps): bump github.com/ergoapi/util from 0.6.4 to 0.7.7
* [55a5dc38](https://github.com/easysoft/quickon_cli/commit/55a5dc3861797bc234ddf02cc85e5cf639c0e1e7) build(deps): bump github.com/shirou/gopsutil/v3 from 3.24.3 to 3.24.5

### Contributors

* dependabot[bot]
* ysicing

## v3.1.1 (2024-08-09)

* [e89956c0](https://github.com/easysoft/quickon_cli/commit/e89956c0c40ad9c7de1d5d5d143dbeaabdba9cb6) * refactor: refactor helm client initialization and logging functionality
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.1.3
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-Aug-9
>Auto generated by spf13/cobra on 2024-Aug-19
:::
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.1.1"
version "3.1.2"

on_macos do
if Hardware::CPU.arm?
url "https://github.com/easysoft/quickon_cli/releases/download/v#{version}/qcadmin_darwin_arm64"
sha256 "62873634b31fafa1d66c519476975915f71af7f459ba573f9c528d1153fe08f6"
sha256 "9252bd3763dac5bed689d88549b15336b2efc68364ee1a73a6a8258a36fcb49f"

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 "2452a986b00b1eb2b5b4e1ac6e0b1bf9d27dac8cd60fb4992b670164e49b50d1"
sha256 "43aeaae5da98758ebd418c4312cc34d5711872e9593c4c1eb8238e3737b255cb"

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 "94edaf256a6cda5bad911ac826fba423f2528ffa167120dca3b035685e71d689"
sha256 "1b9be83cd8e53367e3444b091183ba8e7e1b6f229abf022de0752a1b69ae459c"

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 "6b786065e4f19ac5629857e35d525094c9149c5366cfef20ef641b22ed632377"
sha256 "b18afd5a13656828743afde4c6b87c01a5c6853aed9ee71ab4227a9b6f6b13d4"

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.1.2",
"stable": "3.1.2",
"dev": "3.1.2"
"latest": "3.1.3",
"stable": "3.1.3",
"dev": "3.1.3"
}

0 comments on commit 37e7399

Please sign in to comment.