From 89026fe14b76b31c5f7f1659e9fb26a0a3fd3b36 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 21 Oct 2024 08:42:48 +0000 Subject: [PATCH 1/2] [tagpr] prepare for the next release --- README.md | 6 +++--- deploy/charts/automq-operator/Chart.yaml | 2 +- deploy/charts/automq-operator/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 67b5bb3..77772c4 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.1.0 + sealos run ghcr.io/cuisongliu/automq-operator-sealos:v0.2.0 ``` 2. Using helm chart install operator ```shell - 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 + wget -q https://github.com/cuisongliu/automq-operator/releases/download/v0.2.0/automq-operator-v0.2.0-sealos.tgz + mkdir -p automq-operator && tar -zxvf automq-operator-v0.2.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 a68b697..465b0d2 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.1.0 +version: 0.2.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 f5092f5..51dfb9e 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.1.0 +image: ghcr.io/cuisongliu/automq-operator:v0.2.0 nameOverride: "" fullnameOverride: "automq-operator" From c220cf967071a506b6b8115a1baaed4b34cde4e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 21 Oct 2024 08:42:48 +0000 Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b797ca3..91fe9a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v0.2.0](https://github.com/cuisongliu/automq-operator/compare/v0.1.0...v0.2.0) - 2024-10-21 +- config: Automated Tagpr Update for v0.2.0 by @github-actions in https://github.com/cuisongliu/automq-operator/pull/59 +- feat(main): fix release ci by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/61 +- feat(main): fix readme by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/62 + ## [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