defenseunicorns / delivery-aws-iac

Apache License 2.0
16 stars 5 forks source link

Update all dependencies #260

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
ghcr.io/defenseunicorns/not-a-build-harness/not-a-build-harness patch 0.0.22 -> 0.0.23
github.com/aws/aws-sdk-go require patch v1.44.263 -> v1.44.265
github.com/gruntwork-io/terratest require patch v0.41.24 -> v0.41.25
k8s.io/api require patch v0.27.1 -> v0.27.2
k8s.io/apimachinery require patch v0.27.1 -> v0.27.2
k8s.io/client-go require patch v0.27.1 -> v0.27.2
pre-commit patch 3.3.1 -> 3.3.2
pre-commit/pre-commit patch 3.3.1 -> 3.3.2
renovatebot/pre-commit-hooks repository minor 35.91.0 -> 35.95.1

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.

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

defenseunicorns/not-a-build-harness ### [`v0.0.23`](https://togithub.com/defenseunicorns/not-a-build-harness/releases/tag/0.0.23) [Compare Source](https://togithub.com/defenseunicorns/not-a-build-harness/compare/0.0.22...0.0.23) #### What's Changed - Update all dependencies by [@​renovate](https://togithub.com/renovate) in [https://github.com/defenseunicorns/not-a-build-harness/pull/67](https://togithub.com/defenseunicorns/not-a-build-harness/pull/67) **Full Changelog**: https://github.com/defenseunicorns/not-a-build-harness/compare/0.0.22...0.0.23
aws/aws-sdk-go ### [`v1.44.265`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144265-2023-05-18) [Compare Source](https://togithub.com/aws/aws-sdk-go/compare/v1.44.264...v1.44.265) \=== ##### Service Client Updates - `service/athena`: Updates service API and documentation - Removing SparkProperties from EngineConfiguration object for StartSession API call - `service/cloudtrail`: Updates service API and documentation - Add ConflictException to PutEventSelectors, add (Channel/EDS)ARNInvalidException to Tag APIs. These exceptions provide customers with more specific error messages instead of internal errors. - `service/compute-optimizer`: Updates service API and documentation - `service/connect`: Updates service API and documentation - `service/ec2`: Updates service API and documentation - Add support for i4g.large, i4g.xlarge, i4g.2xlarge, i4g.4xlarge, i4g.8xlarge and i4g.16xlarge instances powered by AWS Graviton2 processors that deliver up to 15% better compute performance than our other storage-optimized instances. - `service/ecs`: Updates service documentation - Documentation only release to address various tickets. - `service/mediaconvert`: Updates service API and documentation - This release introduces a new MXF Profile for XDCAM which is strictly compliant with the SMPTE RDD 9 standard and improved handling of output name modifiers. - `service/rds`: Updates service API, documentation, waiters, paginators, and examples - RDS documentation update for the EngineVersion parameter of ModifyDBSnapshot - `service/sagemaker-geospatial`: Updates service API and documentation - `service/sts`: Updates service API - API updates for the AWS Security Token Service ##### SDK Bugs - `rest`: Remove unnecessary path normalization behavior. - This behavior would incorrectly mutate request paths with URI-encoded characters, potentially resulting in misrouted requests. - `config`: Deprecate `DisableRestProtocolURICleaning` config setting. - This setting no longer has any effect. REST-protocol paths will now never be normalized after serialization. ### [`v1.44.264`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v144264-2023-05-16) [Compare Source](https://togithub.com/aws/aws-sdk-go/compare/v1.44.263...v1.44.264) \=== ##### Service Client Updates - `service/detective`: Updates service API - `service/directconnect`: Updates service documentation - This release includes an update to the mtu value for CreateTransitVirtualInterface from 9001 mtu to 8500 mtu. - `service/glue`: Updates service API and documentation - Add Support for Tags for Custom Entity Types - `service/secretsmanager`: Updates service documentation - Documentation updates for Secrets Manager - `service/wafv2`: Updates service API and documentation
gruntwork-io/terratest ### [`v0.41.25`](https://togithub.com/gruntwork-io/terratest/releases/tag/v0.41.25) [Compare Source](https://togithub.com/gruntwork-io/terratest/compare/v0.41.24...v0.41.25) #### Modules affected - `k8s` #### Description - Updated `k8s` module to support PersistentVolumeClaims #### Special thanks Special thanks to the following users for their contribution! - [@​kaisoz](https://togithub.com/kaisoz) #### Related links - [https://github.com/gruntwork-io/terratest/pull/1287](https://togithub.com/gruntwork-io/terratest/pull/1287)
kubernetes/api ### [`v0.27.2`](https://togithub.com/kubernetes/api/compare/v0.27.1...v0.27.2) [Compare Source](https://togithub.com/kubernetes/api/compare/v0.27.1...v0.27.2)
kubernetes/apimachinery ### [`v0.27.2`](https://togithub.com/kubernetes/apimachinery/compare/v0.27.1...v0.27.2) [Compare Source](https://togithub.com/kubernetes/apimachinery/compare/v0.27.1...v0.27.2)
kubernetes/client-go ### [`v0.27.2`](https://togithub.com/kubernetes/client-go/compare/v0.27.1...v0.27.2) [Compare Source](https://togithub.com/kubernetes/client-go/compare/v0.27.1...v0.27.2)
pre-commit/pre-commit ### [`v3.3.2`](https://togithub.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#​332---2023-05-17) [Compare Source](https://togithub.com/pre-commit/pre-commit/compare/v3.3.1...v3.3.2) \================== ##### Fixes - Work around `r` on windows sometimes double-un-quoting arguments. - [#​2885](https://togithub.com/pre-commit/pre-commit/issues/2885) PR by [@​lorenzwalthert](https://togithub.com/lorenzwalthert). - [#​2870](https://togithub.com/pre-commit/pre-commit/issues/2870) issue by [@​lorenzwalthert](https://togithub.com/lorenzwalthert).
renovatebot/pre-commit-hooks ### [`v35.95.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/35.95.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/35.95.0...35.95.1) See https://github.com/renovatebot/renovate/releases/tag/35.95.1 for more changes ### [`v35.95.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/35.95.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/35.93.0...35.95.0) See https://github.com/renovatebot/renovate/releases/tag/35.95.0 for more changes ### [`v35.93.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/35.93.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/35.92.0...35.93.0) See https://github.com/renovatebot/renovate/releases/tag/35.93.0 for more changes ### [`v35.92.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/35.92.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/35.91.0...35.92.0) See https://github.com/renovatebot/renovate/releases/tag/35.92.0 for more changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

RothAndrew commented 1 year ago

/test all :robot: View pipeline run