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 Sep 18, 2024
1 parent c620733 commit b1d223b
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 10 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v3.2.1 (2024-09-18)

* [c620733c](https://github.com/easysoft/quickon_cli/commit/c620733c3331d1bc860b9ba16c1cf2ef8a7e99f3) * [fix] fix typo systemd
* [22bd7635](https://github.com/easysoft/quickon_cli/commit/22bd7635edda9e3522ca5c17280eabf1bd003c86) * [fix] fix typo systemd
* [6c505f29](https://github.com/easysoft/quickon_cli/commit/6c505f290ae5ce27a9ff379e0a0536ca5cc96cd7) build(deps): bump vite from 5.2.8 to 5.4.6 in /docs
* [92525506](https://github.com/easysoft/quickon_cli/commit/925255062b8b8cc72e7c6dc84aacdac57d34ae95) build(deps): bump github.com/schollz/progressbar/v3
* [38b271b0](https://github.com/easysoft/quickon_cli/commit/38b271b037a1c12aba22cb440f7231efe1d432b8) * [tls] add tls build

### Contributors

* dependabot[bot]
* ysicing

## v3.2.0 (2024-09-14)

* [b446b6ee](https://github.com/easysoft/quickon_cli/commit/b446b6ee369293cbe07d9905b889858d1031f850) * [fix] fix nfs install path typo
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.1
3.2.2
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-Sep-14
>Auto generated by spf13/cobra on 2024-Sep-18
:::
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.0"
version "3.2.1"

on_macos do
if Hardware::CPU.arm?
url "https://github.com/easysoft/quickon_cli/releases/download/v#{version}/qcadmin_darwin_arm64"
sha256 "094b06c3ec7772c25a729de9d61e8c132d34cbcff9bba6d17f735d17405c0192"
sha256 "c674ae9cb63a2de56dd6dae12f23ede42e36466658deae19c976ecfafc3889fc"

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 "e2b43f02f3d5673b15fbeb65a7e76aef05ba7fd8d77f79619efd7f06ba88781d"
sha256 "7a9bf62f5d4dbbcddc540d24626848fac021127b37bbf7d38089b4b54d7cde9a"

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 "47087be972e89afcd4c0e378d25cce5eb75604e95221dccd2bc293cf4b885d7f"
sha256 "e8f011325146df0dffa6b7a3981f16cbcede60fa85f1aeb0d79fe4e8ce8ec525"

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 "8148cad4644416d47582dc80b6f7fc550f23c437249b6b3a5b6c23097515377d"
sha256 "dc4cb257dfbed9f9357670e816896463b04d38ddd704d3b0cb7c4490bf24b1b2"

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.1",
"stable": "3.2.1",
"dev": "3.2.1"
"latest": "3.2.2",
"stable": "3.2.2",
"dev": "3.2.2"
}

0 comments on commit b1d223b

Please sign in to comment.