Releases: skyscrapers/terraform-opensearch
Releases · skyscrapers/terraform-opensearch
11.3.0
11.2.1
11.2.0
11.1.1
Full Changelog: 11.1.0...11.1.1
11.1.0
Full Changelog: 11.0.0...11.1.0
Breaking change: new backup mechanism
We removed the custom S3 backup mechanism (via Lambda) from the opensearch
module. As an alternative we now offer a new opensearch-backup
module, which relies on the OpenSearch Snapshot Management API to create snapshots to S3.
If you want to upgrade, without destroying your old S3 snapshot bucket, we recommend to remove the bucket from Terraform's state:
terraform state rm aws_s3_bucket.snapshot[0]
If you wish to import the old bucket into the new module, you can run:
terraform import module.s3_snapshot.aws_s3_bucket.this "<opensearch_domain_name>-snapshot"
Also make sure to set var.name
of this module to <opensearch_domain_name>-snapshot
.
Alternatively you can just let the module create a new bucket.
Bump elasticsearch-exporter chart per skyscrapers/engineering#1025
10.0.2 Bump elasticsearch-exporter chart per skyscrapers/engineering#1025
10.0.1
Run monitoring on system nodepool by default
What's Changed
- Expose option to set system nodepool by @simonrondelez in #46
Full Changelog: 9.1.4...10.0.0