From ea6e146eb4d35062ea06b194f36fddf5f2930000 Mon Sep 17 00:00:00 2001 From: ysicing <8605565+ysicing@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:08:09 +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 | 11 +++++++++++ VERSION | 2 +- docs/qcadmin.md | 2 +- docs/qcadmin.rb | 10 +++++----- version.json | 6 +++--- 5 files changed, 21 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ead0f1b..c1ea7310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v3.2.8 (2024-10-23) + + * [bfc103a8](https://github.com/easysoft/quickon_cli/commit/bfc103a875bc635264f2a84b120a1486678508f8) fix: enhance logging for TLS certificate management and security + * [de51f88b](https://github.com/easysoft/quickon_cli/commit/de51f88bd7cf6104e59e28535728c6c63edc2416) * [fix]: update tls gen timeout & imp tls check + * [d813afdd](https://github.com/easysoft/quickon_cli/commit/d813afddfa22993b63b2f2e940e062feeec4a729) build(deps): bump github.com/schollz/progressbar/v3 + +### Contributors + + * dependabot[bot] + * ysicing + ## v3.2.7 (2024-10-21) * [c6b96900](https://github.com/easysoft/quickon_cli/commit/c6b96900644ac3a5a3e2c172901f9a50cef267fe) * [feat] bump zentao version diff --git a/VERSION b/VERSION index 132d9f77..df4bdc7e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.8 \ No newline at end of file +3.2.9 \ No newline at end of file diff --git a/docs/qcadmin.md b/docs/qcadmin.md index c4d7fefe..8f53044b 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-Oct-21 +>Auto generated by spf13/cobra on 2024-Oct-23 ::: \ No newline at end of file diff --git a/docs/qcadmin.rb b/docs/qcadmin.rb index efd864c1..58a88322 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.2.7" + version "3.2.8" on_macos do if Hardware::CPU.arm? url "https://github.com/easysoft/quickon_cli/releases/download/v#{version}/qcadmin_darwin_arm64" - sha256 "4b949c9cc159d23c20700bb707b5900d90fa07835594418dc25313b40f18526d" + sha256 "18c0378d1fface1fba63c4e2b9da56b8fcb7ac89001bcc441c22ce008b41a9b9" 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 "f88dd10f71aca368aea4c681297551d8ca80f71bb98f281c7c1fccf9f1806e9c" + sha256 "ac9ea57e506f415f8cad06e9c8a45ec6cf66e07aa3158f3d808528daf7757fe3" 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 "40d87a61beea778b41979672d38530f400ea04c95117face484ae39510e39544" + sha256 "29d7f0bfe2a44aeb78b007658bf0d4736d56dd87f40c116b068decd6ab645429" 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 "c1a1e9aeee1793cf3afb35c5afd67826dfc9915f4ae4018f12f9940916a2a325" + sha256 "3aa2078b81d34ec8f513aaa49bf75fd8fc0f6f5285813aad0bfc6c5d9a983768" def install bin.install "qcadmin_linux_arm64" => "qcadmin" diff --git a/version.json b/version.json index 4a7f3631..2f25d5de 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "latest": "3.2.8", - "stable": "3.2.8", - "dev": "3.2.8" + "latest": "3.2.9", + "stable": "3.2.9", + "dev": "3.2.9" } \ No newline at end of file