diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ff03aed..0132d076 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v3.0.31 (2024-07-09) + + * [5a4edd27](https://github.com/easysoft/quickon_cli/commit/5a4edd27d019fe194aa30598ce264f3ca57f134b) * [feat]: update zentao version + * [9eb37934](https://github.com/easysoft/quickon_cli/commit/9eb37934157e093f2ba62f4496050719bad94e6f) build(deps): bump tailscale.com from 1.66.3 to 1.68.2 + * [7d133ef9](https://github.com/easysoft/quickon_cli/commit/7d133ef9f3ceeb2fe60bff1203a1b22320d052c9) build(deps): bump github.com/cockroachdb/errors from 1.11.1 to 1.11.3 + * [02a96101](https://github.com/easysoft/quickon_cli/commit/02a96101709ef33335f1442c409ade7ee8c3c180) * [fix]: update longhorn install + +### Contributors + + * dependabot[bot] + * ysicing + ## v3.0.30 (2024-06-24) * [e2b3db83](https://github.com/easysoft/quickon_cli/commit/e2b3db837fb176790b1db5ea1a1092934eb0f527) * [feat]: update zentao version diff --git a/VERSION b/VERSION index 4037fd07..8d87cded 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.31 \ No newline at end of file +3.0.32 \ No newline at end of file diff --git a/docs/qcadmin.md b/docs/qcadmin.md index 2ca149d0..8036070d 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-Jun-24 +>Auto generated by spf13/cobra on 2024-Jul-9 ::: \ No newline at end of file diff --git a/docs/qcadmin.rb b/docs/qcadmin.rb index a2fee8b5..0aa36e54 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.30" + version "3.0.31" on_macos do if Hardware::CPU.arm? url "https://github.com/easysoft/quickon_cli/releases/download/v#{version}/qcadmin_darwin_arm64" - sha256 "dd2d5b87c28aa7d0dfcfd6566f52cd695c5be260fc1c06fff9249e28f67b4b31" + sha256 "9ff1d68845117b46c859044c3d2f03af7ac30c51cda779cf92594b99298da5ca" 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 "d8b47adb612b5aa74f386e79f6cd95f92e20cf1031f1c6c806b5afde8bef3823" + sha256 "203f02a34c1742387ceb9816baa10e513eec41b4cf885c66b1293c84bcc1db82" 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 "4accc9809eb4410f28a5f3a1562477ccd68671a2048df87596e624f740709ae4" + sha256 "87a5faa6db9e63884503e84ba13718b598ca3c2e133966f03fd49adc099802e6" 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 "cfc79653b30f0e33e213812494244c962a88c110aa3a48215d32e776ad068e6d" + sha256 "3e4e1afa41570e2e84ae741554912c031c844c9070eaf8c927937c4d392ccd39" def install bin.install "qcadmin_linux_arm64" => "qcadmin" diff --git a/version.json b/version.json index 6c518d23..fe714caa 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "latest": "3.0.31", - "stable": "3.0.31", - "dev": "3.0.31" + "latest": "3.0.32", + "stable": "3.0.32", + "dev": "3.0.32" } \ No newline at end of file