Skip to content

Release 25.10#101

Merged
Josh (jbeemster) merged 15 commits into
mainfrom
release/25.10
Nov 3, 2025
Merged

Release 25.10#101
Josh (jbeemster) merged 15 commits into
mainfrom
release/25.10

Conversation

@jbeemster
Copy link
Copy Markdown
Contributor

@jbeemster Josh (jbeemster) commented Oct 28, 2025

Updates all cloud modules to the latest available versions, enables Collector Compression, removes deprecated loaders (RDB Snowflake + Postgres), updates all remaining loaders to latest available versions.

This also sees us ensure new base images are used (Amazon Linux 2023 for AWS and Ubuntu 24.04 for Azure + GCP).

Nick (@stanch) let me know when the docs are ready to rock and roll and I will review them so we can merge them together!

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates AWS Terraform modules to their latest versions and removes deprecated PostgreSQL and legacy Snowflake loader support. The changes prepare the infrastructure for the upcoming Amazon Linux 2023 migration ahead of next year's deprecation date.

Key changes:

  • Updated core pipeline modules (collector, enrichment, loaders) to latest versions
  • Removed PostgreSQL database loader support and related configurations
  • Removed legacy Snowflake loader in favor of Snowflake Streaming loader
  • Removed S3 raw data loader functionality

Reviewed Changes

Copilot reviewed 26 out of 26 changed files in this pull request and generated no comments.

Show a summary per file
File Description
terraform/aws/pipeline/secure/variables.tf Removed variables for PostgreSQL, legacy Snowflake, and S3 raw loader configurations
terraform/aws/pipeline/secure/terraform.tfvars Removed configuration values for deprecated PostgreSQL, legacy Snowflake, and S3 raw loader features
terraform/aws/pipeline/secure/target_snowflake_streaming.tf Updated Snowflake Streaming loader module from 0.1.0 to 0.2.1
terraform/aws/pipeline/secure/target_snowflake.tf Removed entire legacy Snowflake loader implementation
terraform/aws/pipeline/secure/target_redshift.tf Updated Redshift transformer (0.4.0→0.5.0) and loader (0.2.0→0.4.0) modules, added explicit instance types
terraform/aws/pipeline/secure/target_postgres.tf Removed entire PostgreSQL loader implementation including RDS module
terraform/aws/pipeline/secure/target_databricks.tf Updated Databricks transformer (0.4.0→0.5.0) and loader (0.2.0→0.3.0) modules, added explicit instance types
terraform/aws/pipeline/secure/target_amazon_s3.tf Removed S3 raw loader module, updated S3 loader modules from 0.5.0 to 0.6.0
terraform/aws/pipeline/secure/outputs.tf Removed PostgreSQL-related output variables
terraform/aws/pipeline/secure/main.tf Updated collector (0.9.0→0.10.1) and enrichment (0.6.0→0.7.1) modules, removed app_version pins
terraform/aws/pipeline/secure/README.md Updated documentation reflecting module version changes and removed deprecated features
terraform/aws/pipeline/default/* Applied identical changes as secure pipeline for default configuration
terraform/aws/iglu_server/secure/main.tf Updated Iglu Server module from 0.5.0 to 0.6.1, removed app_version pin
terraform/aws/iglu_server/default/main.tf Updated Iglu Server module from 0.5.0 to 0.6.1, removed app_version pin
terraform/aws/iglu_server/*/README.md Updated documentation to reflect RDS module upgrade to 0.5.0 and Iglu Server to 0.6.1

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jbeemster Josh (jbeemster) changed the base branch from develop to main October 31, 2025 13:29
This module is now deprecated and we will no longer be promoting it.
Collector v3.7.0
Enrich v6.2.1
BigQuery loader v2.0.1
Updates to support Postgres Servers in Flexible mode
Also updates to have a valid backend Postgres Server
Use Ubuntu 24.04
Collector v3.7.0
Enrich v6.2.1
Lake Loader v0.7.0
@jbeemster Josh (jbeemster) changed the title Update AWS modules Release 25.10 Oct 31, 2025
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Copilot reviewed 56 out of 56 changed files in this pull request and generated 4 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread terraform/gcp/pipeline/secure/target_bigquery.tf
Comment thread terraform/aws/pipeline/secure/target_redshift.tf
Comment thread terraform/aws/pipeline/default/target_redshift.tf
Comment thread terraform/azure/iglu_server/variables.tf
@jbeemster Josh (jbeemster) added the enhancement New feature or request label Oct 31, 2025
@jbeemster Josh (jbeemster) merged commit f48b7cb into main Nov 3, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Development

Successfully merging this pull request may close these issues.

2 participants