Skip to content

Latest commit

 

History

History
167 lines (119 loc) · 6.4 KB

CHANGELOG.md

File metadata and controls

167 lines (119 loc) · 6.4 KB

v1.4.0 - 2020-12-23

  • add option to set enforce_https (#47)

v1.3.0 - 2020-03-13

  • Updated CHANGELOG
  • Add dynamic condition to inject or not awarness_config block (#41)

v1.2.0 - 2019-10-01

  • Updated CHANGELOG
  • Minor fixes in docs
  • Fix 'dedicated_master_type' variable type (#37)
  • Add support for 'availability_zone_count' (#38)
  • Correct a typo (#36)

v1.1.0 - 2019-07-21

  • Updated CHANGELOG
  • Updated README with correct source links

v1.0.0 - 2019-07-21

  • Updated CHANGELOG
  • Upgraded module to Terraform 0.12 (#30)
  • Added version requirements in readme

v0.8.0 - 2019-03-08

  • Updated changelog
  • Updated release makefile
  • Allow to create IAM service linked role conditionally
  • Updated changelog

v0.7.0 - 2019-02-17

  • Updated changelog
  • Merge pull request #22 from terraform-community-modules/few_improvements
  • Added support for the remaining arguments and attributes, including logging and auto-updated documentation. Fixes #20, #21, #15.
  • Merge pull request #19 from yo61/add_changelog
  • Support creation of CHANGELOG

v0.6.0 - 2019-01-31

  • Merge pull request #18 from yo61/small_cluster_dedicated_masters
  • Optionally set threshold for dedicated master nodes

v0.5.0 - 2019-01-08

  • Updated pre-commit hooks
  • Merge pull request #17 from yo61/make_prefix_optional
  • Make prefix optional

v0.4.0 - 2018-10-06

  • Updated styles
  • Merge pull request #12 from Agrium/DO-506/use-cms-key
  • DO-506: Passed in kms key

v0.3.0 - 2018-08-19

  • Merge pull request #9 from dannybrody/master
  • adding option to have encryption at rest inside a vpc

v0.2.0 - 2018-08-19

  • Added pre-commit hooks
  • Merge pull request #11 from perryao/master
  • add variable for setting tags

v0.1.0 - 2018-01-05

  • docs: updating README to add new author
  • VPC support (#5)
  • Merge pull request #3 from kamilboratynski/bugfix/documentation
  • Fixed description for instance_count variable

0.0.2 - 2017-05-30

  • updating README for new release
  • Merge pull request #1 from terraform-community-modules/strtobool_error
  • undid two inadvertent changes
  • fixing string that can't be parsed as boolean
  • wrote README, ready for release
  • add management_iam_roles parameter
  • explicitly add all AWS principals
  • more conditional magic to try to reduce churn
  • argh, dependency cycle
  • additional access control rule
  • don't make a separate access_policies resource
  • wrote some outputs
  • typo fix
  • attach access policies to es domain
  • typo fix, wrong variable name
  • first try at elasticsearch module
  • building Elasticsearch domain
  • initial commit
  • Initial commit

0.0.1 - 2017-05-19

  • wrote README, ready for release
  • add management_iam_roles parameter
  • explicitly add all AWS principals
  • more conditional magic to try to reduce churn
  • argh, dependency cycle
  • additional access control rule
  • don't make a separate access_policies resource
  • wrote some outputs
  • typo fix
  • attach access policies to es domain
  • typo fix, wrong variable name
  • first try at elasticsearch module
  • building Elasticsearch domain
  • initial commit