Releases: aws-observability/terraform-aws-observability-accelerator
v2.5.1
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
What's Changed
- Using GitOps with Grafana Operator to create Grafana Dashboard with Flux. by @elamaran11 in #164
- Update docs by @bonclay7 in #172
- Fixing breaking changes for path and dash urls by @elamaran11 in #173
- Fix: collector failing to scrape targets by @bonclay7 in #174
- Fixing command issue by @elamaran11 in #177
- Move all dashboards to GitOps by @bonclay7 in #175
Full Changelog: v2.4.1...v2.5.0-rc.1
v2.5.0
⚠️ 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
- Using GitOps with Grafana Operator to create Grafana Dashboard with Flux. by @elamaran11 in #164
- Update docs by @bonclay7 in #172
- Fixing breaking changes for path and dash urls by @elamaran11 in #173
- Fix: collector failing to scrape targets by @bonclay7 in #174
- Fixing command issue by @elamaran11 in #177
- Move all dashboards to GitOps by @bonclay7 in #175
- Remove Grafana provider for EKS by @bonclay7 in #179
- Fixing SSM Parameter Issue by @elamaran11 in #180
Full Changelog: v2.4.1...v2.5.0
v2.4.1
v2.4.0
What's Changed
- Addition of EKS multi-cluster observability example by @vchintal in #155
- adding multicluster docs by @lewinkedrs in #157
- Correcting the formatting issues in the markdown by @vchintal in #159
- Plan tests by @bonclay7 in #166
- Update dependencies by @bonclay7 in #167
- Grafana v9.4 by @bonclay7 in #168
Full Changelog: v2.3.0...v2.4.0
v2.3.0
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
- @vchintal made their first contribution in #145
- @gjohnson made their first contribution in #150
- @elamaran11 made their first contribution in #151
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- Lsa/resource name length i#118 by @luiscamaral in #135
- Added missing cluster name variable by @sotoiwa in #142
- Support Fluentbit to CloudWatch logs by @bonclay7 in #140
- EKS cluster example updates by @bonclay7 in #144
- Fix folder path by @awsimaya in #146
Full Changelog: v2.1.0...v2.2.0
v2.1.0
v2.0.1
What's Changed
- doc: monitoring AMP, adding pre-req by @lewinkedrs in #123
- Improve docs readability by @bonclay7 in #127
- docs: update architecture with tracing by @awsdabra in #126
- updating Diagram by @lewinkedrs in #129
- docs: improvements by @bonclay7 in #128
New Contributors
Full Changelog: v2.0.0...v2.0.1
v2.0.0
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