defenseunicorns / delivery-aws-iac

Apache License 2.0
16 stars 5 forks source link

fix(deps): update all dependencies #393

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/aws/aws-sdk-go v1.49.21 -> v1.50.0 age adoption passing confidence require minor
github.com/gruntwork-io/terratest v0.46.9 -> v0.46.11 age adoption passing confidence require patch
k8s.io/api v0.29.0 -> v0.29.1 age adoption passing confidence require patch
k8s.io/apimachinery v0.29.0 -> v0.29.1 age adoption passing confidence require patch
k8s.io/client-go v0.29.0 -> v0.29.1 age adoption passing confidence require patch
renovatebot/pre-commit-hooks 37.132.1 -> 37.141.0 age adoption passing confidence repository minor

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

aws/aws-sdk-go (github.com/aws/aws-sdk-go) ### [`v1.50.0`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v1500-2024-01-19) [Compare Source](https://togithub.com/aws/aws-sdk-go/compare/v1.49.24...v1.50.0) \=== ##### Service Client Updates - `service/athena`: Updates service API and documentation - Introducing new NotebookS3LocationUri parameter to Athena ImportNotebook API. Payload is no longer required and either Payload or NotebookS3LocationUri needs to be provided (not both) for a successful ImportNotebook API call. If both are provided, an InvalidRequestException will be thrown. - `service/codebuild`: Updates service API, documentation, and paginators - Release CodeBuild Reserved Capacity feature - `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples - This release adds support for including ApproximateCreationDateTimePrecision configurations in EnableKinesisStreamingDestination API, adds the same as an optional field in the response of DescribeKinesisStreamingDestination, and adds support for a new UpdateKinesisStreamingDestination API. - `service/qconnect`: Updates service API ##### SDK Features - `service/cloudfrontkeyvaluestore`: Deprecate cloudfrontkeyvaluestore - This change removes the cloudfrontkeyvaluestore service, since it does not support sigv4a. ### [`v1.49.24`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v14924-2024-01-18) [Compare Source](https://togithub.com/aws/aws-sdk-go/compare/v1.49.23...v1.49.24) \=== ##### Service Client Updates - `service/b2bi`: Updates service API, documentation, and examples - `service/cloudtrail`: Updates service API, documentation, and paginators - This release adds a new API ListInsightsMetricData to retrieve metric data from CloudTrail Insights. - `service/connect`: Updates service API and documentation - `service/drs`: Updates service API - `service/firehose`: Updates service API and documentation - Allow support for Snowflake as a Kinesis Data Firehose delivery destination. - `service/sagemaker-featurestore-runtime`: Updates service API and documentation ### [`v1.49.23`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v14923-2024-01-17) [Compare Source](https://togithub.com/aws/aws-sdk-go/compare/v1.49.22...v1.49.23) \=== ##### Service Client Updates - `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples - Updating note for enabling streams for UpdateTable. - `service/keyspaces`: Updates service API and documentation ### [`v1.49.22`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v14922-2024-01-16) [Compare Source](https://togithub.com/aws/aws-sdk-go/compare/v1.49.21...v1.49.22) \=== ##### Service Client Updates - `service/iot`: Updates service API - Revert release of LogTargetTypes - `service/iotfleetwise`: Updates service API and documentation - `service/macie2`: Updates service API and documentation - `service/payment-cryptography`: Updates service API and documentation - `service/personalize`: Updates service documentation - `service/personalize-runtime`: Updates service documentation - `service/rekognition`: Updates service API and documentation - This release adds ContentType and TaxonomyLevel attributes to DetectModerationLabels and GetMediaAnalysisJob API responses. - `service/securityhub`: Updates service documentation
gruntwork-io/terratest (github.com/gruntwork-io/terratest) ### [`v0.46.11`](https://togithub.com/gruntwork-io/terratest/releases/tag/v0.46.11) [Compare Source](https://togithub.com/gruntwork-io/terratest/compare/v0.46.10...v0.46.11) #### Modules affected - `aws` #### Description - Updated `GetAmazonLinuxAmiE` to search for Amazon Linux 2 AMIs #### Related links - [https://github.com/gruntwork-io/terratest/pull/1387](https://togithub.com/gruntwork-io/terratest/pull/1387) ### [`v0.46.10`](https://togithub.com/gruntwork-io/terratest/releases/tag/v0.46.10) [Compare Source](https://togithub.com/gruntwork-io/terratest/compare/v0.46.9...v0.46.10) #### Modules affected - `test-structure` - `git` #### Description - Updated `runValidateOnAllTerraformModules` function, which is used under the hood by `ValidateAllTerraformModules` and `OPAEvalAllTerraformModules`, to: 1. Find the Git root using `git.GetRepoRootForDirE`, instead of a hard-coded `../../` file path. 2. Copy the Git root to a temp folder once, rather than once per sub-test. #### Related links - [https://github.com/gruntwork-io/terratest/pull/1376](https://togithub.com/gruntwork-io/terratest/pull/1376)
kubernetes/api (k8s.io/api) ### [`v0.29.1`](https://togithub.com/kubernetes/api/compare/v0.29.0...v0.29.1) [Compare Source](https://togithub.com/kubernetes/api/compare/v0.29.0...v0.29.1)
kubernetes/apimachinery (k8s.io/apimachinery) ### [`v0.29.1`](https://togithub.com/kubernetes/apimachinery/compare/v0.29.0...v0.29.1) [Compare Source](https://togithub.com/kubernetes/apimachinery/compare/v0.29.0...v0.29.1)
kubernetes/client-go (k8s.io/client-go) ### [`v0.29.1`](https://togithub.com/kubernetes/client-go/compare/v0.29.0...v0.29.1) [Compare Source](https://togithub.com/kubernetes/client-go/compare/v0.29.0...v0.29.1)
renovatebot/pre-commit-hooks (renovatebot/pre-commit-hooks) ### [`v37.141.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.141.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.140.15...37.141.0) See https://github.com/renovatebot/renovate/releases/tag/37.141.0 for more changes ### [`v37.140.15`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.140.15) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.140.14...37.140.15) See https://github.com/renovatebot/renovate/releases/tag/37.140.15 for more changes ### [`v37.140.14`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.140.14) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.140.12...37.140.14) See https://github.com/renovatebot/renovate/releases/tag/37.140.14 for more changes ### [`v37.140.12`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.140.12) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.140.10...37.140.12) See https://github.com/renovatebot/renovate/releases/tag/37.140.12 for more changes ### [`v37.140.10`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.140.10) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.140.9...37.140.10) See https://github.com/renovatebot/renovate/releases/tag/37.140.10 for more changes ### [`v37.140.9`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.140.9) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.140.8...37.140.9) See https://github.com/renovatebot/renovate/releases/tag/37.140.9 for more changes ### [`v37.140.8`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.140.8) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.140.6...37.140.8) See https://github.com/renovatebot/renovate/releases/tag/37.140.8 for more changes ### [`v37.140.6`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.140.6) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.140.5...37.140.6) See https://github.com/renovatebot/renovate/releases/tag/37.140.6 for more changes ### [`v37.140.5`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.140.5) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.140.4...37.140.5) See https://github.com/renovatebot/renovate/releases/tag/37.140.5 for more changes ### [`v37.140.4`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.140.4) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.140.3...37.140.4) See https://github.com/renovatebot/renovate/releases/tag/37.140.4 for more changes ### [`v37.140.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.140.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.140.2...37.140.3) See https://github.com/renovatebot/renovate/releases/tag/37.140.3 for more changes ### [`v37.140.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.140.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.140.0...37.140.2) See https://github.com/renovatebot/renovate/releases/tag/37.140.2 for more changes ### [`v37.140.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.140.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.139.4...37.140.0) See https://github.com/renovatebot/renovate/releases/tag/37.140.0 for more changes ### [`v37.139.4`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.139.4) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.139.3...37.139.4) See https://github.com/renovatebot/renovate/releases/tag/37.139.4 for more changes ### [`v37.139.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.139.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.139.1...37.139.3) See https://github.com/renovatebot/renovate/releases/tag/37.139.3 for more changes ### [`v37.139.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.139.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.139.0...37.139.1) See https://github.com/renovatebot/renovate/releases/tag/37.139.1 for more changes ### [`v37.139.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.139.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.137.2...37.139.0) See https://github.com/renovatebot/renovate/releases/tag/37.139.0 for more changes ### [`v37.137.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.137.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.137.1...37.137.2) See https://github.com/renovatebot/renovate/releases/tag/37.137.2 for more changes ### [`v37.137.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.137.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.137.0...37.137.1) See https://github.com/renovatebot/renovate/releases/tag/37.137.1 for more changes ### [`v37.137.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.137.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.136.0...37.137.0) See https://github.com/renovatebot/renovate/releases/tag/37.137.0 for more changes ### [`v37.136.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.136.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.134.0...37.136.0) See https://github.com/renovatebot/renovate/releases/tag/37.136.0 for more changes ### [`v37.134.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.134.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.133.1...37.134.0) See https://github.com/renovatebot/renovate/releases/tag/37.134.0 for more changes ### [`v37.133.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.133.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.132.1...37.133.1) See https://github.com/renovatebot/renovate/releases/tag/37.133.1 for more changes

Configuration

📅 Schedule: Branch creation - "after 4am and before 10am on Monday" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.