diff --git a/CHANGELOG.md b/CHANGELOG.md index aa6bd220..27889a62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## v3.0.13 (2024-02-07) + + * [581982a](https://github.com/easysoft/quickon_cli/commit/581982ad2339ab374c3bfbcd98113996ed0f3c8a) build(deps): bump golang.org/x/crypto + * [fb389bb](https://github.com/easysoft/quickon_cli/commit/fb389bb4a9a32238652a52f265f7f184ea60864f) build(deps): bump peter-evans/create-pull-request from 5 to 6 + * [f53a512](https://github.com/easysoft/quickon_cli/commit/f53a512e53a6fe08cf626f65eff9a96c9f7c6828) build(deps): bump tailscale.com from 1.56.1 to 1.58.2 + * [2e0fcc4](https://github.com/easysoft/quickon_cli/commit/2e0fcc4e313e65f1f8a54779b2b9a9d4f506decb) build(deps): bump golang.org/x/term from 0.15.0 to 0.16.0 + * [8ad543a](https://github.com/easysoft/quickon_cli/commit/8ad543a65d30255d46f11d51885d5f062eb4fdb6) build(deps): bump vite from 5.0.5 to 5.0.12 in /docs + * [1ebe7ae](https://github.com/easysoft/quickon_cli/commit/1ebe7ae6d455b1eb19ec577bc907f6de1dbfb6b4) build(deps): bump github.com/imroc/req/v3 from 3.42.2 to 3.42.3 + * [f68b839](https://github.com/easysoft/quickon_cli/commit/f68b8391ca7137bee621c47237a800361fc813c2) build(deps): bump github.com/quic-go/quic-go from 0.38.1 to 0.38.2 + * [470cc85](https://github.com/easysoft/quickon_cli/commit/470cc8513ee3282a013cfdb1fb8b9ed1f41eee70) build(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 + * [6b50224](https://github.com/easysoft/quickon_cli/commit/6b502242c9cd43db3825071166991687d4772d5e) build(deps): bump github.com/cheggaaa/pb/v3 from 3.1.2 to 3.1.4 + * [d03d688](https://github.com/easysoft/quickon_cli/commit/d03d6887d5a5e8bd8ed51dc045d7ade799586f61) build(deps): bump github.com/shirou/gopsutil/v3 from 3.23.11 to 3.23.12 + * [04b320b](https://github.com/easysoft/quickon_cli/commit/04b320bc3a57060df7f795d27bffe111112b42c5) build(deps): bump github.com/shirou/gopsutil/v3 from 3.23.10 to 3.23.11 + +### Contributors + + * dependabot[bot] + ## v3.0.12 (2023-12-22) * [75dd1ee](https://github.com/easysoft/quickon_cli/commit/75dd1ee9f53d4b79b3a1e99b2521ba4e50287656) feat(release): bump zentao version diff --git a/VERSION b/VERSION index 9c25f93c..513cc0b6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.13 \ No newline at end of file +3.0.14 \ No newline at end of file diff --git a/docs/qcadmin.md b/docs/qcadmin.md index 66a0e2e0..c465d795 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 2023-Dec-22 +>Auto generated by spf13/cobra on 2024-Feb-7 ::: \ No newline at end of file diff --git a/docs/qcadmin.rb b/docs/qcadmin.rb index 0ccc613a..f6aab09e 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.0.12" + version "3.0.13" on_macos do if Hardware::CPU.arm? url "https://github.com/easysoft/quickon_cli/releases/download/v#{version}/qcadmin_darwin_arm64" - sha256 "84a7c50ab3589450db5c6fe3b87a6d1159badc87477debd9e621502b597413e1" + sha256 "368939f437ef9ae146f99100ae5344514aa86c9089dace32d9cdd95cc92ad149" 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 "2fc1fa43d2a43e7cd1e24062c602481951a2410aeb15d70fe67b479a67914ac8" + sha256 "faa02310ec387526d79ee33a695cad2f86c98889e7eb14b28f63840430284b32" 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 "2a017271d153e751b0bb4b5afa8f9414b345715f71c1c8dca4a076d9f215231b" + sha256 "2437c5528dc1f25a58425a94f82ea942dc9487502a18ffc55891c1edd81f1c30" 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 "0ab3e76450a1154f5290ab7e221cd47dd5583385c3bb5e7d0b8c70dd0d7ee1ac" + sha256 "6cdcd2f91888e25fea70f9f850b87364f5a1a65e592815590575c34deada8733" def install bin.install "qcadmin_linux_arm64" => "qcadmin"