Skip to content

Commit

Permalink
Release for v0.0.4 (#14)
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 15, 2024
1 parent 58bf181 commit 7eaf37f
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 3 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [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
- refactor(main): upgrade to go 23 by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/19
- fix release ci by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/18
- feat(main): add automq code struct by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/20
- feat(main): add automq webhook by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/21
- feat(main): add webhook test by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/22
- feat(main): add webhook test by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/23
- feat(main): add controller tests by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/24
- test(sealos): e2e test for sealos by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/25
- test(sealos): images fix by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/26
- ci(main): delete registry dir for sealos cache images by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/27
- ci(main): add rm sudo by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/28
- ci(main): add deps for job0 by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/29
- ci(main): fix gen version package by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/31
- feat(main): add controller for automq by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/30
- feat(main): add hash from configmap by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/32
- feat(main): add status controller sync by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/33
- feat(main): using deploy by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/34
- feat(main): add controller config by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/35
- feat(main): fix chart by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/37
- feat(main): add broker config by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/36
- feat(main): fix panic for pipelines by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/38
- feat(main): fix index for broker by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/39
- feat(main): upgrade automq version by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/40
- feat(main): fix helm config by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/41
- feat(main): fix helm config by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/42
- feat(main): add docs for automq operator by @cuisongliu in https://github.com/cuisongliu/automq-operator/pull/43

## [v0.0.3](https://github.com/cuisongliu/automq-operator/compare/v0.0.2...v0.0.3) - 2024-09-30
- config: Automated Tagpr Update for v0.0.3 by @github-actions in https://github.com/cuisongliu/automq-operator/pull/6
- config: Automated Tagpr Update for v0.0.3 by @github-actions in https://github.com/cuisongliu/automq-operator/pull/10
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.3
version: 0.0.4

# 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.3
image: ghcr.io/cuisongliu/automq-operator:v0.0.4

nameOverride: ""
fullnameOverride: "automq-operator"
Expand Down
1 change: 1 addition & 0 deletions deploy/images/shim/busybox.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
busybox:1.36.1
2 changes: 1 addition & 1 deletion deploy/images/shim/image.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
automqinc/automq:1.2.0-rc1
automqinc/automq:1.2.0

0 comments on commit 7eaf37f

Please # to comment.