Skip to content

Commit 0579287

Browse files
committed
Release 2.0.0
1 parent d9d2916 commit 0579287

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@
66

77
### Fixed
88

9+
## [2.0.0] - 2022-03-13
10+
### Changed
11+
- [index] Remove primary shards default so templates can specify.
12+
13+
### Added
14+
- [provider] Allow configurable service name in AWS signatures (#254)
15+
- [kibana alert] A `params_json` attribute to allow all alert types
16+
17+
### Fixed
18+
- [provider] Fix interface panic conversions in defaultHttpClient and tokenHttpClient (#255)
19+
920
## [2.0.0-beta.4] - 2022-01-29
1021
### Changed
1122
- Fix renamed opensearch resources to start with provider name

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is a terraform provider that lets you provision Elasticsearch and Opensearc
88

99
### Terraform 0.13 and above
1010

11-
[This package is published on the official Terraform registry](https://registry.terraform.io/providers/phillbaker/elasticsearch/latest).
11+
[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.
1212

1313
### Terraform 0.12 or manual installation
1414

0 commit comments

Comments
 (0)