Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Commit b99c407

Browse files
committed
Prepared for release
1 parent 3dd86b1 commit b99c407

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 0.2.0 (2021-08-30)
2+
--------------------------
3+
Update to use Postgres Loader v0.3.1 (#6)
4+
Leverage CloudWatch Logs as default (#8)
5+
16
Version 0.1.1 (2021-08-12)
27
--------------------------
38
Update License badge to use HTTPS (#1)

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
A Terraform module which deploys a Snowplow Postgres Loader application on AWS running on top of EC2. If you want to use a custom AMI for this deployment you will need to ensure it is based on top of Amazon Linux 2.
66

7+
_WARNING_: If you are upgrading from module version 0.1.x you will need to issue a manual table update - [details can be found here](https://discourse.snowplowanalytics.com/t/snowplow-postgres-loader-0-3-0-released/5553#changing-some-of-the-column-types-7). You will need to adjust the alter table command with the schema that your `events` table is deployed within.
8+
79
## Telemetry
810

911
This module by default collects and forwards telemetry information to Snowplow to understand how our applications are being used. No identifying information about your sub-account or account fingerprints are ever forwarded to us - it is very simple information about what modules and applications are deployed and active.

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
locals {
22
module_name = "postgres-loader-kinesis-ec2"
3-
module_version = "0.1.1"
3+
module_version = "0.2.0"
44

55
app_name = "snowplow-postgres-loader"
66
app_version = "0.3.1"

0 commit comments

Comments
 (0)