EMQX Operator 1.1.4 Released
Release Note π»
Now we no longer support the creation of new v1beta1 resources,but existing v1beta1 resources are not affected
Features π
- For EMQX 4.4, a DNS cluster is used by default, no additional
serviceAccount
needs to be created, EMQX 4.3 still uses the k8s APIServer cluster - The Telegraf container can now run more robustly
- Add
postStart
for Telegraf container
- Add
- The EMQX container can now be terminated more gracefully
- Add
terminationGracePeriodSeconds
for EMQX container - Add
preStop
command for EMQX container
- Add
Fixes π
- Fix
ACL
not work in emqx enterprise modules - Fix can not use latest tag for emqx image
What's Changed
- fix: fix can not use latest tag for emqx image by @Rory-Z in #144
- fix: fix acl not work in emqx enterprise modules by @Rory-Z in #145
- feat: support dns cluster for emqx by @Rory-Z in #146
- fix: add the poststart for telegraf container to ensure run successfully by @kiragoo in #149
- fix: update libs version by @kiragoo in #150
- refactor: change storage version from v1beta1 to v1beta2 by @Rory-Z in #148
- feat: add preStop command for emqx container by @Rory-Z in #152
- chore: set unserved version for v1beta1 by @Rory-Z in #151
- chore: change api version for pkg/event by @Rory-Z in #155
- feat: add terminationGracePeriodSeconds for emqx container by @Rory-Z in #154
- style: delete util by @Rory-Z in #153
- chore: add script for pre-release by @Rory-Z in #157
- chore(release): pre-release-1.1.4 by @kiragoo in #158
Full Changelog: 1.1.3...1.1.4