v1.2.0
This is a features release v1.2
with no breaking changes.
-
When installing this release with Helm please make sure to use the
--force
flag
The--force
is needed because of thelabels
andannotation
changes on statefulsets and deamonsets for #797 -
After installing this release with Helm one may see the following message:
WARNING: File persistence for fluentd is disabled. This might lead to loss of data in case of memory buffer overflow.
We recommend turning this property on for production environments.
We highly recommend to enable file persistence for production environments by setting fluentd.persistence.enabled=true
.
This property will be enabled by default in the 2.0
release.
- FluentD image has been updated from
1.8.1
to1.11.1
List of main fixes and features:
- Upgrade fluentd base image, refactor docker file to pull steps into builder image, remove dependencies that are not needed #775
- Ability to inject additional labels to fluentD statefulsets #728
- Helm chart support for setting custom annotations on statefulsets and daemonsets #797
- Expose ability to set additional settings in fluentd forward input plugin #830
- Unify comments in
values.yaml
- make them start with two hash characters #836 - Set
text compress
as default option for FluentD file buffer #850
Full list of changes is available at https://github.com/SumoLogic/sumologic-kubernetes-collection/milestone/5?closed=1