Skip to content

Commit

Permalink
Merge pull request #4 from snowplow-devops/release/0.1.3
Browse files Browse the repository at this point in the history
Release/0.1.3
  • Loading branch information
jbeemster authored Jul 20, 2021
2 parents 7734710 + 7789225 commit cac8a24
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.1.3 (2021-07-20)
--------------------------
Ensure default enrichments are not hardcoded to a particular region (#3)

Version 0.1.2 (2021-07-08)
--------------------------
Make buffer limits configurable (#2)
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
locals {
module_name = "enrich-kinesis-ec2"
module_version = "0.1.2"
module_version = "0.1.3"

app_name = "stream-enrich"
app_version = "1.4.2"
Expand Down
2 changes: 1 addition & 1 deletion templates/enrichments/referer_parser.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"enabled": true,
"parameters": {
"database": "referers-latest.json",
"uri": "s3://snowplow-hosted-assets/third-party/referer-parser/",
"uri": "https://snowplow-hosted-assets.s3.eu-west-1.amazonaws.com/third-party/referer-parser/",
"internalDomains": []
}
}
Expand Down
2 changes: 1 addition & 1 deletion templates/enrichments/ua_parser_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"vendor": "com.snowplowanalytics.snowplow",
"enabled": true,
"parameters": {
"uri": "s3://snowplow-hosted-assets/third-party/ua-parser",
"uri": "https://snowplow-hosted-assets.s3.eu-west-1.amazonaws.com/third-party/ua-parser",
"database": "regexes-latest.yaml"
}
}
Expand Down

0 comments on commit cac8a24

Please sign in to comment.