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 Oct 21, 2024
1 parent c6b9690 commit 2acfde3
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 10 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v3.2.7 (2024-10-21)

* [c6b96900](https://github.com/easysoft/quickon_cli/commit/c6b96900644ac3a5a3e2c172901f9a50cef267fe) * [feat] bump zentao version
* [d74f5129](https://github.com/easysoft/quickon_cli/commit/d74f5129b1bef26041f1b150e031330193f291db) build(deps): bump github.com/miekg/dns from 1.1.58 to 1.1.62

### Contributors

* dependabot[bot]
* ysicing

## v3.2.6 (2024-10-12)

* [2c16fa15](https://github.com/easysoft/quickon_cli/commit/2c16fa153c3aef76b413727339e796dadd2d4afd) * [fix] imp upgrade
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.7
3.2.8
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-Oct-12
>Auto generated by spf13/cobra on 2024-Oct-21
:::
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.2.6"
version "3.2.7"

on_macos do
if Hardware::CPU.arm?
url "https://github.com/easysoft/quickon_cli/releases/download/v#{version}/qcadmin_darwin_arm64"
sha256 "139af52cc5f9d0a1c7e84dbe7bb8db02ea7f3bcd8c499556d4d56ee8c5942942"
sha256 "4b949c9cc159d23c20700bb707b5900d90fa07835594418dc25313b40f18526d"

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 "6bfaa4939489d0eb1f994df0e17ceee71c7751c8bf90d0a420ba30cafa557b10"
sha256 "f88dd10f71aca368aea4c681297551d8ca80f71bb98f281c7c1fccf9f1806e9c"

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 "9309226a1c4d4206897c13ffce31ebd605ea828e71d5c3ac33ca44e74ceb343e"
sha256 "40d87a61beea778b41979672d38530f400ea04c95117face484ae39510e39544"

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 "82867544909c39954e265fea9edbe1be4b9b10decb3bcbf2a35594125a3cd975"
sha256 "c1a1e9aeee1793cf3afb35c5afd67826dfc9915f4ae4018f12f9940916a2a325"

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.2.7",
"stable": "3.2.7",
"dev": "3.2.7"
"latest": "3.2.8",
"stable": "3.2.8",
"dev": "3.2.8"
}

0 comments on commit 2acfde3

Please sign in to comment.