Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phillbaker committed Mar 13, 2022
1 parent d9d2916 commit 0579287
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@

### Fixed

## [2.0.0] - 2022-03-13
### Changed
- [index] Remove primary shards default so templates can specify.

### Added
- [provider] Allow configurable service name in AWS signatures (#254)
- [kibana alert] A `params_json` attribute to allow all alert types

### Fixed
- [provider] Fix interface panic conversions in defaultHttpClient and tokenHttpClient (#255)

## [2.0.0-beta.4] - 2022-01-29
### Changed
- Fix renamed opensearch resources to start with provider name
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This is a terraform provider that lets you provision Elasticsearch and Opensearc

### Terraform 0.13 and above

[This package is published on the official Terraform registry](https://registry.terraform.io/providers/phillbaker/elasticsearch/latest).
[This package is published on the official Terraform registry](https://registry.terraform.io/providers/phillbaker/elasticsearch/latest). Note, we currently test against the 1.x branch of Terraform - this should continue to work with >= 0.13 versions, however, compatibility is not tested in the >= 2.x version of this provider.

### Terraform 0.12 or manual installation

Expand Down

0 comments on commit 0579287

Please sign in to comment.