Skip to content

Releases: kabisa/terraform-aws-eks-cloudwatch

5.1.4

06 Jul 08:02
32fa7f1
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update helm release aws-for-fluent-bit to v0.1.27 by @renovate in #26

Full Changelog: 5.1.3...5.1.4

5.1.3

20 Jun 09:11
984d1e1
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update dependency hashicorp/terraform to v1.5.0 by @renovate in #18
  • chore(deps): update helm release aws-for-fluent-bit to v0.1.26 by @renovate in #24

Full Changelog: 5.1.2...5.1.3

Related PR: aws/eks-charts#961

5.1.2

13 Jun 07:27
346b10c
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update helm release aws-for-fluent-bit to v0.1.24 by @renovate in #22
  • chore(deps): update helm release aws-cloudwatch-metrics to v0.0.9 by @renovate in #23

Full Changelog: 5.1.1...5.1.2

5.1.1 Update aws-cloudwatch-metrics to V0.0.8

06 Mar 11:21
675dcf7
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update helm release aws-cloudwatch-metrics to v0.0.8 by @renovate in #20

Full Changelog: 5.1.0...5.1.1

5.1.0

24 Feb 11:52
5f1144f
Compare
Choose a tag to compare

This release adds compatibility with EKS v1.25 by removing the deprecated PSPs.

What's Changed

  • chore(deps): update dependency hashicorp/terraform to v1.3.6 by @renovate in #16
  • chore(deps): update helm release aws-for-fluent-bit to v0.1.22 by @renovate in #19
  • chore(deps): update helm release aws-for-fluent-bit to v0.1.23 by @renovate in #21

Full Changelog: 5.0.1...5.1.0

5.0.1

08 Nov 14:12
2aec97b
Compare
Choose a tag to compare

What's Changed

  • Configure Renovate by @renovate in #8
  • chore(deps): update actions/checkout action to v3 by @renovate in #9
  • Fix/version detection by @Glaaj in #11
  • chore(deps): update helm release aws-cloudwatch-metrics to v0.0.7 by @renovate in #12
  • Github action: terraform fmt by @Glaaj in #14
  • chore(deps): update helm release aws-for-fluent-bit to v0.1.19 by @renovate in #13
  • chore(deps): update dependency hashicorp/terraform to v1.2.7 by @renovate in #15
  • chore(deps): update helm release aws-for-fluent-bit to v0.1.21 by @renovate in #17

New Contributors

Full Changelog: 5.0.0...5.0.1

5.0.0

22 Jul 09:27
b3a535c
Compare
Choose a tag to compare

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

  • @tmeijn made their first contribution in #7

Full Changelog: 4.1.1...5.0.0