From 4ea55be82683d5fec9168663571880a12383da4c Mon Sep 17 00:00:00 2001 From: jbeemster Date: Wed, 21 Aug 2024 07:31:21 +0200 Subject: [PATCH 1/3] Credit Original Author (closes #11) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1ebe771..00a6998 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ A Terraform module which deploys the requisite micro-services for loading BigQuery on Google running on top of Compute Engine. If you want to use a custom image for this deployment you will need to ensure it is based on top of Ubuntu 20.04. +## Source acknowledgement + +This module was originally sourced from a [community contribution](https://github.com/tnightengale/snowplow-terraform-google-big-query-loader-ce/tree/main?tab=readme-ov-file) by [Teghan Nightengale](https://github.com/tnightengale) in 2022 - big thanks for the help in getting this one started! + ## Telemetry 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. From 12dd494bc91e04b492dff852bfb747d071f8d8fe Mon Sep 17 00:00:00 2001 From: jbeemster Date: Wed, 21 Aug 2024 07:32:40 +0200 Subject: [PATCH 2/3] Prepared for release --- CHANGELOG | 6 +++++- main.tf | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a6c2744..42d5cf9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,10 @@ +Version 0.3.2 (2024-08-21) +-------------------------- +Credit Original Author (#11) + Version 0.3.1 (2024-06-03) -------------------------- -Add support for shared VPC in central project (closes #9) +Add support for shared VPC in central project (#9) Version 0.3.0 (2024-02-01) -------------------------- diff --git a/main.tf b/main.tf index f4385e8..852689d 100644 --- a/main.tf +++ b/main.tf @@ -1,6 +1,6 @@ locals { module_name = "bigquery-loader-pubsub-ce" - module_version = "0.3.1" + module_version = "0.3.2" app_name = "snowplow-bigquery-loader" app_version = var.app_version From ab81472c4d1be45be43093b2e9c37d043ca5cff2 Mon Sep 17 00:00:00 2001 From: Josh Date: Tue, 27 Aug 2024 08:26:18 +0200 Subject: [PATCH 3/3] Update CHANGELOG Co-authored-by: Teghan Nightengale --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 42d5cf9..ae8b9cc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ Version 0.3.2 (2024-08-21) -------------------------- -Credit Original Author (#11) +Credit Original Author, Teghan Nightengale (#11) Version 0.3.1 (2024-06-03) --------------------------