Skip to content

Releases: skyscrapers/terraform-opensearch

11.3.0

07 Aug 08:08
1ab1396
Compare
Choose a tag to compare
chore: Set default Opensearch version to 2.5 skyscrapers/platform#1047

11.2.1

07 Aug 07:33
6d124ea
Compare
Choose a tag to compare
Fix invalid null ref

11.2.0

08 May 09:20
1f9803e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 11.1.1...11.2.0

11.1.1

03 Apr 12:07
0be2ca8
Compare
Choose a tag to compare

Full Changelog: 11.1.0...11.1.1

11.1.0

14 Feb 11:06
6ab1b68
Compare
Choose a tag to compare

Full Changelog: 11.0.0...11.1.0

Breaking change: new backup mechanism

09 Jan 07:17
7aa8e35
Compare
Choose a tag to compare

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

03 Oct 09:02
9083925
Compare
Choose a tag to compare
10.0.2

Bump elasticsearch-exporter chart per skyscrapers/engineering#1025

10.0.1

31 Aug 07:19
c92aed4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 10.0.0...10.0.1

Run monitoring on system nodepool by default

13 Jul 09:17
8ed8785
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.1.4...10.0.0

Bump elasticsearch exporters per skyscrapers/engineering#982

13 Jul 08:39
a2b5688
Compare
Choose a tag to compare