Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

25.01-Patch.1 #99

Merged
merged 4 commits into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ Licensed under the [Snowplow Limited Use License Agreement][license]. _(If you a
[discourse]: http://discourse.snowplow.io/

[release]: https://github.com/snowplow/snowplow/releases
[release-badge]: https://img.shields.io/badge/Snowplow-25.01-6638b8
[release-badge]: https://img.shields.io/badge/Snowplow-25.01%20%28Patch.1%29-6638b8

[tf-docs]: https://github.com/terraform-docs/terraform-docs
2 changes: 1 addition & 1 deletion terraform/aws/iglu_server/default/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module "iglu_server" {

accept_limited_use_license = var.accept_limited_use_license

app_version = "0.13.1"
app_version = "0.14.0"

name = "${var.prefix}-iglu-server"
vpc_id = var.vpc_id
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/iglu_server/secure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module "iglu_server" {

accept_limited_use_license = var.accept_limited_use_license

app_version = "0.13.1"
app_version = "0.14.0"

name = "${var.prefix}-iglu-server"
vpc_id = var.vpc_id
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/pipeline/default/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ module "enrich_kinesis" {

accept_limited_use_license = var.accept_limited_use_license

app_version = "5.1.4"
app_version = "5.2.0"

name = "${var.prefix}-enrich-server"
vpc_id = var.vpc_id
Expand Down
2 changes: 1 addition & 1 deletion terraform/aws/pipeline/secure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ module "enrich_kinesis" {

accept_limited_use_license = var.accept_limited_use_license

app_version = "5.1.4"
app_version = "5.2.0"

name = "${var.prefix}-enrich-server"
vpc_id = var.vpc_id
Expand Down
2 changes: 1 addition & 1 deletion terraform/azure/iglu_server/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module "iglu_server" {

accept_limited_use_license = var.accept_limited_use_license

app_version = "0.13.1"
app_version = "0.14.0"

name = "${var.prefix}-iglu-server"
resource_group_name = var.resource_group_name
Expand Down
2 changes: 1 addition & 1 deletion terraform/azure/pipeline/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ module "enrich_eh" {

accept_limited_use_license = var.accept_limited_use_license

app_version = "5.1.4"
app_version = "5.2.0"

name = "${var.prefix}-enrich"
resource_group_name = var.resource_group_name
Expand Down
2 changes: 1 addition & 1 deletion terraform/gcp/iglu_server/default/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module "iglu_server" {

accept_limited_use_license = var.accept_limited_use_license

app_version = "0.13.1"
app_version = "0.14.0"

name = "${var.prefix}-iglu-server"

Expand Down
2 changes: 1 addition & 1 deletion terraform/gcp/iglu_server/secure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module "iglu_server" {

accept_limited_use_license = var.accept_limited_use_license

app_version = "0.13.1"
app_version = "0.14.0"

name = "${var.prefix}-iglu-server"

Expand Down
2 changes: 1 addition & 1 deletion terraform/gcp/pipeline/default/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ module "enrich_pubsub" {

accept_limited_use_license = var.accept_limited_use_license

app_version = "5.1.4"
app_version = "5.2.0"

name = "${var.prefix}-enrich"

Expand Down
2 changes: 1 addition & 1 deletion terraform/gcp/pipeline/secure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ module "enrich_pubsub" {

accept_limited_use_license = var.accept_limited_use_license

app_version = "5.1.4"
app_version = "5.2.0"

name = "${var.prefix}-enrich"

Expand Down
Loading