Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.86 KB

CHANGELOG.md

File metadata and controls

53 lines (37 loc) · 1.86 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[2.1.3] - 2023-02-17

Changed

  • Upgrade RDS version from aurora5.6 to aurora-mysql5.7

[2.1.2] - 2019-08-28

Fixed

  • Ensure generated passwords meet Apache Ranger password criteria - see #18

[2.1.1] - 2019-04-30

Added

  • Support for user-specified CNAME for ranger admin and ranger database hosts - see #15

[2.1.0] - 2019-04-03

Added

  • Support for Docker private registry - see #10.

[2.0.1] - 2019-03-12

Added

  • Pin module to use terraform-aws-provider v1.60.0

[2.0.0] - 2019-02-27

Added

  • Migrate from Vault to AWS Secrets Manager - see #6.
    This is a backwards incompatible change, adds new variables ldap_ca_cert, ldap_secret_name, please refer to the README.md for usage.

[1.0.1] - 2019-02-22

Added

  • Tag resources that were not yet applying tags - see #4.

[1.0.0] - 2018-10-31

Added

  • initial terraform: See #1
  • Aurora database for storing ranger configs and audit logs
  • ranger admin service HA configuration with sticky sessions.
  • ranger usersync service to sync ldap users and groups from Active Directory
  • read database master password from vault
  • route53 dns entries for ranger admin & database
  • solr based auditing is not included in intial commit.