Skip to content

v0.5.0

Compare
Choose a tag to compare
@MouceL MouceL released this 28 Oct 09:33
· 347 commits to master since this release

New Features

lazyload

  • manage all namespaces in the service mesh in cluster mode, no need to specify a list of namespaces which enable lazyload, details at #44

  • manage all ports of services, no need to specify a list of ports which enable lazyload, details at #157

  • global-sidecar components support traffic forwarding in disaster recovery scenarios

    • Underhand traffic of lazyload goes to the same port as global-sidecar, default 80
    • Disaster recovery traffic goes to the same port as the original request in global-sidecar

    details at #47 and #155

limiter

  • smartlimiter support single and global limiter in gateway scenarios #156 #173 #185

plugin

framework

  • support querying ServiceEntry from framework, the limiter module is supported currently, lazyload module is planned to be supported in the next version #163 #163

Engineering Enhancement

lazyload

  • global-sidecar runs in privileged mode #158
  • global-sidecar supports customize pod annotations #158
  • New params domainAlias , support for customised aliases for dependent service, details at #46
  • support user-define interface redirection, and support the corresponding custom logic flexible enable #178 #182
  • add ReadyManager to Environment #183

plugin

  • envoyplugin support configure rds indirectly #20

framework

  • passing lables to envoyfilter #177
  • supports building multiarch image #195
  • support multiline #180
  • support configure clientset qps #191
  • Add aux-port on slime service #147
  • add apiextensions.k8s.io/v1 crds to spport k8s version >= 1.22 #197 #203

Fix

  • ignore services without label selector #168
  • ignore situation when accesslog dest is ip #175
  • Update the rule of auto complete target service name #45 #170
  • multi routes convert to only one configPatch error in plugin #21
  • wrong calculation when pods is not ready #176
  • multi route covert configPathc unorder in limiter #198

What's Changed

New Contributors

Full Changelog: v0.3.12...v0.5.0