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 Nov 5, 2024
1 parent 7240200 commit bf97261
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 10 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v3.2.9 (2024-11-05)

* [c9d03d06](https://github.com/easysoft/quickon_cli/commit/c9d03d06a46b6cf3156e4501d8fe0d226e5fd8f5) build(deps): bump github.com/imroc/req/v3 from 3.46.0 to 3.48.0
* [e6582d22](https://github.com/easysoft/quickon_cli/commit/e6582d22a14a4bfaaa5cd577b343d8c4f3fd91de) fix: update k3s version and improve TLS certificate logging
* [aca16d5b](https://github.com/easysoft/quickon_cli/commit/aca16d5ba226b0da1414989326363b16d63efac1) build(deps): bump github.com/schollz/progressbar/v3

### Contributors

* dependabot[bot]
* ysicing

## v3.2.8 (2024-10-23)

* [bfc103a8](https://github.com/easysoft/quickon_cli/commit/bfc103a875bc635264f2a84b120a1486678508f8) fix: enhance logging for TLS certificate management and security
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.9
3.2.10
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-23
>Auto generated by spf13/cobra on 2024-Nov-5
:::
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.8"
version "3.2.9"

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

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 "ac9ea57e506f415f8cad06e9c8a45ec6cf66e07aa3158f3d808528daf7757fe3"
sha256 "82e29d842ef22bba536eb1501681cd44fb2405e054ec4df446c14a4290db2ace"

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 "29d7f0bfe2a44aeb78b007658bf0d4736d56dd87f40c116b068decd6ab645429"
sha256 "bbd8b381b293bceed7ad34aeae40578628a6e4d2a3150e80293b545da37e55dc"

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 "3aa2078b81d34ec8f513aaa49bf75fd8fc0f6f5285813aad0bfc6c5d9a983768"
sha256 "00cd66942c548aa057be975f8552fe9594fd67bb97f8c04314c06c83a1fbd206"

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.9",
"stable": "3.2.9",
"dev": "3.2.9"
"latest": "3.2.10",
"stable": "3.2.10",
"dev": "3.2.10"
}

0 comments on commit bf97261

Please sign in to comment.