diff --git a/CHANGELOG.md b/CHANGELOG.md index ac9646b..932b144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/deploy/charts/automq-operator/Chart.yaml b/deploy/charts/automq-operator/Chart.yaml index accd2be..cab5009 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.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 diff --git a/deploy/charts/automq-operator/values.yaml b/deploy/charts/automq-operator/values.yaml index dd4e44d..ce10a62 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.0.3 +image: ghcr.io/cuisongliu/automq-operator:v0.0.4 nameOverride: "" fullnameOverride: "automq-operator" diff --git a/deploy/images/shim/busybox.txt b/deploy/images/shim/busybox.txt index e69de29..f449027 100644 --- a/deploy/images/shim/busybox.txt +++ b/deploy/images/shim/busybox.txt @@ -0,0 +1 @@ +busybox:1.36.1 \ No newline at end of file diff --git a/deploy/images/shim/image.txt b/deploy/images/shim/image.txt index da39483..f421adb 100644 --- a/deploy/images/shim/image.txt +++ b/deploy/images/shim/image.txt @@ -1 +1 @@ -automqinc/automq:1.2.0-rc1 \ No newline at end of file +automqinc/automq:1.2.0 \ No newline at end of file