You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ca...@apache.org on 2022/07/29 03:04:32 UTC

[rocketmq-operator] branch master updated (8834c40 -> 859841f)

This is an automated email from the ASF dual-hosted git repository.

caigy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-operator.git


    from 8834c40  Update README.md
     new b160ad4  feat(core): Support ServiceAccountName for broker/nameserver/console
     new dadef4c  fix:using little camel cased ServiceAccountName in json tag
     new acd9f1f  Merge branch 'master' of https://github.com/shangjin92/rocketmq-operator into feature/support-serviceaccount-for-openshift
     new ddbf0d9  Merge branch 'master' of https://github.com/shangjin92/rocketmq-operator into feature/support-serviceaccount-for-openshift
     new 1c0f9b7  Merge branch 'master' of https://github.com/shangjin92/rocketmq-operator into feature/support-serviceaccount-for-openshift
     new db6764e  Merge branch 'master' of https://github.com/shangjin92/rocketmq-operator into feature/support-serviceaccount-for-openshift
     new 859841f  Merge pull request #106 from shangjin92/feature/support-serviceaccount-for-openshift

The 171 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 deploy/crds/rocketmq.apache.org_brokers.yaml         |  3 +++
 deploy/crds/rocketmq.apache.org_nameservices.yaml    |  3 +++
 pkg/apis/rocketmq/v1alpha1/broker_types.go           |  2 ++
 pkg/apis/rocketmq/v1alpha1/nameservice_types.go      |  2 ++
 pkg/controller/broker/broker_controller.go           | 13 +++++++------
 pkg/controller/console/console_controller.go         |  4 +++-
 pkg/controller/nameservice/nameservice_controller.go | 15 ++++++++-------
 7 files changed, 28 insertions(+), 14 deletions(-)