5.0.0
What's Changed
- Automate documentation by @Glaaj in #6
- feat: separate logs on namespace and aggregate on pod name by @tmeijn in #7
BREAKING CHANGE: previously, all container logs from the cluster were stored in the /aws/eks/fluentbit-cloudwatch/logs CloudWatch Log group. With this release, cluster logs are separated by namespace and aggregated on pod level in the log streams within the namespace log group. This means that the old log group will no longer be used. To ease the transition the log_preserve_legacy_log_group (default: true) has been introduced. In a future release the old log group in Terraform may be removed.
New Contributors
Full Changelog: 4.1.1...5.0.0