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 Aug 5, 2024
1 parent d652711 commit 35cfb85
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 10 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## v3.1.0 (2024-08-05)

* [d652711a](https://github.com/easysoft/quickon_cli/commit/d652711a03934abc78de677e03b1f7d7cff379cb) build(deps): bump github.com/gofrs/flock from 0.8.1 to 0.12.1
* [c1f81011](https://github.com/easysoft/quickon_cli/commit/c1f810112832d354b744d70269803202d0d62d83) * [app] update zentao version
* [b1e996cc](https://github.com/easysoft/quickon_cli/commit/b1e996cc7fda3c3ce6b2823150f7c393fb691ebf) * [sec] update go mod dep
* [c4cc3b06](https://github.com/easysoft/quickon_cli/commit/c4cc3b060f8a8ec7b38ad6df88e0b5ef1d00c74a) * [feat] update k3s version
* [ea00f65d](https://github.com/easysoft/quickon_cli/commit/ea00f65da045f7d50ca25b82d8fe9c05a4302f77) build(deps): bump golang.org/x/term from 0.21.0 to 0.22.0
* [08b0a8ff](https://github.com/easysoft/quickon_cli/commit/08b0a8fffece302a22aa6f1df905ffc70d3d838c) refactor: update kube API server URL in ExecStart command

### Contributors

* dependabot[bot]
* ysicing

## v3.0.32 (2024-07-23)

* [c65e53da](https://github.com/easysoft/quickon_cli/commit/c65e53da1c15b6f6cd5aee8eff4e0fb2610f5e54) * [feat] update zentao version
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.1-alpha.3
3.1.1
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-Aug-2
>Auto generated by spf13/cobra on 2024-Aug-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.1.0-alpha.3"
version "3.1.0"

on_macos do
if Hardware::CPU.arm?
url "https://github.com/easysoft/quickon_cli/releases/download/v#{version}/qcadmin_darwin_arm64"
sha256 "37075d88373cf67d44638f841c1da9388ef1e62d8f1282bfc7fdfa600b4df7d3"
sha256 "58b45e2f8897d6b88c25f21987458017e0cc1bfd575f5e271238ecef3c99ee2a"

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 "57e45b8ad1ef5a3e75d0cc11dc7b42c8fa889999a4344173acdd471cc68a2b63"
sha256 "ef28deb36f940b052f664ff1449a66ad877b52d1781e964a420455fea60a3c61"

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 "f56c392a1d6563d8deea72e7f9f8a8999aaac03c2028d400a36c7b3bbb825cec"
sha256 "2ace5ebce2acd347ebaccbb2e28caa6f74280b9623f1a4550fb55c813ceae569"

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 "ecfbb685448ca7beae77af5f43fefd0dc86ddcc21cf60ce1d5a27f77bae1e93d"
sha256 "9ee027ca4c0af332308389ab54debe6af402c05d460a50ca4f3059dc8d76846c"

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.1.1-alpha.3",
"stable": "3.1.1-alpha.3",
"dev": "3.1.1-alpha.3"
"latest": "3.1.1",
"stable": "3.1.1",
"dev": "3.1.1"
}

0 comments on commit 35cfb85

Please sign in to comment.