Skip to content

rocketmq-operator-0.3.0

Latest
Compare
Choose a tag to compare
@caigy caigy released this 04 Sep 09:36
· 23 commits to master since this release
23fb2eb

Below is a summary of the 0.3.0 release of rocketmq-operator. In this version, accessing Apache RocketMQ from outside the Kubernetes cluster is available, the addresses of Name Servers can be set automatically, memory limit in container is sensible so that calculation of JVM parameters is more accurate. The version of operator-sdk has been updated to 1.16. Also, the docker repository for rocketmq-operator has been moved to an official repository under Apache.

What's Changed

  • [ISSUE #36] Change default memory resource limit config to avoid broker pod OOMKilled error by @liuruiyiyang in #41
  • [ISSUE #29] Store the broker configuration and jvm parameters in configmap by @zhihui921016 in #25
  • [ISSUE #45] Fix store path and auto-set nameserver IP list by @liuruiyiyang in #46
  • [ISSUE #48]doc: fix README typo by @Yiyiyimu in #47
  • [ISSUE #39] Add RocketMQ Console CRD and Controller by @liuruiyiyang in #53
  • Security Contexts for Broker and Nameserver by @AdheipSingh in #67
  • [ISSUE 76] Fix empty nameservice address in broker by @gobbq in #94
  • [ISSUE 80] Skipping generating data replication command when remote command returns error by @caigy in #82
  • [Issue 84]fix cpu and mem in docker for Linux by @overstep123 in #81
  • Fea: add imagePullSecret for Broker/Nameservice/Console by @StevenLeiZhang in #90
  • [ISSUE 96] Upgrade operator-sdk tool to version 1.16 by @gobbq in #97
  • [ISSUE #100]Add printcolomns to operator resources by @gobbq in #101
  • [ISSUE #107] Fix role permissions by @gobbq in #108
  • [ISSUE #114] generate metadata sub structure by @ltamber in #116
  • feat(broker): Support HostNetwork for broker by @shangjin92 in #105
  • [ISSUE #119] Add event resource permission by @gobbq in #118
  • [ISSUE #120] fix(nameservice): add sorting for hostIps and instance.Status.NameServers before deepEqual by @shangjin92 in #104
  • [ISSUE #121] feat(core): Support ServiceAccountName for broker/nameserver/console in OpenShift by @shangjin92 in #106
  • [ISSUE #123] Fix the nameServerListStr empty bug by @gobbq in #124
  • [ISSUE #125] update README by @caigy in #126
  • [ISSUE #128] v0.3.0 release by @caigy in #129

New Contributors

Full Changelog: 0.2.1...0.3.0