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 Jul 9, 2024
1 parent 5a4edd2 commit f063e31
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.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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.31
3.0.32
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-Jun-24
>Auto generated by spf13/cobra on 2024-Jul-9
:::
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.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"
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 "d8b47adb612b5aa74f386e79f6cd95f92e20cf1031f1c6c806b5afde8bef3823"
sha256 "203f02a34c1742387ceb9816baa10e513eec41b4cf885c66b1293c84bcc1db82"

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 "4accc9809eb4410f28a5f3a1562477ccd68671a2048df87596e624f740709ae4"
sha256 "87a5faa6db9e63884503e84ba13718b598ca3c2e133966f03fd49adc099802e6"

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 "cfc79653b30f0e33e213812494244c962a88c110aa3a48215d32e776ad068e6d"
sha256 "3e4e1afa41570e2e84ae741554912c031c844c9070eaf8c927937c4d392ccd39"

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.0.31",
"stable": "3.0.31",
"dev": "3.0.31"
"latest": "3.0.32",
"stable": "3.0.32",
"dev": "3.0.32"
}

0 comments on commit f063e31

Please sign in to comment.