forms-terraform
forms-terraform copied to clipboard
fix(deps): update all patch dependencies
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
---|---|---|---|---|---|---|---|
@aws-crypto/client-node | 4.0.0 -> 4.0.1 |
dependencies | patch | ||||
@types/aws-lambda (source) | 8.10.126 -> 8.10.145 |
devDependencies | patch | ||||
@types/aws-lambda (source) | 8.10.129 -> 8.10.145 |
devDependencies | patch | ||||
@types/aws-lambda (source) | 8.10.134 -> 8.10.145 |
devDependencies | patch | ||||
@types/aws-lambda (source) | 8.10.128 -> 8.10.145 |
devDependencies | patch | ||||
@types/aws-lambda (source) | 8.10.136 -> 8.10.145 |
devDependencies | patch | ||||
@types/aws-lambda (source) | 8.10.130 -> 8.10.145 |
devDependencies | patch | ||||
@types/aws-lambda (source) | 8.10.133 -> 8.10.145 |
devDependencies | patch | ||||
@types/uuid (source) | 9.0.7 -> 9.0.8 |
devDependencies | patch | ||||
github.com/cds-snc/terraform-modules | 1e2debaf58fdb65da1910f0d42efcc786ddd0722 -> v1.0.15 |
module | patch | ||||
hashicorp/terraform | 1.9.2 -> 1.9.7 |
required_version | patch | ||||
random (source) | =3.6.0 -> 3.6.3 |
required_provider | patch |
Review
- [ ] Updates have been tested and work
- [ ] If updates are AWS related, versions match the infrastructure (e.g. Lambda runtime, database, etc.)
Release Notes
cds-snc/terraform-modules (github.com/cds-snc/terraform-modules)
v1.0.15
v1.0.14
v1.0.13
v1.0.12
v1.0.11
v1.0.10
v1.0.9
v1.0.8
: S3 replication of delete markers
What's Changed
- feat: S3 delete marker replication status by @patheard in https://github.com/cds-snc/terraform-modules/pull/110
Full Changelog: https://github.com/cds-snc/terraform-modules/compare/v1.0.7...v1.0.8
v1.0.7
v1.0.6
v1.0.5
: Use provided Dynamodb table name to generate IAM policy
What's Changed
- fix: dynamodb arn table name by @mohamed-cds in https://github.com/cds-snc/terraform-modules/pull/105
Full Changelog: https://github.com/cds-snc/terraform-modules/compare/v1.0.4...v1.0.5
v1.0.4
: S3 object encryption using KMS
What's Changed
- feat: allow S3 encryption using a KMS master key by @patheard in https://github.com/cds-snc/terraform-modules/pull/104
Full Changelog: https://github.com/cds-snc/terraform-modules/compare/v1.0.3...v1.0.4
v1.0.3
: S3 replication and GH OIDC assume role policy enhancements
What's Changed
- feat: gh oidc allow additional assume role statements by @mohamed-cds in https://github.com/cds-snc/terraform-modules/pull/103
- feat: s3 replication config by @patheard in https://github.com/cds-snc/terraform-modules/pull/102
Full Changelog: https://github.com/cds-snc/terraform-modules/compare/v1.0.2...v1.0.3
v1.0.2
v1.0.1
hashicorp/terraform (hashicorp/terraform)
v1.9.7
1.9.7 (October 2, 2024)
BUG FIXES:
- config generation: escape map keys with whitespaces (#35754)
v1.9.6
1.9.6 (September 18, 2024)
BUG FIXES:
- plan renderer: Render complete changes within unknown nested blocks. (#35644)
- plan renderer: Fix crash when attempting to render unknown nested blocks that contain attributes forcing resource replacement. (#35644)
- plan renderer: Fix crash when rendering a plan that contains null attributes being update to unknown values. (#35709)
v1.9.5
1.9.5 (August 20, 2024)
ENHANCEMENTS:
- cloud: The cloud block can now interact with workspaces that have HCP resource IDs. (#35495)
BUG FIXES:
- core:
removed
blocks with provisioners were not executed when the resource was in a nested module. (#35611)
v1.9.4
1.9.4 (August 7, 2024)
BUG FIXES:
- core: Unneeded variable validations were being executed during a destroy plan, which could cause plans starting with incomplete state to fail. (#35511)
- init: Don't crash when discovering invalid syntax in duplicate required_providers blocks. (#35533)
v1.9.3
1.9.3 (July 24, 2024)
ENHANCEMENTS:
- Terraform now returns a more specific error message in the awkward situation where an input variable validation rule is known to have failed (
condition
returnedfalse
) but the error message is derived from an unknown value. (#35400)
BUG FIXES:
- core: Terraform no longer performs an unnecessary refresh when removing an instance targeted by a
removed
block. (#35458) - config generation: Fix validation error when using nested computed or deprecated attributes. (#35484)
- Updated to newer github.com/hashicorp/go-retryablehttp version, addressing CVE-2024-6104, and bringing in updates for several indirect dependencies. (#35473)
- Moved to building with Go 1.22.5, which addresses CVE-2024-24791 and several other non-security bugs. (#35494)
hashicorp/terraform-provider-random (random)
v3.6.3
NOTES:
- all: This release introduces no functional changes. It does however include dependency updates which address upstream CVEs. (#604)
v3.6.2
NOTES:
- resource/random_pet: Results have been updated to the latest upstream petname data (#581)
v3.6.1
BUG FIXES:
- all: Prevent
keepers
from triggering an in-place update following import (#385) - resource/random_shuffle: Prevent inconsistent result after apply when result_count is set to 0 (#409)
- provider/random_password: Fix bug which causes panic when special, upper, lower and number/numeric are all false (#551)
- provider/random_string: Fix bug which causes panic when special, upper, lower and number/numeric are all false (#551)
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone America/Montreal, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.