Skip to content

v0.1.5

Compare
Choose a tag to compare
@freeznet freeznet released this 08 Jun 00:31
· 318 commits to master since this release
0f58c70

v0.1.5 What's New

  • Remove descriptions in CRDs. (#150)
  • Refactor CI integration tests. (#148)
  • Support custom label with worker service. (#125)
  • Fix misuse between pulsar's namespace and k8s namespace. (#125)
  • Support plugin authn & authz with worker service. (#125)
  • Split TLS and Auth parameters. (#152)
  • Better exception log with worker service. (#154)
  • Rename pulsar cluster's configmap name postfix to function-mesh-config. (#157)
  • Fix requested resources not equals to the limit resources in worker service. (#156)
  • Fix de-register functions/sinks/sources with worker service. (#159) (#168)
  • Add extraDependenciesDir to Java runtime. (#155)
  • Load auth & TLS from secret. (#160)
  • Support volumeMounts in worker service. (#158)
  • Dont assign default zero value to maxReplicas. (#161)
  • Support extraDependenciesDir with worker service. (#162)
  • Support config typeClassName with worker service. (#162)
  • Remove max replicas to avoiding create hpa with worker service. (#162)
  • Use project-specified service account for function mesh operator. (#163)
  • Replace builtin prefix with worker service. (#165)
  • Avoid override jar and location value if extraDependenciesDir specified. (#166)
  • Add olm.skipRange to allow OLM upgrades. (#167)
  • Add resource limit configs in worker service. (#171)
  • Add API access and Jar uploading configs in worker service. (#169)
  • Fix resource validation in worker service. (#172)
  • Use hash for resource object name. (#173)
  • Allow config ownerReference on K8S resources created by worker service. (#174)
  • Support filter tenant and namespace. (#176)
  • Do not generate retry details or receiverQueueSize in the command by default. (#184)
  • make CustomRuntimeOptions optional in worker service. (#179)
  • Fix python runner build failed with Pulsar 2.8.0. (#185)
  • Support CRD installation with helm charts. (#186)