Skip to content

Commit

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

* chore: bump TF version

---------

Co-authored-by: renovate-cds[bot] <117288780+renovate-cds[bot]@users.noreply.github.com>
Co-authored-by: Pat Heard <[email protected]>
  • Loading branch information
renovate-cds[bot] and patheard authored Oct 28, 2024
1 parent c5a755e commit 63bea09
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
env:
AWS_REGION: ca-central-1
CONFTEST_VERSION: 0.27.0
TERRAFORM_VERSION: 1.9.7
TERRAFORM_VERSION: 1.9.8
TERRAGRUNT_VERSION: 0.57.5
TF_INPUT: false
TF_VAR_database_name: ${{ secrets.PRODUCTION_DATABASE_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

env:
AWS_REGION: ca-central-1
TERRAFORM_VERSION: 1.9.7
TERRAFORM_VERSION: 1.9.8
TERRAGRUNT_VERSION: 0.57.5
TF_INPUT: false
TF_VAR_database_name: ${{ secrets.STAGING_DATABASE_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terragrunt-apply-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
env:
AWS_REGION: ca-central-1
CONFTEST_VERSION: 0.27.0
TERRAFORM_VERSION: 1.9.7
TERRAFORM_VERSION: 1.9.8
TERRAGRUNT_VERSION: 0.57.5
TF_INPUT: false
TF_VAR_client_vpn_access_group_id: ${{ secrets.PRODUCTION_CLIENT_VPN_ACCESS_GROUP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terragrunt-apply-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

env:
AWS_REGION: ca-central-1
TERRAFORM_VERSION: 1.9.7
TERRAFORM_VERSION: 1.9.8
TERRAGRUNT_VERSION: 0.57.5
TF_INPUT: false
TF_VAR_client_vpn_access_group_id: ${{ secrets.STAGING_CLIENT_VPN_ACCESS_GROUP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terragrunt-plan-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
env:
AWS_REGION: ca-central-1
CONFTEST_VERSION: 0.27.0
TERRAFORM_VERSION: 1.9.7
TERRAFORM_VERSION: 1.9.8
TERRAGRUNT_VERSION: 0.57.5
TF_INPUT: false
TF_VAR_client_vpn_access_group_id: ${{ secrets.PRODUCTION_CLIENT_VPN_ACCESS_GROUP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terragrunt-plan-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

env:
AWS_REGION: ca-central-1
TERRAFORM_VERSION: 1.9.7
TERRAFORM_VERSION: 1.9.8
TERRAGRUNT_VERSION: 0.57.5
TF_INPUT: false
TF_VAR_client_vpn_access_group_id: ${{ secrets.STAGING_CLIENT_VPN_ACCESS_GROUP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"features": {
"terraform": {
"version": "1.9.7",
"version": "1.9.8",
"tflint": "latest",
"terragrunt": "0.57.5"
}
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/terragrunt/env/common/provider.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

terraform {
required_version = "1.9.7"
required_version = "1.9.8"
required_providers {
aws = {
source = "hashicorp/aws"
Expand Down
2 changes: 1 addition & 1 deletion wordpress/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"wpml/wp-seo-multilingual": "*",
"wpackagist-plugin/login-lockdown":"2.06",
"wpackagist-plugin/disable-user-login":"1.3.10",
"wpackagist-plugin/wordpress-importer":"0.8.2",
"wpackagist-plugin/wordpress-importer":"0.8.3",
"humanmade/s3-uploads": "^3.0",
"cds-snc/cds-base": "dev-main",
"cds-snc/cds-default": "dev-main",
Expand Down
8 changes: 4 additions & 4 deletions wordpress/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 63bea09

Please sign in to comment.