defenseunicorns / narwhal-delivery-iac-swf-reference-deployment

Apache License 2.0
2 stars 0 forks source link

fix(deps): update all dependencies #54

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 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.53.19 -> v1.54.3 age adoption passing confidence require minor
github.com/defenseunicorns/terraform-aws-eks v0.0.20 -> v0.0.22 age adoption passing confidence module patch
k8s.io/api v0.30.1 -> v0.30.2 age adoption passing confidence require patch
k8s.io/apimachinery v0.30.1 -> v0.30.2 age adoption passing confidence require patch
k8s.io/client-go v0.30.1 -> v0.30.2 age adoption passing confidence require patch
renovatebot/pre-commit-hooks 37.398.2 -> 37.412.1 age adoption passing confidence repository minor
terraform-aws-modules/rds/aws (source) 6.6.0 -> 6.7.0 age adoption passing confidence module minor
tofuutils/pre-commit-opentofu v1.0.2 -> v1.0.3 age adoption passing confidence repository patch

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.54.3`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v1543-2024-06-17) [Compare Source](https://togithub.com/aws/aws-sdk-go/compare/v1.54.2...v1.54.3) \=== ##### Service Client Updates - `service/acm-pca`: Updates service API and documentation - `service/batch`: Updates service API - Add v2 smoke tests and smithy smokeTests trait for SDK testing. - `service/codebuild`: Updates service API and documentation - AWS CodeBuild now supports global and organization GitHub webhooks - `service/cognito-idp`: Updates service API - `service/ds`: Updates service API - Add v2 smoke tests and smithy smokeTests trait for SDK testing. - `service/elasticfilesystem`: Updates service API - Add v2 smoke tests and smithy smokeTests trait for SDK testing. - `service/glue`: Updates service API, documentation, and paginators - This release introduces a new feature, Usage profiles. Usage profiles allow the AWS Glue admin to create different profiles for various classes of users within the account, enforcing limits and defaults for jobs and sessions. - `service/kms`: Updates service examples - Updating SDK example for KMS DeriveSharedSecret API. - `service/mediaconvert`: Updates service API and documentation - This release includes support for creating I-frame only video segments for DASH trick play. - `service/secretsmanager`: Updates service documentation - Doc only update for Secrets Manager - `service/waf`: Updates service API - Add v2 smoke tests and smithy smokeTests trait for SDK testing. ### [`v1.54.2`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v1542-2024-06-14) [Compare Source](https://togithub.com/aws/aws-sdk-go/compare/v1.54.1...v1.54.2) \=== ##### Service Client Updates - `service/datazone`: Updates service API, documentation, and paginators - `service/ec2`: Updates service documentation - Documentation updates for Amazon EC2. - `service/macie2`: Updates service API, documentation, and paginators - `service/mediaconvert`: Updates service API, documentation, and paginators - This release adds the ability to search for historical job records within the management console using a search box and/or via the SDK/CLI with partial string matching search on input file name. - `service/route53domains`: Updates service API - Add v2 smoke tests and smithy smokeTests trait for SDK testing. ##### SDK Bugs - Remove test dependency on golang.org/x/net. - This was used for h2 support which is now transparently available in the stdlib. ### [`v1.54.1`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v1541-2024-06-13) [Compare Source](https://togithub.com/aws/aws-sdk-go/compare/v1.54.0...v1.54.1) \=== ##### Service Client Updates - `service/cloudhsmv2`: Updates service API and documentation - Added support for hsm type hsm2m.medium. Added supported for creating a cluster in FIPS or NON_FIPS mode. - `service/glue`: Updates service API and documentation - This release adds support for configuration of evaluation method for composite rules in Glue Data Quality rulesets. - `service/iotwireless`: Updates service API - `service/kms`: Updates service API, documentation, and examples - This feature allows customers to use their keys stored in KMS to derive a shared secret which can then be used to establish a secured channel for communication, provide proof of possession, or establish trust with other parties. - `service/mediapackagev2`: Updates service API, documentation, and examples ### [`v1.54.0`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v1540-2024-06-12) [Compare Source](https://togithub.com/aws/aws-sdk-go/compare/v1.53.21...v1.54.0) \=== ##### Service Client Updates - `service/apptest`: Updates service API, documentation, waiters, paginators, and examples - `service/ec2`: Updates service API and documentation - Tagging support for Traffic Mirroring FilterRule resource - `service/osis`: Updates service API and documentation - `service/redshift`: Updates service API and documentation - Updates to remove DC1 and DS2 node types. - `service/secretsmanager`: Updates service API and documentation - Introducing RotationToken parameter for PutSecretValue API - `service/securitylake`: Updates service API and documentation - `service/sesv2`: Updates service API and documentation ##### SDK Features - `service/backupstorage`: Remove Backupstorage - This change removes the Backupstorage service, which has been deprecated. ### [`v1.53.21`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v15321-2024-06-11) [Compare Source](https://togithub.com/aws/aws-sdk-go/compare/v1.53.20...v1.53.21) \=== ##### Service Client Updates - `service/accessanalyzer`: Updates service API, documentation, paginators, and examples - `service/guardduty`: Updates service API and documentation - Added API support for GuardDuty Malware Protection for S3. - `service/networkmanager`: Updates service API and documentation - `service/pca-connector-scep`: Adds new service - `service/sagemaker`: Updates service API and documentation - Introduced Scope and AuthenticationRequestExtraParams to SageMaker Workforce OIDC configuration; this allows customers to modify these options for their private Workforce IdP integration. Model Registry Cross-account model package groups are discoverable. ### [`v1.53.20`](https://togithub.com/aws/aws-sdk-go/blob/HEAD/CHANGELOG.md#Release-v15320-2024-06-10) [Compare Source](https://togithub.com/aws/aws-sdk-go/compare/v1.53.19...v1.53.20) \=== ##### Service Client Updates - `service/application-signals`: Adds new service - `service/ecs`: Updates service API and documentation - This release introduces a new cluster configuration to support the customer-managed keys for ECS managed storage encryption. - `service/imagebuilder`: Updates service API
defenseunicorns/terraform-aws-eks (github.com/defenseunicorns/terraform-aws-eks) ### [`v0.0.22`](https://togithub.com/defenseunicorns/terraform-aws-eks/releases/tag/v0.0.22) [Compare Source](https://togithub.com/defenseunicorns/terraform-aws-eks/compare/v0.0.21...v0.0.22) ##### Miscellaneous Chores - **deps:** update all dependencies ([#​157](https://togithub.com/defenseunicorns/terraform-aws-eks/issues/157)) ([6a0fa65](https://togithub.com/defenseunicorns/terraform-aws-eks/commit/6a0fa65a5ec21bc298d9e3b0971ddf8b4acb1eca)) - remove bastion references ([#​159](https://togithub.com/defenseunicorns/terraform-aws-eks/issues/159)) ([5c270a1](https://togithub.com/defenseunicorns/terraform-aws-eks/commit/5c270a10ba8b06ef5baafe9899d892994dc02972)) - tofu migration ([#​161](https://togithub.com/defenseunicorns/terraform-aws-eks/issues/161)) ([006a9e9](https://togithub.com/defenseunicorns/terraform-aws-eks/commit/006a9e9bb0dcf7f2360e43acc3a15b9e6ead148b)) ### [`v0.0.21`](https://togithub.com/defenseunicorns/terraform-aws-eks/releases/tag/v0.0.21) [Compare Source](https://togithub.com/defenseunicorns/terraform-aws-eks/compare/v0.0.20...v0.0.21) ##### Features - Migrate to tofu and implement ebs-csi defaultStorageClass configuration ([#​156](https://togithub.com/defenseunicorns/terraform-aws-eks/issues/156)) ([d49a8c0](https://togithub.com/defenseunicorns/terraform-aws-eks/commit/d49a8c0799f2a0ecdb8c31b515ded7c4b53551e6)) ##### Bug Fixes - add new bottlerocket nodegroup feature & upgrade eks to v1.30 ([#​154](https://togithub.com/defenseunicorns/terraform-aws-eks/issues/154)) ([e3837d3](https://togithub.com/defenseunicorns/terraform-aws-eks/commit/e3837d32b97412d035f4b71926beceb1f99650af)) ##### Miscellaneous Chores - **deps:** update all dependencies ([#​150](https://togithub.com/defenseunicorns/terraform-aws-eks/issues/150)) ([cba7f32](https://togithub.com/defenseunicorns/terraform-aws-eks/commit/cba7f3233f055e54ff54f8523438f0898c1d7798))
kubernetes/api (k8s.io/api) ### [`v0.30.2`](https://togithub.com/kubernetes/api/compare/v0.30.1...v0.30.2) [Compare Source](https://togithub.com/kubernetes/api/compare/v0.30.1...v0.30.2)
kubernetes/apimachinery (k8s.io/apimachinery) ### [`v0.30.2`](https://togithub.com/kubernetes/apimachinery/compare/v0.30.1...v0.30.2) [Compare Source](https://togithub.com/kubernetes/apimachinery/compare/v0.30.1...v0.30.2)
kubernetes/client-go (k8s.io/client-go) ### [`v0.30.2`](https://togithub.com/kubernetes/client-go/compare/v0.30.1...v0.30.2) [Compare Source](https://togithub.com/kubernetes/client-go/compare/v0.30.1...v0.30.2)
renovatebot/pre-commit-hooks (renovatebot/pre-commit-hooks) ### [`v37.412.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.412.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.411.0...37.412.1) See https://github.com/renovatebot/renovate/releases/tag/37.412.1 for more changes ### [`v37.411.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.411.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.410.3...37.411.0) See https://github.com/renovatebot/renovate/releases/tag/37.411.0 for more changes ### [`v37.410.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.410.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.410.2...37.410.3) See https://github.com/renovatebot/renovate/releases/tag/37.410.3 for more changes ### [`v37.410.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.410.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.410.1...37.410.2) See https://github.com/renovatebot/renovate/releases/tag/37.410.2 for more changes ### [`v37.410.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.410.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.409.1...37.410.1) See https://github.com/renovatebot/renovate/releases/tag/37.410.1 for more changes ### [`v37.409.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.409.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.409.0...37.409.1) See https://github.com/renovatebot/renovate/releases/tag/37.409.1 for more changes ### [`v37.409.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.409.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.408.3...37.409.0) See https://github.com/renovatebot/renovate/releases/tag/37.409.0 for more changes ### [`v37.408.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.408.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.408.2...37.408.3) See https://github.com/renovatebot/renovate/releases/tag/37.408.3 for more changes ### [`v37.408.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.408.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.408.1...37.408.2) See https://github.com/renovatebot/renovate/releases/tag/37.408.2 for more changes ### [`v37.408.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.408.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.408.0...37.408.1) See https://github.com/renovatebot/renovate/releases/tag/37.408.1 for more changes ### [`v37.408.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.408.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.407.4...37.408.0) See https://github.com/renovatebot/renovate/releases/tag/37.408.0 for more changes ### [`v37.407.4`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.407.4) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.407.3...37.407.4) See https://github.com/renovatebot/renovate/releases/tag/37.407.4 for more changes ### [`v37.407.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.407.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.407.2...37.407.3) See https://github.com/renovatebot/renovate/releases/tag/37.407.3 for more changes ### [`v37.407.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.407.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.407.1...37.407.2) See https://github.com/renovatebot/renovate/releases/tag/37.407.2 for more changes ### [`v37.407.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.407.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.406.2...37.407.1) See https://github.com/renovatebot/renovate/releases/tag/37.407.1 for more changes ### [`v37.406.2`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.406.2) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.406.1...37.406.2) See https://github.com/renovatebot/renovate/releases/tag/37.406.2 for more changes ### [`v37.406.1`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.406.1) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.406.0...37.406.1) See https://github.com/renovatebot/renovate/releases/tag/37.406.1 for more changes ### [`v37.406.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.406.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.405.0...37.406.0) See https://github.com/renovatebot/renovate/releases/tag/37.406.0 for more changes ### [`v37.405.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.405.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.399.9...37.405.0) See https://github.com/renovatebot/renovate/releases/tag/37.405.0 for more changes ### [`v37.399.9`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.399.9) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.399.8...37.399.9) See https://github.com/renovatebot/renovate/releases/tag/37.399.9 for more changes ### [`v37.399.8`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.399.8) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.399.6...37.399.8) See https://github.com/renovatebot/renovate/releases/tag/37.399.8 for more changes ### [`v37.399.6`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.399.6) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.399.5...37.399.6) See https://github.com/renovatebot/renovate/releases/tag/37.399.6 for more changes ### [`v37.399.5`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.399.5) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.399.3...37.399.5) See https://github.com/renovatebot/renovate/releases/tag/37.399.5 for more changes ### [`v37.399.3`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.399.3) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.399.0...37.399.3) See https://github.com/renovatebot/renovate/releases/tag/37.399.3 for more changes ### [`v37.399.0`](https://togithub.com/renovatebot/pre-commit-hooks/releases/tag/37.399.0) [Compare Source](https://togithub.com/renovatebot/pre-commit-hooks/compare/37.398.2...37.399.0) See https://github.com/renovatebot/renovate/releases/tag/37.399.0 for more changes
terraform-aws-modules/terraform-aws-rds (terraform-aws-modules/rds/aws) ### [`v6.7.0`](https://togithub.com/terraform-aws-modules/terraform-aws-rds/blob/HEAD/CHANGELOG.md#670-2024-06-12) [Compare Source](https://togithub.com/terraform-aws-modules/terraform-aws-rds/compare/v6.6.0...v6.7.0) ##### Features - Added cloudwatch log group `skip_destroy` and `log_group_class` ([#​553](https://togithub.com/terraform-aws-modules/terraform-aws-rds/issues/553)) ([12f4e91](https://togithub.com/terraform-aws-modules/terraform-aws-rds/commit/12f4e91f1a4f3ee48b91d222fcae5c51bbe7ab29))
tofuutils/pre-commit-opentofu (tofuutils/pre-commit-opentofu) ### [`v1.0.3`](https://togithub.com/tofuutils/pre-commit-opentofu/compare/v1.0.2...v1.0.3) [Compare Source](https://togithub.com/tofuutils/pre-commit-opentofu/compare/v1.0.2...v1.0.3)

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.

renovate[bot] commented 5 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.