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 Dec 6, 2024
1 parent 32eed6e commit 4a1d25a
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.12 (2024-12-06)

* [be737e7f](https://github.com/easysoft/quickon_cli/commit/be737e7f5bd4508fca2aeeef280fdcc7f286ca09) * [chore] bump Zentao DevOPS component versions
* [2949e383](https://github.com/easysoft/quickon_cli/commit/2949e3834b45d01bbf3b824b6aed680bbe40ce16) build(deps): bump github.com/quic-go/quic-go from 0.47.0 to 0.48.2
* [dd871777](https://github.com/easysoft/quickon_cli/commit/dd8717774ed3c354e4a34980e4106cdeebc70dc5) build(deps): bump github.com/pkg/sftp from 1.13.6 to 1.13.7
* [ee25bb4a](https://github.com/easysoft/quickon_cli/commit/ee25bb4ad47b9f12edc3063386ea2087f6d0bf3a) build(deps): bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1
* [ff9ebf78](https://github.com/easysoft/quickon_cli/commit/ff9ebf7818ae762112b6ce0dc9ce99baf6ffec93) build(deps): bump tailscale.com from 1.74.0 to 1.76.6

### Contributors

* dependabot[bot]
* ysicing

## v3.2.11 (2024-11-13)

* [92b9df5e](https://github.com/easysoft/quickon_cli/commit/92b9df5eca988527ccc007486ae497c17bbca98e) * [chore]: update Zentao DevOPS component versions to lates
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.12
3.2.13
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-Nov-13
>Auto generated by spf13/cobra on 2024-Dec-6
:::
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.11"
version "3.2.12"

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

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 "35d46d9dc6624dab40439bc159f0b9a791d855356ba0c770bc495ebbdd4bd725"
sha256 "907837059f98136d1a2b18a9f06b199ba021a7f6640a4ef9bd063395df574f78"

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 "71c9d74be68c339d87db57551558ca1e628c3b182e2605173d836fec898b6ca8"
sha256 "b8000110211a9dff81257d3a57a9ec03f16e9d26245fbc7801102c4cf8e3f7b4"

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 "1a2c21276b1f3955a148d1caf19b0e38b3f627c136d663af193b954e583002a2"
sha256 "da1693bc7a1c5d6c5fd190d9b7df96e9c92400592d15cc32b818f3a3bc9615e6"

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.12",
"stable": "3.2.12",
"dev": "3.2.12"
"latest": "3.2.13",
"stable": "3.2.13",
"dev": "3.2.13"
}

0 comments on commit 4a1d25a

Please sign in to comment.