Skip to content

v0.4.0

Compare
Choose a tag to compare
@kkujawa-sumo kkujawa-sumo released this 11 May 09:10
· 355 commits to main since this release
  • Change prefix for default tailing sidecar container name to "taling-sidecar-" (#112)
  • Change prefix for tailing sidecar volume name to "volume-sidecar-" (#114)
  • Changes in Custom Resource for Tailing Sidecar Operator
    • Rename "file" to "path"' in CRD definition (#117)
    • Rename "volume" to 'volumeMount' (#118)
    • Change type for 'volumeMount' from "string" to "VolumeMount" (#119)
  • Set default tag for container images to .Chart.AppVersion(#111)
  • Change reinvocationPolicy for Mutating Webhook to Never from ifNeeded (#119)
  • Add startupProbe and livenessProbe for webhook server (#124, #125)
  • Add explicit non blocking handling of Pod deletion (#122)
  • Add tests for update of resources modified by operator (#123)
  • Add metadata for Helm Chart (#110)