Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

Commit

Permalink
Updating changelog and readme for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimanyugupta07 committed Feb 8, 2019
1 parent ce7535a commit 7bf3118
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 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
## [1.1.0] - 2019-02-08
### Added
- New variable for passing Circus Train common configurations to Shunting Yard. eg. Graphite.

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,15 @@ module "apiary-shuntingyard" {
target_metastore_uri = "thrift://ip-address:9083"
metastore_events_sns_topic = "arn:aws:sns:us-west-2:1234567:metastore-events-sns-topic"
selected_tables = "database_1.table_1, database_2.table_2"
ct_common_config_yaml = "${data.template_file.ct_common_config_yaml.rendered}"
docker_image = "your.docker.repo/apiary-shuntingyard"
docker_version = "latest"
}
```

Please note that the parameter `ct_common_config_yaml` takes in the contents of the ct-common-config.yml file and should be passed in the manner described above using templates.

# Contact

## Mailing List
Expand Down

0 comments on commit 7bf3118

Please sign in to comment.