Skip to content

Commit 4dd6657

Browse files
Release for v0.1.0 (#45)
* [tagpr] prepare for the next release * [tagpr] update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2029c40 commit 4dd6657

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [v0.1.0](https://github.com/cuisongliu/automq-operator/compare/v0.0.4...v0.1.0) - 2024-10-19
4+
- config: Automated Tagpr Update for v0.1.0 by @github-actions in https://github.com/cuisongliu/automq-operator/pull/44
5+
- feat(main): add docs for automq operator by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/46
6+
- feat(main): add sync images by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/47
7+
- feat(main): add envs for jobs by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/48
8+
- feat(main): upgrade go version to workflow by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/49
9+
- feat(main): add status logic by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/50
10+
- feat(main): add bootstrap address by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/51
11+
- feat(main): add codecov by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/52
12+
- config: Automated Tagpr Update for v0.1.0 by @github-actions in https://github.com/cuisongliu/automq-operator/pull/53
13+
- feat(main): add update version scripts by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/54
14+
- feat(main): fix error for readme by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/55
15+
- feat(main): add test webhooks by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/56
16+
- feat(main): add apis node by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/57
17+
- feat(main): add test for automq by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/58
18+
319
## [v0.0.4](https://github.com/cuisongliu/automq-operator/compare/v0.0.3...v0.0.4) - 2024-10-15
420
- config: Automated Tagpr Update for v0.0.4 by @github-actions in https://github.com/cuisongliu/automq-operator/pull/15
521
- config: Automated Tagpr Update for v0.0.4 by @github-actions in https://github.com/cuisongliu/automq-operator/pull/17

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ sealos run labring/kafka-ui:v0.7.1
7676
1. Using sealos images install operator
7777
<!--automq-operator release sealos begin-->
7878
```shell
79-
sealos run ghcr.io/cuisongliu/automq-operator-sealos:v0.0.4
79+
sealos run ghcr.io/cuisongliu/automq-operator-sealos:v0.1.0
8080
```
8181
<!--automq-operator release sealos end-->
8282
2. Using helm chart install operator
8383
<!--automq-operator release begin-->
8484
```shell
85-
wget -q https://github.com/cuisongliu/automq-operator/releases/download/v0.0.4/automq-operator-v0.0.4-sealos.tgz
86-
mkdir -p automq-operator && tar -zxvf automq-operator-v0.0.4-sealos.tgz -C automq-operator
85+
wget -q https://github.com/cuisongliu/automq-operator/releases/download/v0.1.0/automq-operator-v0.1.0-sealos.tgz
86+
mkdir -p automq-operator && tar -zxvf automq-operator-v0.1.0-sealos.tgz -C automq-operator
8787
cd automq-operator/deploy && bash install.sh
8888
```
8989
<!--automq-operator release end-->

deploy/charts/automq-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type: application
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
1818
#replace_by_makefile
19-
version: 0.0.4
19+
version: 0.1.0
2020

2121
# This is the version number of the application being deployed. This version number should be
2222
# incremented each time you make changes to the application. Versions are not expected to

deploy/charts/automq-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
replicaCount: 3
66

77
#replace_by_makefile
8-
image: ghcr.io/cuisongliu/automq-operator:v0.0.4
8+
image: ghcr.io/cuisongliu/automq-operator:v0.1.0
99

1010
nameOverride: ""
1111
fullnameOverride: "automq-operator"

0 commit comments

Comments
 (0)