From 37e7399920c66566707b8904489a0ecf168a0b03 Mon Sep 17 00:00:00 2001 From: ysicing <8605565+ysicing@users.noreply.github.com> Date: Mon, 19 Aug 2024 13:14:39 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20updated=20CHANGELOG.md=20&=20docs=20?= =?UTF-8?q?=F0=9F=A4=96=20add=20release=20changelog=20using=20rebot.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++++ VERSION | 2 +- docs/qcadmin.md | 2 +- docs/qcadmin.rb | 10 +++++----- version.json | 6 +++--- 5 files changed, 22 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 118f1efd..805df7d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION b/VERSION index 6ebad148..711ee4f5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.2 \ No newline at end of file +3.1.3 \ No newline at end of file diff --git a/docs/qcadmin.md b/docs/qcadmin.md index 908710a3..ca02188f 100644 --- a/docs/qcadmin.md +++ b/docs/qcadmin.md @@ -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 ::: \ No newline at end of file diff --git a/docs/qcadmin.rb b/docs/qcadmin.rb index 3dc1bc4a..6dc84084 100644 --- a/docs/qcadmin.rb +++ b/docs/qcadmin.rb @@ -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" @@ -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" @@ -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" @@ -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" diff --git a/version.json b/version.json index 2687775e..b2008c7c 100644 --- a/version.json +++ b/version.json @@ -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" } \ No newline at end of file