Releases: GoogleCloudPlatform/google-fluentd
Releases · GoogleCloudPlatform/google-fluentd
v1.5.36
- Bump fluent-plugin-google-cloud gem version to 0.6.25. (#120, #122)
- Remove cache, apt, dpkg, OpenSSL, Postgres, Mongo. (#118)
- Remove unused gems and C files, restore rdoc. (#115)
- Upgrade cool.io to 1.5.3 and google-protobuf to 3.6.1 and reduce image size. (#114)
- Add a Dockerfile VERSION file and copy both files into the image. (#113)
- Reduce docker image size. (#110)
- Add insertIds by default. (#109)
- Add agent build container Dockerfiles. (#98)
- Add build-essential dep (required with Fluentd v1.2). (#106)
- Pin systemd-journal to 1.3.0. (#107)
- Explicitly set jemalloc env var for Docker container. (#108)
v1.5.35
v1.5.34
v1.5.33
v1.5.32
v1.5.31
v1.5.30
v1.5.29
v1.5.28
- Add vendored xz utils file to override download location. (#70)
- Add fluent-plugin-multi-format-parser to plugin gems. (#68)
- Fix URLs for jemalloc and update jemalloc to latest version (v5.0.1). (#75)
- Update fluentd to v0.14.25. (#76)
❗ Note: This Fluentd upgrade comes with a bug fix to enforcepos_file
uniqueness. If you are using fluentd-catch-all-config, please make sure you upgrade to fluentd-catch-all-config/v0.7 first with--force-confnew
enabled before upgradinggoogle-fluentd
to v1.5.28. The full command is:sudo apt-get install --only-upgrade -o Dpkg::Options::="--force-confnew" google-fluentd-catch-all-config
- Add grpc version pin. (#77)
- Enforce retry limit by default and let users opt in forever retries if needed. (#74)
- Pin grpc version to v1.8.3. (#78)
- Fetch pre-compiled gem native extensions instead of building them from source for gRPC and protobuf. (#79)
- Change jemalloc version pin from v5.0.1 to v4.5.0. (#81)
v1.5.27
- Turn on partial_success by default. (#66)
- Any invalid log entries in a full set will be dropped, and the valid log entries now will be successfully ingested into the Stackdriver Logging API; previously, the full set would have been dropped if it contained any invalid log entries.
- Bump fluent-plugin-google-cloud gem version to 0.6.15. (#72)
- Windows: Reduce default buffer_chunk_limit from 2M to 1M. (#67)
- Windows: Bump google-protobuf to 3.5.1, grpc to 1.8.3 and removed the obsolete fix for native library loading issue. (#65)