From 6365fde0a801c46e8bee87ec2f82f9f77fd97a43 Mon Sep 17 00:00:00 2001 From: "renovate-cds[bot]" <117288780+renovate-cds[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 16:15:55 -0400 Subject: [PATCH] chore(deps): update all minor dependencies (#1690) Co-authored-by: Renovate Bot --- infrastructure/terragrunt/aws/database/rds.tf | 2 +- infrastructure/terragrunt/aws/ecr/oidc.tf | 2 +- infrastructure/terragrunt/aws/network/vpc.tf | 2 +- infrastructure/terragrunt/aws/network/vpn.tf | 2 +- infrastructure/terragrunt/aws/storage/s3.tf | 2 +- wordpress/composer.lock | 6 +++--- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/infrastructure/terragrunt/aws/database/rds.tf b/infrastructure/terragrunt/aws/database/rds.tf index a7b3bd319..c02cd8271 100644 --- a/infrastructure/terragrunt/aws/database/rds.tf +++ b/infrastructure/terragrunt/aws/database/rds.tf @@ -2,7 +2,7 @@ # RDS MySQL cluster across 3 subnets # module "rds_cluster" { - source = "github.com/cds-snc/terraform-modules//rds?ref=v9.2.7" + source = "github.com/cds-snc/terraform-modules//rds?ref=v9.3.1" name = "wordpress" database_name = var.database_name diff --git a/infrastructure/terragrunt/aws/ecr/oidc.tf b/infrastructure/terragrunt/aws/ecr/oidc.tf index 70fea27bd..2e7996c8b 100644 --- a/infrastructure/terragrunt/aws/ecr/oidc.tf +++ b/infrastructure/terragrunt/aws/ecr/oidc.tf @@ -3,7 +3,7 @@ locals { } module "ecr_tag_release" { - source = "github.com/cds-snc/terraform-modules//gh_oidc_role?ref=v9.2.7" + source = "github.com/cds-snc/terraform-modules//gh_oidc_role?ref=v9.3.1" billing_tag_value = var.billing_tag_value roles = [ { diff --git a/infrastructure/terragrunt/aws/network/vpc.tf b/infrastructure/terragrunt/aws/network/vpc.tf index ebb82f4dc..c71cbea7e 100644 --- a/infrastructure/terragrunt/aws/network/vpc.tf +++ b/infrastructure/terragrunt/aws/network/vpc.tf @@ -2,7 +2,7 @@ # VPC: 3 public + 3 private subnets across 3 availability zones # module "wordpress_vpc" { - source = "github.com/cds-snc/terraform-modules//vpc?ref=v9.2.7" + source = "github.com/cds-snc/terraform-modules//vpc?ref=v9.3.1" name = "wordpress" cidrsubnet_newbits = 8 diff --git a/infrastructure/terragrunt/aws/network/vpn.tf b/infrastructure/terragrunt/aws/network/vpn.tf index 83d9dde2a..7e48b4d47 100644 --- a/infrastructure/terragrunt/aws/network/vpn.tf +++ b/infrastructure/terragrunt/aws/network/vpn.tf @@ -1,5 +1,5 @@ module "vpn" { - source = "github.com/cds-snc/terraform-modules//client_vpn?ref=v9.2.7" + source = "github.com/cds-snc/terraform-modules//client_vpn?ref=v9.3.1" endpoint_name = "private_subnets" access_group_id = var.client_vpn_access_group_id diff --git a/infrastructure/terragrunt/aws/storage/s3.tf b/infrastructure/terragrunt/aws/storage/s3.tf index 1f564e5a1..c23db7891 100644 --- a/infrastructure/terragrunt/aws/storage/s3.tf +++ b/infrastructure/terragrunt/aws/storage/s3.tf @@ -1,5 +1,5 @@ module "wordpress_storage" { - source = "github.com/cds-snc/terraform-modules//S3?ref=v9.2.7" + source = "github.com/cds-snc/terraform-modules//S3?ref=v9.3.1" bucket_name = "platform-gc-articles-${var.env}-uploads" billing_tag_value = var.billing_tag_value } diff --git a/wordpress/composer.lock b/wordpress/composer.lock index 6b80bbb5f..e832e1ae6 100644 --- a/wordpress/composer.lock +++ b/wordpress/composer.lock @@ -4110,15 +4110,15 @@ }, { "name": "wpackagist-plugin/simple-history", - "version": "4.13.0", + "version": "4.14.0", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/simple-history/", - "reference": "tags/4.13.0" + "reference": "tags/4.14.0" }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/simple-history.4.13.0.zip" + "url": "https://downloads.wordpress.org/plugin/simple-history.4.14.0.zip" }, "require": { "composer/installers": "^1.0 || ^2.0"