Skip to content

Commit

Permalink
Release for v0.1.0 (#45)
Browse files Browse the repository at this point in the history
* [tagpr] prepare for the next release

* [tagpr] update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 19, 2024
1 parent 2029c40 commit 4dd6657
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@ sealos run labring/kafka-ui:v0.7.1
1. Using sealos images install operator
<!--automq-operator release sealos begin-->
```shell
sealos run ghcr.io/cuisongliu/automq-operator-sealos:v0.0.4
sealos run ghcr.io/cuisongliu/automq-operator-sealos:v0.1.0
```
<!--automq-operator release sealos end-->
2. Using helm chart install operator
<!--automq-operator release begin-->
```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
```
<!--automq-operator release end-->
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/automq-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/automq-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4dd6657

Please # to comment.