Skip to content

Commit

Permalink
Release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
phillbaker committed Dec 24, 2020
1 parent c3696ef commit ef32b99
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
# Changelog
## Unreleased
### Changed
-

### Added
-

## [1.5.1] - 2020-12-23
### Changed
- Gracefully handle the case where `elasticsearch_index_template` objects exist in the terraform state but not in the ES domain (e.g. because they were manually deleted.)
- Create index `aliases` and `mappings` even if no settings are set.
- Bump aws client to v1.35.33.
- Allow provider variable interpolation by deferring client instanation, `providerConfigure` only returns a configuration struct.
- Allow provider variable interpolation by deferring client instantiation, `providerConfigure` only returns a configuration struct.
- Fix XPack license resource having perpetual diff if using basic license.
- [aws auth] Pass profile on assume role.
- [aws auth] Pass down the `insecure` provider parameter to allow skipping TLS verification.
- [index] Return errors in the case where index definitions are invalid.

### Added
- Composable Index Template resource, available in ESv7.8+
Expand Down

0 comments on commit ef32b99

Please sign in to comment.