Skip to content

Commit

Permalink
upping version and updating CHANGELOG and README
Browse files Browse the repository at this point in the history
  • Loading branch information
Georgi Ivanov committed Oct 3, 2019
1 parent 15a3b29 commit 2d8af2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
2 changes: 1 addition & 1 deletion privileges-grantor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 2d8af2e

Please sign in to comment.