diff --git a/CHANGELOG.md b/CHANGELOG.md index f1c6b65..e789a17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [1.1.0] - TBD +## [2.0.0] - TBD ### Added - SQS permissions policy. - tags to the lambda. @@ -13,6 +13,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a - updating filter vars from string to list. - updating the variable `pg_jars_s3_key` to `pg_lambda_s3_key`. +### Removed +- removed the `pg_lambda_version` module variable (but left an example of using it client-side in the README.md) + ## [1.0.0] - 2019-06-27 ### Added - Terraform scripts for Privilege Grantor Apiary Extension. diff --git a/privileges-grantor/README.md b/privileges-grantor/README.md index 2c95eae..a5f71e1 100644 --- a/privileges-grantor/README.md +++ b/privileges-grantor/README.md @@ -15,7 +15,7 @@ For more information please refer to the main [Apiary](https://github.com/Expedi | database\_filter | List of database names to be added to SNS filter. Supported format: `[ "DB_NAME_1", "DB_NAME_2" ]` | list | n/a | yes | | metastore\_events\_sns\_topic | SNS Topic for Hive Metastore events. | string | n/a | yes | | pg\_lambda\_s3\_key | S3 key where privilege grantor lambda zip file is located. | string | n/a | yes | -| pg\_lambda\_bucket | Bucket where the privilege grantor lambda zip can be found, for example 'bucket\_name'. Used together with `pg_lambda_s3_key` to construct the full S3 path | string | n/a | yes | +| pg\_lambda\_bucket | Bucket where the privilege grantor lambda zip can be found, for example 'bucket\_name'. Used together with `pg_lambda_s3_key` to construct the full S3 path. | string | n/a | yes | | pg\_metastore\_uri | Thrift URI of the metastore to which Lambda will connect to. | string | n/a | yes | | security\_groups | Security groups in which Lambda will have access to. | list | n/a | yes | | subnets | Subnets in which Lambda will have access to. | list | n/a | yes |