Skip to content

fluentd-0.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Aug 10:03
02d349e

Added

  • Support tpl evaluation in podAnnotations to allow dynamic checksums from parent charts. (#709) @elimayost
  • Add variantVersion value to specify the version of the variant to use. (#720) @stevehipwell
  • Add topologySpreadConstraints value to spread pods across zones or nodes. (#747) @ranyhb

Changed

Fixed

  • Fix test connection pod to actually run so CI can pass. (#720) @stevehipwell
  • Don't render spec.replicas on the Deployment when autoscaling.enabled is true or replicaCount is unset, so the HorizontalPodAutoscaler owns the replica count. (#745) @ranyhb