File tree Expand file tree Collapse file tree 4 files changed +21
-5
lines changed
deploy/charts/automq-operator Expand file tree Collapse file tree 4 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -76,14 +76,14 @@ sealos run labring/kafka-ui:v0.7.1
76761. 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-->
82822. 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-->
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 55replicaCount : 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
1010nameOverride : " "
1111fullnameOverride : " automq-operator"
You can’t perform that action at this time.
0 commit comments