Skip to content

Latest commit

 

History

History
113 lines (88 loc) · 4.15 KB

CHANGELOG.md

File metadata and controls

113 lines (88 loc) · 4.15 KB

CHANGELOG

[0.2.2]

Released on 2019/10/11

Changes:

  • Draining time is now configurable #310
  • Validation that Control Plane is running when adding it with kumactl #181
  • Upgraded version of go-control-plane
  • Upgraded version of Envoy to 1.11.2
  • Connection timeout to ADS server is now configurable (part of envoy bootstrap config) #340

Fixed issues:

  • Cluster never went out warming state #331
  • SDS server didn't handle requests with empty resources list #337

[0.2.1]

Released on 2019/10/03

Fixed issues:

  • Issue with Access Log Server (integrated into kuma-dp) on k8s: kuma-cp was configuring Envoy to use a Unix socket other than kuma-dp was actually listening on #307

[0.2.0]

Released on 2019/10/02

Changes:

  • Fix an issue with Access Log Server (integrated into kuma-dp) on Kubernetes by replacing Google gRPC client with Envoy gRPC client #306
  • Settings of a kuma-sidecar container, such as ReadinessProbe, LivenessProbe and Resources, are now configurable #304
  • Added support for TCP logging backends, such as ELK and Splunk #300
  • Builtin CA on Kubernetes is now (re-)generated by a Controller #299
  • Default Mesh on Kubernetes is now (re-)generated by a Controller #298
  • Added Kubernetes Admission WebHook to apply defaults to Mesh resources #297
  • Upgraded version of kubernetes-sigs/controller-runtime dependency #293
  • Added a concept of RuntimePlugin to kuma-cp #296
  • Updated LDS to configure access_loggers on outbound listeners according to TrafficLog resources #276
  • Changed default locations where kuma-dp is looking for envoy binary #268
  • Added model for TrafficLog resource with File as a logging backend #266
  • Added kumactl install database-schema command to generate DB schema used by kuma-cp on universal environment #236
  • Automated release of Docker images #265
  • Changed default location where auto-generated Envoy bootstrap configuration is saved to #261
  • Added support for multiple kuma-dp instances on a single Linux machine #260
  • Automated release of *.tar artifacts #250

Fixed issues (user feedback):

  • Dataplanes cannot connect to a non-default Mesh with mTLS enabled on k8s 262
  • Starting multiple services on the same Linux machine 254
  • Fallback when invoking envoy from kuma-dp 249

[0.1.2]

Released on 2019/09/11

  • Upgraded version of Go to address CVE-2019-14809. #248
  • Improved support for mTLS on kubernetes. #238

[0.1.1]

Released on 2019/09/10

  • Bugfix in the distribution process that caused kumactl install control-plane to not work properly.

[0.1.0]

Released on 2019/09/10

The main features of this release are:

  • Multi-Tenancy: With the Mesh entity.
  • Platform-Agnosticity: With universal and kubernetes modes.
  • Mutual TLS: By setting mtls property in Mesh.
  • Logging: By setting the logging property in Mesh.
  • Traffic Permissions: With the TrafficPermission entity.
  • Proxy Templating: For low-level Envoy configuration via the ProxyTemplate entity.