From 4dd665753a2bf40d01682dcbdb08c6a77284cfcd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 14:48:48 +0800 Subject: [PATCH] Release for v0.1.0 (#45) * [tagpr] prepare for the next release * [tagpr] update CHANGELOG.md --------- Co-authored-by: github-actions[bot] --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 6 +++--- deploy/charts/automq-operator/Chart.yaml | 2 +- deploy/charts/automq-operator/values.yaml | 2 +- 4 files changed, 21 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 932b144..b797ca3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [v0.1.0](https://github.com/cuisongliu/automq-operator/compare/v0.0.4...v0.1.0) - 2024-10-19 +- config: Automated Tagpr Update for v0.1.0 by @github-actions in https://github.com/cuisongliu/automq-operator/pull/44 +- feat(main): add docs for automq operator by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/46 +- feat(main): add sync images by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/47 +- feat(main): add envs for jobs by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/48 +- feat(main): upgrade go version to workflow by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/49 +- feat(main): add status logic by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/50 +- feat(main): add bootstrap address by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/51 +- feat(main): add codecov by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/52 +- config: Automated Tagpr Update for v0.1.0 by @github-actions in https://github.com/cuisongliu/automq-operator/pull/53 +- feat(main): add update version scripts by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/54 +- feat(main): fix error for readme by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/55 +- feat(main): add test webhooks by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/56 +- feat(main): add apis node by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/57 +- feat(main): add test for automq by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/58 + ## [v0.0.4](https://github.com/cuisongliu/automq-operator/compare/v0.0.3...v0.0.4) - 2024-10-15 - config: Automated Tagpr Update for v0.0.4 by @github-actions in https://github.com/cuisongliu/automq-operator/pull/15 - config: Automated Tagpr Update for v0.0.4 by @github-actions in https://github.com/cuisongliu/automq-operator/pull/17 diff --git a/README.md b/README.md index 57fe5b1..8dc8b7a 100644 --- a/README.md +++ b/README.md @@ -76,14 +76,14 @@ sealos run labring/kafka-ui:v0.7.1 1. Using sealos images install operator ```shell - sealos run ghcr.io/cuisongliu/automq-operator-sealos:v0.0.4 + sealos run ghcr.io/cuisongliu/automq-operator-sealos:v0.1.0 ``` 2. Using helm chart install operator ```shell - wget -q https://github.com/cuisongliu/automq-operator/releases/download/v0.0.4/automq-operator-v0.0.4-sealos.tgz - mkdir -p automq-operator && tar -zxvf automq-operator-v0.0.4-sealos.tgz -C automq-operator + wget -q https://github.com/cuisongliu/automq-operator/releases/download/v0.1.0/automq-operator-v0.1.0-sealos.tgz + mkdir -p automq-operator && tar -zxvf automq-operator-v0.1.0-sealos.tgz -C automq-operator cd automq-operator/deploy && bash install.sh ``` diff --git a/deploy/charts/automq-operator/Chart.yaml b/deploy/charts/automq-operator/Chart.yaml index cab5009..a68b697 100644 --- a/deploy/charts/automq-operator/Chart.yaml +++ b/deploy/charts/automq-operator/Chart.yaml @@ -16,7 +16,7 @@ type: application # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) #replace_by_makefile -version: 0.0.4 +version: 0.1.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/deploy/charts/automq-operator/values.yaml b/deploy/charts/automq-operator/values.yaml index ce10a62..f5092f5 100644 --- a/deploy/charts/automq-operator/values.yaml +++ b/deploy/charts/automq-operator/values.yaml @@ -5,7 +5,7 @@ replicaCount: 3 #replace_by_makefile -image: ghcr.io/cuisongliu/automq-operator:v0.0.4 +image: ghcr.io/cuisongliu/automq-operator:v0.1.0 nameOverride: "" fullnameOverride: "automq-operator"