Skip to content

Releases: aws-observability/terraform-aws-observability-accelerator

v2.5.1

19 Jun 13:49
c705238
Compare
Choose a tag to compare

Bug fixes

Updates helm version, helps terraform apply being idempotent, otherwise helms keeps updating the revision for the current version
OTLP receiver on 0.0.0.0 to be reached out in the cluster
minor docs update

  • eks-monitoring helm chart version, helps with Terraform idempotency in #182
  • OTLP receiver on 0.0.0.0 in #182
  • Documentation for Secrets Manager in #183

Full Changelog: v2.5.0...v2.5.1

v2.5.0-rc.1

12 Jun 16:49
fa38a90
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.1...v2.5.0-rc.1

v2.5.0

12 Jun 18:51
905400a
Compare
Choose a tag to compare

⚠️ Upgrading to 2.5.0 🚀

If you are migrating from earlier versions to v2.5, please follow this guide.

v2.5.0 removes the dependency to the Terraform Grafana provider in the EKS monitoring module. As Grafana Operator manages and syncs the Grafana contents, Terraform is not required anymore in this context.

However, if you migrate from earlier versions, you might leave some data orphans as the Grafana provider is dropped. Terraform will throw an error. We have released v2.5.0-rc.1 which removes all the Grafana resources provisioned by Terraform in the EKS context, without removing the provider configurations.

Step 1: migrate to v2.5.0-rc.1 and run apply
Step 2: migrate to v2.5.0 or above

What's Changed

Full Changelog: v2.4.1...v2.5.0

v2.4.1

05 Jun 09:59
0d1c2ef
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.4.1

v2.4.0

02 Jun 07:37
2737eb9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.4.0

v2.3.0

17 Apr 13:07
5b52c7b
Compare
Choose a tag to compare

What's Changed

  • Bump node-exporter chart to 4.14.0 by @sotoiwa in #143
  • Make creation of Grafana Data Source and Folder configurable by @vchintal in #145
  • Publish dashboards only if grafana folder exists by @vchintal in #148
  • Remove terraform.tfvars from example by @gjohnson in #150
  • Move plan tests to AWS CodeBuild by @bonclay7 in #152
  • GitOps support with Grafana Operator, External Secrets and FluxCD by @elamaran11 in #151

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

03 Apr 08:29
0a1b971
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

27 Mar 08:06
cdd0eb7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

28 Feb 10:58
215933b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

20 Feb 17:57
96fd88b
Compare
Choose a tag to compare

What's Changed

Migration guide

v2.0.0 releases introduces couple of breaking changes compared to previous versions:

  • modules/workloads/infra module moves to modules/eks-monitoring
  • All EKS configuration options moves from the base module to the eks-monitoring module
  • All EKS workload modules modules/workloads/{java,nginx} merge into eks-monitoring as configuration options (patterns), see examples to provide a more complete visibility
  • All examples have been updated to reflect these changes
  • Introducing GitOps for Grafana contents (Dashboards, Folders and Data sources) with Grafana Operator and Flux CD

Full Changelog: v1.6.4...v2.0.0