Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

v0.25.0

Compare
Choose a tag to compare
@ishustava ishustava released this 12 Oct 23:24
· 249 commits to master since this release
c7085fc

FEATURES:

IMPROVEMENTS:

  • Add dns.type and dns.additionalSpec settings for changing the DNS service type and adding additional spec. [GH-555]
  • Catalog Sync: Can now be run when Consul clients are disabled. It will make API calls to the Consul servers instead. [GH-570]
  • Catalog Sync: Add support for changing the Consul node name where services are sync'd. [GH-580]
  • Support for setting priorityClassName for sync-catalog and connect-inject deployments. [GH-609]
  • Updated the default Consul image to consul:1.8.4.
  • Updated the default Envoy image to envoyproxy/envoy-alpine:v1.14.4.

BREAKING CHANGES:

  • connectInject.imageEnvoy and meshGateway.imageEnvoy have been removed and now inherit from global.imageEnvoy
    which is now standardized across terminating/ingress/mesh gateways and connectInject.
    global.imageEnvoy is now a required parameter. GH-585