|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [Unreleased] |
| 9 | + |
| 10 | +## [v0.3.1] - 2021-07-05 |
| 11 | + |
| 12 | +- Container image for kube-rbac-proxy configurable in Helm Chart (#172) |
| 13 | + |
| 14 | +## [v0.5.0] - 2021-06-14 |
| 15 | + |
| 16 | +- Changes in Custom Resource for Tailing Sidecar Operator |
| 17 | + - Rename TailingSidecar to TailingSidecarConfig (#142) |
| 18 | + - Rename SidecarConfig to SidecarSpec in TailingSidecarConfig (#144) |
| 19 | + - Rename Config to SidecarSpecs in TailingSidecarConfig (#144) |
| 20 | + - Sidecar container name defined as key in SidecarSpecs (#145) |
| 21 | + - Add PodSelector to TailingSidecarConfig (#146) |
| 22 | + - Add per tailing sidecar container annotations (#147) |
| 23 | + |
| 24 | +- Replace hostPath volume added to tailing sidecars with emptytDir volume (#160) |
| 25 | + |
| 26 | +- Make kube-rbac-proxy image configurable in values.yaml (#161) |
| 27 | + |
| 28 | +- Replace deprecated APIs (#152) |
| 29 | + - Change apiextensions.k8s.io/v1beta1 to apiextensions.k8s.io/v1 |
| 30 | + - Change admissionregistration.k8s.io/v1beta1 to admissionregistration.k8s.io/v1 |
| 31 | + - Change cert-manager.io/v1alpha2 to cert-manager.io |
| 32 | + |
| 33 | +## [v0.4.0] - 2021-05-11 |
| 34 | + |
| 35 | +- Change prefix for default tailing sidecar container name to "taling-sidecar-" (#112) |
| 36 | +- Change prefix for tailing sidecar volume name to "volume-sidecar-" (#114) |
| 37 | +- Changes in Custom Resource for Tailing Sidecar Operator |
| 38 | + - Rename "file" to "path"' in CRD definition (#117) |
| 39 | + - Rename "volume" to 'volumeMount' (#118) |
| 40 | + - Change type for 'volumeMount' from "string" to "VolumeMount" (#119) |
| 41 | +- Set default tag for container images to `.Chart.AppVersion`(#111) |
| 42 | +- Change `reinvocationPolicy` for Mutating Webhook to `Never` from `ifNeeded` (#119) |
| 43 | +- Add startupProbe and livenessProbe for webhook server (#124, #125) |
| 44 | +- Add explicit non blocking handling of Pod deletion (#122) |
| 45 | +- Add tests for update of resources modified by operator (#123) |
| 46 | +- Add metadata for Helm Chart (#110) |
| 47 | + |
| 48 | +## [v0.3.0] - 2021-03-23 |
| 49 | + |
| 50 | +- Expose mutating webhook configuration in Helm Chart #107: |
| 51 | + - failurePolicy |
| 52 | + - reinvocationPolicy |
| 53 | + - objectSelector |
| 54 | + - namespaceSelector |
| 55 | + |
| 56 | +## [v0.2.0] - 2021-03-22 |
| 57 | + |
| 58 | +- Make cert-manager as an optional dependency for Helm Chart #88 |
| 59 | +- Rename defined templates in Helm Chart #101 |
| 60 | +- Set proper versions for Helm chart and container images #96 |
| 61 | +- Improve documentation #93, #95, #98, #100 |
| 62 | + |
| 63 | +## [v0.1.0] - 2021-03-19 |
| 64 | + |
| 65 | +Initial version of tailing sidecar |
| 66 | + |
| 67 | +[v0.3.1]: https://github.com/SumoLogic/tailing-sidecar/releases/tag/v0.3.1 |
| 68 | +[v0.5.0]: https://github.com/SumoLogic/tailing-sidecar/releases/tag/v0.5.0 |
| 69 | +[v0.4.0]: https://github.com/SumoLogic/tailing-sidecar/releases/tag/v0.4.0 |
| 70 | +[v0.3.0]: https://github.com/SumoLogic/tailing-sidecar/releases/tag/v0.3.0 |
| 71 | +[v0.2.0]: https://github.com/SumoLogic/tailing-sidecar/releases/tag/v0.2.0 |
| 72 | +[v0.1.0]: https://github.com/SumoLogic/tailing-sidecar/releases/tag/v0.1.0 |
0 commit comments