Skip to content

EMQX Operator 1.1.2 Released

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Feb 09:59

Release Note 🍻

πŸ†• Happy Valentine's Day!

Features 🌈

  • Now we can use helm to deploy, like this:

    $ helm repo add emqx https://repos.emqx.io/charts
    $ helm repo update
    $ helm install emqx-operator emqx/emqx-operator \
              --set installCRDs=true \
              --set cert-manager.enable=true \
              --namespace emqx-operator-system \
              --create-namespace
    

Fixes πŸ› 

  • Fix .spec.storage conversion failed for EmqxEnterprise in v1beta2 API version

  • Fix an issue where the controller frequently performs updates when Custom Resource are not updated

What's Changed

  • docs: modify get-started md file by @kiragoo in #96
  • feat: add helm chart for operator by @Rory-Z in #95
  • chore: add issue templates by @Rory-Z in #98
  • chore: move controlle file by @Rory-Z in #99
  • fix(ci): fix spell error by @Rory-Z in #100
  • fix(helm): fix if error for enable cert-manager by @Rory-Z in #101
  • chore: add config for ISSUE_TEMPLATE by @Rory-Z in #103
  • ci(release): upload asset when publish release by @Rory-Z in #104
  • fix(api): fix conversion error for v1beta2 EmqxEnterprise by @Rory-Z in #106
  • fix: fix update statefulset error by @Rory-Z in #107
  • refactor: the simpler generate and ensure by @Rory-Z in #109
  • chore: rename EMQ X to EMQX by @Rory-Z in #112
  • chore(release): pre release 1.1.2 by @Rory-Z in #113
  • chore(release): change version for release by @Rory-Z in #114

Full Changelog: 1.1.1...1.1.2