Releases: vmware/kube-fluentd-operator
Releases · vmware/kube-fluentd-operator
v1.18.2
What's Changed
- docs: new release version v1.18.1 by @javiercri in #429
- chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /config-reloader by @dependabot in #430
- chore(deps): bump github.com/containerd/containerd from 1.6.19 to 1.6.26 in /image by @dependabot in #431
- fix: log template rendering errors by @luisdavim in #433
- chore(deps): bump github.com/opencontainers/runc from 1.1.5 to 1.1.12 in /image by @dependabot in #434
- fix: fallback to reload when gracefulReload fails by @luisdavim in #435
Full Changelog: v1.18.1...v1.18.2
v1.18.1
What's Changed
- Add flag to process namespaces based on kubernetes labels by @vanabbott in #414
- chore(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 in /config-reloader by @dependabot in #424
- chore(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 in /image by @dependabot in #425
- fix: arm64 image is actually x86 by @nhamlh in #423
- feat: support go templates in config sources by @luisdavim in #426
- chore(deps): bump google.golang.org/grpc from 1.47.0 to 1.56.3 in /image by @dependabot in #427
- chore(deps): bump github.com/docker/docker from 24.0.2+incompatible to 24.0.7+incompatible in /image by @dependabot in #428
New Contributors
- @vanabbott made their first contribution in #414
- @nhamlh made their first contribution in #423
- @luisdavim made their first contribution in #426
Full Changelog: v1.18.0...v1.18.1
v1.18.0
What's Changed
- feat: create new test for fluentd by @javiercri in #410
- fix: unable to start if mismatchtag in config by @javiercri in #412
- feat: add test for controller by @javiercri in #415
- fix: image tests by @vsamidurai in #418
- update lint plugin and gemfile lock by @slimm609 in #419
- feat: Join images to a single dockerfile by @slimm609 in #416
- feat: add support for multiarch image by @slimm609 in #420
- docs: changelog for release v1.18 by @javiercri in #421
New Contributors
- @vsamidurai made their first contribution in #418
Full Changelog: v1.17.6...v1.18.0
v1.17.6
What's Changed
- feat: update prometheus plugin by @javiercri in #398
- feat: remove http out plugin by @javiercri in #399
- fix: add follow_inode to wildcard by @slimm609 in #400
- feat: re-add validator command by @javiercri in #401
- feat: publish latest image by @javiercri in #402
- fix: reduce image size and refactor layers by @slimm609 in #405
- feat: add k8s unittest for k8s by @javiercri in #404
- feat: add de_dot plugin by @javiercri in #408
- fix: correct dockerfile by @javiercri in #409
- docs: prepare release 1.17.6 by @javiercri in #411
Full Changelog: v1.17.3...v1.17.6
v1.17.6-rc.1
fix: correct dockerfile (#409) Fix correct dockerfile for base-image Signed-off-by: jcriadomarco <[email protected]>
v1.17.5-rc.1
feat: rollback detect exception plugin Signed-off-by: jcriadomarco <[email protected]>
v1.17.5
feat: rollback detect exception plugin Signed-off-by: jcriadomarco <[email protected]>
v1.17.4
feat: rollback detect exception plugin Signed-off-by: jcriadomarco <[email protected]>
v1.17.4-rc.2
feat: publish latest image (#402) Publish latest image with release Signed-off-by: jcriadomarco <[email protected]>
v1.17.4-rc.1
feat: re-add validator command (#401) Re-add validator to command Signed-off-by: jcriadomarco <[email protected]>