Skip to content

Commit

Permalink
chore(deps): update all minor dependencies (#279)
Browse files Browse the repository at this point in the history
* chore(deps): update all minor dependencies

* chore: rollback the ControlTower module upgrade

This will be done in a separate PR rather than as part of Renovate.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Pat Heard <[email protected]>
  • Loading branch information
renovate[bot] and patheard authored Jun 3, 2024
1 parent aed3c33 commit 7d0555a
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion terragrunt/aft/main/OIDC_roles.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
}

module "gh_oidc_roles" {
source = "github.com/cds-snc/terraform-modules//gh_oidc_role?ref=v9.0.3"
source = "github.com/cds-snc/terraform-modules//gh_oidc_role?ref=v9.4.5"
oidc_exists = true

roles = [
Expand Down
2 changes: 1 addition & 1 deletion terragrunt/aft/main/slack_notify.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "aft_slack_notification" {
source = "github.com/cds-snc/terraform-modules//notify_slack?ref=v9.3.9"
source = "github.com/cds-snc/terraform-modules//notify_slack?ref=v9.4.5"
billing_tag_value = var.billing_code
function_name = "aft_slack_notification"
project_name = "Account Factory for Terraform"
Expand Down
2 changes: 1 addition & 1 deletion terragrunt/aft/notifications/aft-notifications.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "aft_failure_notifications" {
source = "github.com/cds-snc/terraform-modules//notify_slack?ref=v9.3.9"
source = "github.com/cds-snc/terraform-modules//notify_slack?ref=v9.4.5"

function_name = "slack_notifier_aft"
project_name = "AFT"
Expand Down
2 changes: 1 addition & 1 deletion terragrunt/common/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.40.0, <= 5.11"
version = "<= 5.51"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion terragrunt/log_archive/sre_bot/OIDC.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "OIDC_Roles" {
source = "github.com/cds-snc/terraform-modules//gh_oidc_role?ref=v5.0.0"
source = "github.com/cds-snc/terraform-modules//gh_oidc_role?ref=v5.1.11"
oidc_exists = true

roles = [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
boto3==1.34.113
black==24.3.0
black==24.4.2
flake8==7.0.0
pytest==8.2.1
2 changes: 1 addition & 1 deletion terragrunt/org_account/billing_extract_tags/s3.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "billing_extract_tags" {
source = "github.com/cds-snc/terraform-modules//S3?ref=v9.2.5"
source = "github.com/cds-snc/terraform-modules//S3?ref=v9.4.5"
bucket_name = "5bf89a78-1503-4e02-9621-3ac658f558fb"
acl = null

Expand Down
4 changes: 2 additions & 2 deletions terragrunt/org_account/main/sentinel_forwarders.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module "guardduty_forwarder" {
aws = aws.log_archive
}

source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.3.8"
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.4.5"
function_name = "sentinel-guard-duty-forwarder"
billing_tag_value = var.billing_code

Expand Down Expand Up @@ -32,7 +32,7 @@ module "securityhub_forwarder" {
aws = aws.log_archive
}

source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.3.8"
source = "github.com/cds-snc/terraform-modules//sentinel_forwarder?ref=v9.4.5"
function_name = "sentinel-securityhub-forwarder"
billing_tag_value = var.billing_code

Expand Down
2 changes: 1 addition & 1 deletion terragrunt/org_account/roles/OIDC.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

module "OIDC_Roles" {
source = "github.com/cds-snc/terraform-modules//gh_oidc_role?ref=v5.0.0"
source = "github.com/cds-snc/terraform-modules//gh_oidc_role?ref=v5.1.11"
oidc_exists = true

roles = [{
Expand Down

0 comments on commit 7d0555a

Please sign in to comment.