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

## v3.2.13 (2024-12-26)

* [9b375581](https://github.com/easysoft/quickon_cli/commit/9b3755810cd112b68ebd56d645ec0ba5c7f2a1a1) * [fix] fix k8s dependencies
* [cdfa2e2e](https://github.com/easysoft/quickon_cli/commit/cdfa2e2e0a2d731c0cd2a46d30403e5a7a5f0aba) build(deps): bump tailscale.com from 1.76.6 to 1.78.3
* [0b0640a0](https://github.com/easysoft/quickon_cli/commit/0b0640a0d283f1e6bc7ab868a122251da4313aae) build(deps): bump github.com/containerd/continuity from 0.4.3 to 0.4.5
* [66391058](https://github.com/easysoft/quickon_cli/commit/66391058ebbc87e6a24a2ed4b48a52bd7a35d008) build(deps): bump golang.org/x/crypto from 0.28.0 to 0.31.0
* [ada9c8f6](https://github.com/easysoft/quickon_cli/commit/ada9c8f63df00f19555a859e69023e0c8adb12fa) build(deps): bump nanoid from 3.3.7 to 3.3.8 in /docs
* [e731c79e](https://github.com/easysoft/quickon_cli/commit/e731c79e0ccadbf2e7681d22b79c6943c4403232) build(deps): bump github.com/go-ping/ping from 1.1.0 to 1.2.0
* [32eed6ea](https://github.com/easysoft/quickon_cli/commit/32eed6eaf98a37ed6062ccd8b843177d68142ff7) feat: configure MySQL master-slave architecture with volumes

### Contributors

* dependabot[bot]
* ysicing

## v3.2.12 (2024-12-06)

* [be737e7f](https://github.com/easysoft/quickon_cli/commit/be737e7f5bd4508fca2aeeef280fdcc7f286ca09) * [chore] bump Zentao DevOPS component versions
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.13
3.2.14
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-Dec-6
>Auto generated by spf13/cobra on 2024-Dec-26
:::
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.12"
version "3.2.13"

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

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

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 "b8000110211a9dff81257d3a57a9ec03f16e9d26245fbc7801102c4cf8e3f7b4"
sha256 "1cdf55827659e78c8e2ddc117577f70fef57ae7867c8e8b9cbaeff596b42cdaf"

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 "da1693bc7a1c5d6c5fd190d9b7df96e9c92400592d15cc32b818f3a3bc9615e6"
sha256 "c88552cd8f3c6037cfe0f0b679fc632089aecebf5a52de3adaeb47fe71d03d37"

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

0 comments on commit 5309bb1

Please sign in to comment.