Releases: stevehipwell/fluentd-aggregator
Releases · stevehipwell/fluentd-aggregator
v2.4.0
All Changes
- Updated Alpine to
v3.17.0
. - Updated
fluent-plugin-opensearch
tov1.0.9
.
v2.3.0
All Changes
- Updated Alpine to
v3.16.3
. - Updated
async-http
tov0.59.3
. - Updated
oj
tov3.13.23
.
v2.2.0
v2.1.0
All Changes
- Changed to use explicit base image version and Dependabot to manage the updates.
- Changed to use Bundler to install the Gems and Dependabot to manage the updates.
- Changed default label in configuration to
@DEFAULT
as idiomatically it should be uppercase.
v2.0.0
Warning
The ElasticSearch plugin and libraries have been updated to the latest version so AWS users will need to be using OpenSearch.
Highlights
- The Fluentd version has been updated from
v1.14
tov1.15
(releases v1.15.0, v1.15.1 & v1.15.2). - This image now follows semantic versioning and is decoupled from the Fluentd release cycle and versioning constraints.
- Plugin versions will now be strictly versioned.
All Changes
- Updated Fluentd to v1.15.2.
- Changed versioning strategy to decouple from Fluentd releases.
- Changed plugin installation to explicitly set the version.
- Changed default configuration to make it simpler.
- Added explicit UID & GID to
fluent
user of2000
. - Added
/fluentd/state
directory. - Removed ElasticSearch locking to continue supporting AWS version.
- Removed setting
RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR
.
v1.14.10
Added
- Added support for fluent-plugin-kafka.
v1.14.9
v1.14.8
Added
- Added ARM64 support via building image from scratch.