Skip to content

Latest commit

 

History

History
149 lines (87 loc) · 7.3 KB

CHANGELOG.md

File metadata and controls

149 lines (87 loc) · 7.3 KB

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning

[vector-0.4.0] - 2022-01-12

Vector

Bug Fixes

  • Include common labels on ClusterRole resource (#144) (01773ba)

Documentation

  • Fix comment on autoscaling option (#145) (9d1c3c2)

[vector-0.3.0] - 2021-12-28

Vector

Documentation

  • Fix example and CI for Vector templating (#126) (e28ba32)
  • Clarify usage of secrets.generic and env (#129) (1396dd4)

Features

  • Update charts to Vector 0.19.0 (#131) (26f9779)

Vector-aggregator

Bug Fixes

  • Fix the conditions for enable/disable SA on the HAProxy (#122) (83cf509)

[vector-0.2.2] - 2021-11-30

Vector

Features

  • Upgrade Vector to 0.18.1. (#124) (20f1f0e)

[vector-0.2.1] - 2021-11-23

Vector

Bug Fixes

  • Switch metric list order in HPA. (#117) (0a214bb)
  • Typo podPriorityClassName & StatefulSet (#116) (31d7eb4)

[vector-0.2.0] - 2021-11-19

Vector

Features

  • Include option to add additionalLabels to PodMonitor (#111) (0a71e9e)
  • Upgrade Vector to 0.18.0 (#114) (27b9e98)

[vector-0.1.1] - 2021-11-10

Vector

Documentation

  • Handle helm-docs processing of vector template example (#107) (34cb0eb)

[vector-0.1.0] - 2021-11-09

Vector

Bug Fixes

  • Provide default value for only minAvailable in PDB (#98) (6fcb9de)
  • Fix type for podDisruptionBudget.maxUnavailable (#104) (190c2b4)
  • Toggle both service and headless service with service.enabled (#101) (a8b7daf)

Documentation

  • Add example customConfig in values.yaml (#102) (59161b9)
  • Add upgrade docs (#75) (a40bdcc)

[vector-0.1.0-beta.2] - 2021-11-02

Vector

Bug Fixes

  • Upgrade chart to 0.17.3 (3cf1df5)
  • Fix vector proto in haproxy config (#94) (b0a7d7d)

Documentation

  • Document how to use Vector's template syntax in customConfig (#91) (cf67558)

Features

  • Add support for user defined initContainers for Vector Pods (#79) (44a2e5e)
  • Update secrets.generic to take unencoded values (#84) (5f66c18)
    • BREAKING: Update secrets.generic to take unencoded values (#84)
  • Ensure good feature parity for HAProxy (#85) (0cb3798)
  • Update charts to Vector 0.17.2 (#89) (de3cf26)
  • Allow HPA to be used with statefulsets (#92) (73ae867)

[vector-0.1.0-alpha.4] - 2021-10-01

Unscoped

Documentation

  • Clarify suggested usage (#76) (0555fb0)

Vector

Bug Fixes

  • Fix ordering of default function in port helpers (#80) (bc8401f)

Features

  • Add optional PodDisruptionBudget resource for Vector (#57) (ea65bd0)
  • Support injecting multiple ConfigMaps (#58) (337d7d2)
    • BREAKING: Renamed existingConfigMap to existingConfig and haproxy.existingConfigMap to haproxy.existingConfig
  • Allow option PSP to be created for Agent role (#67) (a2c535b)
  • Allow for manually setting ports for container and services (#68) (5901de8)
  • Create checksum annotations for existingConfig and extraConfigs (#69) (26a1bd5)
  • Consolidate existing/extraConfig options (#71) (17c94b8)
    • BREAKING: Renamed existingConfig to existingConfigMaps, renamed haproxy.existingConfig to haproxy.existingConfigMaps removed extraConfigs
  • Add parameter to include additional labels on all resources (#73) (6d1426b)
  • Add extraVolumes and extraVolumeMounts parameters (#74) (895354f)

[vector-0.1.0-alpha.3] - 2021-09-17

Vector

Bug Fixes

  • Create ports for api from customConfig (#51) (b82c6b6)

Features

  • Add override for default Vector command (#49) (29710f3)
  • Add support for topologyKeys on all Services (#50) (47f9e2b)
  • Add optional Ingress resource (#53) (2b87bf0)