Skip to content

Commit

Permalink
chore(deps): update all dependencies (#1206)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change | Age | Adoption | Passing |
Confidence |
|---|---|---|---|---|---|---|---|
| [aws](https://registry.terraform.io/providers/hashicorp/aws)
([source](https://redirect.github.com/hashicorp/terraform-provider-aws))
| required_provider | minor | `5.75.0` -> `5.76.0` |
[![age](https://developer.mend.io/api/mc/badges/age/terraform-provider/hashicorp%2faws/5.76.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/terraform-provider/hashicorp%2faws/5.76.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/terraform-provider/hashicorp%2faws/5.75.0/5.76.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/terraform-provider/hashicorp%2faws/5.75.0/5.76.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [boto3](https://redirect.github.com/boto/boto3) | | patch |
`==1.35.57` -> `==1.35.63` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/boto3/1.35.63?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/boto3/1.35.63?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/boto3/1.35.57/1.35.63?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/boto3/1.35.57/1.35.63?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [botocore](https://redirect.github.com/boto/botocore) | | patch |
`==1.35.57` -> `==1.35.63` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/botocore/1.35.63?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/botocore/1.35.63?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/botocore/1.35.57/1.35.63?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/botocore/1.35.57/1.35.63?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[oxsecurity/megalinter](https://redirect.github.com/oxsecurity/megalinter)
| action | minor | `v8.1.0` -> `v8.2.0` |
[![age](https://developer.mend.io/api/mc/badges/age/github-tags/oxsecurity%2fmegalinter/v8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-tags/oxsecurity%2fmegalinter/v8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-tags/oxsecurity%2fmegalinter/v8.1.0/v8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/oxsecurity%2fmegalinter/v8.1.0/v8.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[terraform-linters/tflint-ruleset-aws](https://redirect.github.com/terraform-linters/tflint-ruleset-aws)
| plugin | minor | `0.34.0` -> `0.35.0` |
[![age](https://developer.mend.io/api/mc/badges/age/github-releases/terraform-linters%2ftflint-ruleset-aws/0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/github-releases/terraform-linters%2ftflint-ruleset-aws/0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/github-releases/terraform-linters%2ftflint-ruleset-aws/0.34.0/0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/github-releases/terraform-linters%2ftflint-ruleset-aws/0.34.0/0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>hashicorp/terraform-provider-aws (aws)</summary>

###
[`v5.76.0`](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5760-November-14-2024)

[Compare
Source](https://redirect.github.com/hashicorp/terraform-provider-aws/compare/v5.75.1...v5.76.0)

FEATURES:

- **New Resource:** `aws_vpc_security_group_vpc_association`
([#&#8203;40069](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40069))

ENHANCEMENTS:

- resource/aws_medialive_channel: Add missing h265 codec settings
([#&#8203;40071](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40071))

BUG FIXES:

- resource/aws_api_gateway_integration: Fix `BadRequestException:
Invalid mapping expression specified` and `NotFoundException: Invalid
parameter name specified` errors when making updates to
`request_parameters` and/or `cache_key_parameters`
([#&#8203;40124](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40124))
- resource/aws_api_gateway_method: Fix `BadRequestException: Invalid
mapping expression specified` and `NotFoundException: Invalid parameter
name specified` errors when making updates to `request_parameters`
([#&#8203;40124](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40124))
- resource/aws_autoscaling_group: Handle eventual consistency issues
that occur when using a `launch_template` that is updated causing
`ValidationError: You must use a valid fully-formed launch template.`
([#&#8203;40088](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40088))
- resource/aws_eip: Properly surface errors during deletion when
`ipam_pool_id` is set
([#&#8203;40082](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40082))
- resource/aws_elasticache_reserved_cache_node: Fix `Provider returned
invalid result object after apply` errors
([#&#8203;40090](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40090))
- resource/aws_iam_group_policies_exclusive: Add validation to prevent
null values in `policy_names`
([#&#8203;40076](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40076))
- resource/aws_iam_group_policy_attachments_exclusive: Add validation to
prevent null values in `policy_arns`
([#&#8203;40076](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40076))
- resource/aws_iam_instance_profile: Handle eventual consistency issues
that occur when this resource is updated and has dependents
([#&#8203;40088](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40088))
- resource/aws_iam_role_policies_exclusive: Add validation to prevent
null values in `policy_names`
([#&#8203;40076](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40076))
- resource/aws_iam_role_policy_attachments_exclusive: Add validation to
prevent null values in `policy_arns`
([#&#8203;40076](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40076))
- resource/aws_iam_user_policies_exclusive: Add validation to prevent
null values in `policy_names`
([#&#8203;40076](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40076))
- resource/aws_iam_user_policy_attachments_exclusive: Add validation to
prevent null values in `policy_arns`
([#&#8203;40076](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40076))
- resource/aws_launch_template: Handle eventual consistency issues that
occur when this resource is updated and has dependents
([#&#8203;40088](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40088))

###
[`v5.75.1`](https://redirect.github.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5751-November-11-2024)

[Compare
Source](https://redirect.github.com/hashicorp/terraform-provider-aws/compare/v5.75.0...v5.75.1)

ENHANCEMENTS:

- data-source/aws_cloudwatch_event_bus: Add `description` attribute
([#&#8203;39980](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39980))
- resource/aws_api_gateway_account: Add attribute `reset_on_delete` to
properly reset CloudWatch Role ARN on deletion.
([#&#8203;40004](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40004))
- resource/aws_cloudwatch_event_bus: Add `description` argument
([#&#8203;39980](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/39980))

BUG FIXES:

- resource/aws_api_gateway_deployment: Rolls back validation of
`canary_settings` and `stage_description` when `stage_name` not set.
([#&#8203;40067](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40067))
- resource/aws_dynamodb_table: Allow table TTL to be disabled by
allowing `ttl[0].attribute_name` to be set when `ttl[0].enabled` is
false
([#&#8203;40046](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40046))
- resource/aws_sagemaker_domain: Fix issue causing a
`ValidationException` on updates when RStudio is disabled on the domain
([#&#8203;40049](https://redirect.github.com/hashicorp/terraform-provider-aws/issues/40049))

</details>

<details>
<summary>boto/boto3 (boto3)</summary>

###
[`v1.35.63`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13563)

[Compare
Source](https://redirect.github.com/boto/boto3/compare/1.35.62...1.35.63)

\=======

- api-change:`cloudwatch`: \[`botocore`] Adds support for adding related
Entity information to metrics ingested through PutMetricData.
- api-change:`connectcampaignsv2`: \[`botocore`] Added Amazon Connect
Outbound Campaigns V2 SDK.
- api-change:`datasync`: \[`botocore`] Doc-only updates and enhancements
related to creating DataSync tasks and describing task executions.
- api-change:`ec2`: \[`botocore`] Remove non-functional enum variants
for FleetCapacityReservationUsageStrategy
- api-change:`iot`: \[`botocore`] This release allows AWS IoT Core users
to enrich MQTT messages with propagating attributes, to associate a
thing to a connection, and to enable Online Certificate Status Protocol
(OCSP) stapling for TLS X.509 server certificates through private
endpoints.
- api-change:`outposts`: \[`botocore`] You can now purchase AWS Outposts
rack or server capacity for a 5-year term with one of the following
payment options: All Upfront, Partial Upfront, and No Upfront.
- api-change:`pinpoint-sms-voice-v2`: \[`botocore`] Use rule overrides
to always allow or always block messages to specific phone numbers. Use
message feedback to monitor if a customer interacts with your message.
- api-change:`route53resolver`: \[`botocore`] Route 53 Resolver DNS
Firewall Advanced Rules allows you to monitor and block suspicious DNS
traffic based on anomalies detected in the queries, such as DNS
tunneling and Domain Generation Algorithms (DGAs).

###
[`v1.35.62`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13562)

[Compare
Source](https://redirect.github.com/boto/boto3/compare/1.35.61...1.35.62)

\=======

- api-change:`partnercentral-selling`: \[`botocore`] Announcing AWS
Partner Central API for Selling: This service launch Introduces new APIs
for co-selling opportunity management and related functions. Key
features include notifications, a dynamic sandbox for testing, and
streamlined validations.

###
[`v1.35.61`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13561)

[Compare
Source](https://redirect.github.com/boto/boto3/compare/1.35.60...1.35.61)

\=======

- api-change:`accessanalyzer`: \[`botocore`] Expand analyzer
configuration capabilities for unused access analyzers. Unused access
analyzer configurations now support the ability to exclude accounts and
resource tags from analysis providing more granular control over the
scope of analysis.
- api-change:`cloudcontrol`: \[`botocore`] Added support for
CloudFormation Hooks with Cloud Control API. The
GetResourceRequestStatus API response now includes an optional
HooksProgressEvent and HooksRequestToken parameter for Hooks Invocation
Progress as part of resource operation with Cloud Control.
- api-change:`deadline`: \[`botocore`] Adds support for select GPU
accelerated instance types when creating new service-managed fleets.
- api-change:`iam`: \[`botocore`] This release includes support for five
new APIs and changes to existing APIs that give AWS Organizations
customers the ability to use temporary root credentials, targeted to
member accounts in the organization.
- api-change:`iotwireless`: \[`botocore`] New FuotaTask resource type to
enable logging for your FUOTA tasks. A ParticipatingGatewaysforMulticast
parameter to choose the list of gateways to receive the multicast
downlink message and the transmission interval between them. Descriptor
field which will be sent to devices during FUOTA transfer.
- api-change:`ivs`: \[`botocore`] IVS now offers customers the ability
to stream multitrack video to Channels.
- api-change:`license-manager-user-subscriptions`: \[`botocore`] New and
updated API operations to support License Included User-based
Subscription of Microsoft Remote Desktop Services (RDS).
- api-change:`partnercentral-selling`: \[`botocore`] Announcing AWS
Partner Central API for Selling: This service launch Introduces new APIs
for co-selling opportunity management and related functions. Key
features include notifications, a dynamic sandbox for testing, and
streamlined validations.
- api-change:`quicksight`: \[`botocore`] This release adds APIs for
Custom Permissions management in QuickSight, and APIs to support
QuickSight Branding.
- api-change:`redshift`: \[`botocore`] Adds support for Amazon Redshift
S3AccessGrants
- api-change:`s3`: \[`botocore`] This release updates the ListBuckets
API Reference documentation in support of the new 10,000 general purpose
bucket default quota on all AWS accounts. To increase your bucket quota
from 10,000 to up to 1 million buckets, simply request a quota increase
via Service Quotas.
- api-change:`sagemaker`: \[`botocore`] Add support for Neuron instance
types \[ trn1/trn1n/inf2 ] on SageMaker Notebook Instances Platform.
- api-change:`sts`: \[`botocore`] This release introduces the new API
'AssumeRoot', which returns short-term credentials that you can use to
perform privileged tasks.

###
[`v1.35.60`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13560)

[Compare
Source](https://redirect.github.com/boto/boto3/compare/1.35.59...1.35.60)

\=======

- api-change:`accessanalyzer`: \[`botocore`] This release adds support
for policy validation and external access findings for resource control
policies (RCP). IAM Access Analyzer helps you author functional and
secure RCPs and awareness that a RCP may restrict external access.
Updated service API, documentation, and paginators.
- api-change:`application-signals`: \[`botocore`] Amazon CloudWatch
Application Signals now supports creating Service Level Objectives with
burn rates. Users can now create or update SLOs with burn rate
configurations to meet their specific business requirements.
- api-change:`b2bi`: \[`botocore`] This release adds a GenerateMapping
API to allow generation of JSONata or XSLT transformer code based on
input and output samples.
- api-change:`billing`: \[`botocore`] Today, AWS announces the general
availability of ListBillingViews API in the AWS SDKs, to enable AWS
Billing Conductor (ABC) users to create proforma Cost and Usage Reports
(CUR) programmatically.
- api-change:`cloudtrail`: \[`botocore`] This release adds a new API
GenerateQuery that generates a query from a natural language prompt
about the event data in your event data store. This operation uses
generative artificial intelligence (generative AI) to produce a
ready-to-use SQL query from the prompt.
- api-change:`dynamodb`: \[`botocore`] This release includes supports
the new WarmThroughput feature for DynamoDB. You can now provide an
optional WarmThroughput attribute for CreateTable or UpdateTable APIs to
pre-warm your table or global secondary index. You can also use
DescribeTable to see the latest WarmThroughput value.
- api-change:`ec2`: \[`botocore`] This release adds the source AMI
details in DescribeImages API
- api-change:`internetmonitor`: \[`botocore`] Add new query type
Routing_Suggestions regarding querying interface
- api-change:`mediaconvert`: \[`botocore`] This release adds support for
ARN inputs in the Kantar credentials secrets name field and the MSPR
field to the manifests for PlayReady DRM protected outputs.
- api-change:`organizations`: \[`botocore`] Add support for policy
operations on the Resource Control Polices.

###
[`v1.35.59`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13559)

[Compare
Source](https://redirect.github.com/boto/boto3/compare/1.35.58...1.35.59)

\=======

- api-change:`codebuild`: \[`botocore`] AWS CodeBuild now supports
non-containerized Linux and Windows builds on Reserved Capacity.
- api-change:`controltower`: \[`botocore`] Added ResetEnabledControl
API.
- api-change:`fis`: \[`botocore`] This release adds support for
generating experiment reports with the experiment report configuration
- api-change:`gamelift`: \[`botocore`] Amazon GameLift releases
container fleets support for general availability. Deploy Linux-based
containerized game server software for hosting on Amazon GameLift.
- api-change:`payment-cryptography`: \[`botocore`] Updated ListAliases
API with KeyArn filter.
- api-change:`rds`: \[`botocore`] Updates Amazon RDS documentation for
Amazon RDS Extended Support for Amazon Aurora MySQL.

###
[`v1.35.58`](https://redirect.github.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13558)

[Compare
Source](https://redirect.github.com/boto/boto3/compare/1.35.57...1.35.58)

\=======

- api-change:`cloudfront`: \[`botocore`] No API changes from previous
release. This release migrated the model to Smithy keeping all features
unchanged.
- api-change:`inspector2`: \[`botocore`] Adds support for filePath
filter.
- api-change:`lambda`: \[`botocore`] Add Python 3.13 (python3.13)
support to AWS Lambda
- api-change:`opensearch`: \[`botocore`] Adds Support for new
AssociatePackages and DissociatePackages API in Amazon OpenSearch
Service that allows association and dissociation operations to be
carried out on multiple packages at the same time.
- api-change:`outposts`: \[`botocore`] This release updates
StartCapacityTask to allow an active Outpost to be modified. It also
adds a new API to list all running EC2 instances on the Outpost.

</details>

<details>
<summary>boto/botocore (botocore)</summary>

###
[`v1.35.63`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13563)

[Compare
Source](https://redirect.github.com/boto/botocore/compare/1.35.62...1.35.63)

\=======

- api-change:`cloudwatch`: Adds support for adding related Entity
information to metrics ingested through PutMetricData.
- api-change:`connectcampaignsv2`: Added Amazon Connect Outbound
Campaigns V2 SDK.
- api-change:`datasync`: Doc-only updates and enhancements related to
creating DataSync tasks and describing task executions.
- api-change:`ec2`: Remove non-functional enum variants for
FleetCapacityReservationUsageStrategy
- api-change:`iot`: This release allows AWS IoT Core users to enrich
MQTT messages with propagating attributes, to associate a thing to a
connection, and to enable Online Certificate Status Protocol (OCSP)
stapling for TLS X.509 server certificates through private endpoints.
- api-change:`outposts`: You can now purchase AWS Outposts rack or
server capacity for a 5-year term with one of the following payment
options: All Upfront, Partial Upfront, and No Upfront.
- api-change:`pinpoint-sms-voice-v2`: Use rule overrides to always allow
or always block messages to specific phone numbers. Use message feedback
to monitor if a customer interacts with your message.
- api-change:`route53resolver`: Route 53 Resolver DNS Firewall Advanced
Rules allows you to monitor and block suspicious DNS traffic based on
anomalies detected in the queries, such as DNS tunneling and Domain
Generation Algorithms (DGAs).

###
[`v1.35.62`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13562)

[Compare
Source](https://redirect.github.com/boto/botocore/compare/1.35.61...1.35.62)

\=======

- api-change:`partnercentral-selling`: Announcing AWS Partner Central
API for Selling: This service launch Introduces new APIs for co-selling
opportunity management and related functions. Key features include
notifications, a dynamic sandbox for testing, and streamlined
validations.

###
[`v1.35.61`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13561)

[Compare
Source](https://redirect.github.com/boto/botocore/compare/1.35.60...1.35.61)

\=======

- api-change:`accessanalyzer`: Expand analyzer configuration
capabilities for unused access analyzers. Unused access analyzer
configurations now support the ability to exclude accounts and resource
tags from analysis providing more granular control over the scope of
analysis.
- api-change:`cloudcontrol`: Added support for CloudFormation Hooks with
Cloud Control API. The GetResourceRequestStatus API response now
includes an optional HooksProgressEvent and HooksRequestToken parameter
for Hooks Invocation Progress as part of resource operation with Cloud
Control.
- api-change:`deadline`: Adds support for select GPU accelerated
instance types when creating new service-managed fleets.
- api-change:`iam`: This release includes support for five new APIs and
changes to existing APIs that give AWS Organizations customers the
ability to use temporary root credentials, targeted to member accounts
in the organization.
- api-change:`iotwireless`: New FuotaTask resource type to enable
logging for your FUOTA tasks. A ParticipatingGatewaysforMulticast
parameter to choose the list of gateways to receive the multicast
downlink message and the transmission interval between them. Descriptor
field which will be sent to devices during FUOTA transfer.
- api-change:`ivs`: IVS now offers customers the ability to stream
multitrack video to Channels.
- api-change:`license-manager-user-subscriptions`: New and updated API
operations to support License Included User-based Subscription of
Microsoft Remote Desktop Services (RDS).
- api-change:`partnercentral-selling`: Announcing AWS Partner Central
API for Selling: This service launch Introduces new APIs for co-selling
opportunity management and related functions. Key features include
notifications, a dynamic sandbox for testing, and streamlined
validations.
- api-change:`quicksight`: This release adds APIs for Custom Permissions
management in QuickSight, and APIs to support QuickSight Branding.
- api-change:`redshift`: Adds support for Amazon Redshift S3AccessGrants
- api-change:`s3`: This release updates the ListBuckets API Reference
documentation in support of the new 10,000 general purpose bucket
default quota on all AWS accounts. To increase your bucket quota from
10,000 to up to 1 million buckets, simply request a quota increase via
Service Quotas.
- api-change:`sagemaker`: Add support for Neuron instance types \[
trn1/trn1n/inf2 ] on SageMaker Notebook Instances Platform.
- api-change:`sts`: This release introduces the new API 'AssumeRoot',
which returns short-term credentials that you can use to perform
privileged tasks.

###
[`v1.35.60`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13560)

[Compare
Source](https://redirect.github.com/boto/botocore/compare/1.35.59...1.35.60)

\=======

- api-change:`accessanalyzer`: This release adds support for policy
validation and external access findings for resource control policies
(RCP). IAM Access Analyzer helps you author functional and secure RCPs
and awareness that a RCP may restrict external access. Updated service
API, documentation, and paginators.
- api-change:`application-signals`: Amazon CloudWatch Application
Signals now supports creating Service Level Objectives with burn rates.
Users can now create or update SLOs with burn rate configurations to
meet their specific business requirements.
- api-change:`b2bi`: This release adds a GenerateMapping API to allow
generation of JSONata or XSLT transformer code based on input and output
samples.
- api-change:`billing`: Today, AWS announces the general availability of
ListBillingViews API in the AWS SDKs, to enable AWS Billing Conductor
(ABC) users to create proforma Cost and Usage Reports (CUR)
programmatically.
- api-change:`cloudtrail`: This release adds a new API GenerateQuery
that generates a query from a natural language prompt about the event
data in your event data store. This operation uses generative artificial
intelligence (generative AI) to produce a ready-to-use SQL query from
the prompt.
- api-change:`dynamodb`: This release includes supports the new
WarmThroughput feature for DynamoDB. You can now provide an optional
WarmThroughput attribute for CreateTable or UpdateTable APIs to pre-warm
your table or global secondary index. You can also use DescribeTable to
see the latest WarmThroughput value.
- api-change:`ec2`: This release adds the source AMI details in
DescribeImages API
- api-change:`internetmonitor`: Add new query type Routing_Suggestions
regarding querying interface
- api-change:`mediaconvert`: This release adds support for ARN inputs in
the Kantar credentials secrets name field and the MSPR field to the
manifests for PlayReady DRM protected outputs.
- api-change:`organizations`: Add support for policy operations on the
Resource Control Polices.

###
[`v1.35.59`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13559)

[Compare
Source](https://redirect.github.com/boto/botocore/compare/1.35.58...1.35.59)

\=======

- api-change:`codebuild`: AWS CodeBuild now supports non-containerized
Linux and Windows builds on Reserved Capacity.
-   api-change:`controltower`: Added ResetEnabledControl API.
- api-change:`fis`: This release adds support for generating experiment
reports with the experiment report configuration
- api-change:`gamelift`: Amazon GameLift releases container fleets
support for general availability. Deploy Linux-based containerized game
server software for hosting on Amazon GameLift.
- api-change:`payment-cryptography`: Updated ListAliases API with KeyArn
filter.
- api-change:`rds`: Updates Amazon RDS documentation for Amazon RDS
Extended Support for Amazon Aurora MySQL.

###
[`v1.35.58`](https://redirect.github.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13558)

[Compare
Source](https://redirect.github.com/boto/botocore/compare/1.35.57...1.35.58)

\=======

- api-change:`cloudfront`: No API changes from previous release. This
release migrated the model to Smithy keeping all features unchanged.
-   api-change:`inspector2`: Adds support for filePath filter.
- api-change:`lambda`: Add Python 3.13 (python3.13) support to AWS
Lambda
- api-change:`opensearch`: Adds Support for new AssociatePackages and
DissociatePackages API in Amazon OpenSearch Service that allows
association and dissociation operations to be carried out on multiple
packages at the same time.
- api-change:`outposts`: This release updates StartCapacityTask to allow
an active Outpost to be modified. It also adds a new API to list all
running EC2 instances on the Outpost.

</details>

<details>
<summary>oxsecurity/megalinter (oxsecurity/megalinter)</summary>

###
[`v8.2.0`](https://redirect.github.com/oxsecurity/megalinter/blob/HEAD/CHANGELOG.md#v820---2024-11-17)

[Compare
Source](https://redirect.github.com/oxsecurity/megalinter/compare/v8.1.0...v8.2.0)

-   Media
- [10 MegaLinter Tips and Tricks Unlock its Full
Potential](https://flexion.us/blog/megalinter-tips-and-tricks/) by [Wes
Dean](https://redirect.github.com/wesley-dean)
- [MegaLinter Performance Tuning for Maximum
Efficiency](https://flexion.us/blog/megalinter-performance-tuning/) by
[Wes Dean](https://redirect.github.com/wesley-dean)

-   Linters enhancements
- [detekt](https://megalinter.io/latest/descriptors/kotlin_detekt/)
Enable SARIF output + count errors
- [lintr](https://megalinter.io/latest/descriptors/r_lintr/): Support
files in subdirectories, fix unit tests
- [phpcs](https://megalinter.io/latest/descriptors/php_phpcs/): Activate
APPLY_FIXES
- [Salesforce
linters](https://megalinter.io/latest/descriptors/salesforce/): Add
SF_CLI_DISABLE_AUTOUPDATE for SF CLI JIT plugins
- [trivy](https://megalinter.io/latest/descriptors/repository_trivy/):
handle retry if `failed to download Java DB` is detected
- [tsqllint](https://redirect.github.com/tsqllint/tsqllint) Re-enabled
after .net 8 and security updates

-   Fixes
- Add message in PR comment if FAIL_IF_UPDATED_SOURCES is triggered
    -   Fix linting errors in GitHub Actions template

-   Reporters
-
[UpdatedSourcesReporter](https://megalinter.io/latest/reporters/UpdatedSourcesReporter/)
will git commit & push fixed files to source branch if APPLY_FIXES is
set
    -   Fix AzureCommentReporter not adding comments to PR
    -   Fix AzureCommentReporter fails when target repo contains spaces

-   Doc
    -   Updated documentation with Azure central pipeline use case
- Update DevSkim documentation to show a valid exclusion config file
- Note about `risky` rules and how to fix rule violations with
PHP-CS-Fixer

-   CI
    -   Also prune volumes before pulling and pushing to docker hub
- Externalize mirroring from ghcr.io to docker hub in another workflow
to avoid memory issues
    -   Squash docker images to have less layers and size
- Comment jobs related to GitHub Worker images, as CodeTotal is not
actively maintained
    -   Make gitpod workflow not blocking until uv install is fixed
    -   Update stale comment
- Try several times to embed trivy db during Docker build, as a
workaround to the random failures
- Wait 10 secondes instead of 1 before retrying a failing test method,
to avoid race conditions

-   Linter versions upgrades (104)
- [actionlint](https://rhysd.github.io/actionlint/) from 1.7.3 to
**1.7.4**
- [ansible-lint](https://ansible-lint.readthedocs.io/) from 24.9.2 to
**24.10.0**
-
[bicep_linter](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter)
from 0.30.23 to **0.31.92**
- [cfn-lint](https://redirect.github.com/aws-cloudformation/cfn-lint)
from 1.16.1 to **1.19.0**
    -   [checkov](https://www.checkov.io/) from 3.2.257 to **3.2.298**
- [checkstyle](https://checkstyle.org/) from 10.18.2 to **10.20.1**
- [clippy](https://redirect.github.com/rust-lang/rust-clippy) from
0.1.81 to **0.1.82**
- [clj-kondo](https://redirect.github.com/borkdude/clj-kondo) from
2024.09.27 to **2024.11.14**
-
[cspell](https://redirect.github.com/streetsidesoftware/cspell/tree/master/packages/cspell)
from 8.15.1 to **8.16.0**
- [devskim](https://redirect.github.com/microsoft/DevSkim) from 1.0.33
to **1.0.44**
    -   [djlint](https://djlint.com/) from 1.35.2 to **1.36.1**
-
[dotnet-format](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format)
from 8.0.110 to **8.0.111**
- [gitleaks](https://redirect.github.com/gitleaks/gitleaks) from 8.20.1
to **8.21.2**
- [golangci-lint](https://golangci-lint.run/) from 1.61.0 to **1.62.0**
    -   [ktlint](https://ktlint.github.io) from 1.3.1 to **1.4.1**
-
[lightning-flow-scanner](https://redirect.github.com/Lightning-Flow-Scanner)
from 2.34.0 to **2.36.0**
    -   [lychee](https://lychee.cli.rs) from 0.16.1 to **0.17.0**
- [mypy](https://mypy.readthedocs.io/en/stable/) from 1.11.2 to
**1.13.0**
- [perlcritic](https://metacpan.org/pod/Perl::Critic) from 1.152 to
**1.156**
- [phpcs](https://redirect.github.com/PHPCSStandards/PHP_CodeSniffer)
from 3.10.3 to **3.11.1**
- [phplint](https://redirect.github.com/overtrue/phplint) from 9.5.3 to
**9.5.4**
    -   [phpstan](https://phpstan.org/) from 1.12.6 to **2.0.1**
    -   [pmd](https://pmd.github.io/) from 7.6.0 to **7.7.0**
- [pyright](https://redirect.github.com/Microsoft/pyright) from 1.1.384
to **1.1.389**
    -   [revive](https://revive.run/) from 1.4.0 to **1.5.1**
- [roslynator](https://redirect.github.com/dotnet/Roslynator) from
0.9.1.0 to **0.9.3.0**
    -   [rubocop](https://rubocop.org/) from 1.66.1 to **1.68.0**
- [ruff](https://redirect.github.com/astral-sh/ruff) from 0.6.9 to
**0.7.4**
- [secretlint](https://redirect.github.com/secretlint/secretlint) from
8.4.0 to **9.0.0**
- [sfdx-scanner-apex](https://forcedotcom.github.io/sfdx-scanner/) from
4.6.0 to **4.7.0**
- [sfdx-scanner-aura](https://forcedotcom.github.io/sfdx-scanner/) from
4.6.0 to **4.7.0**
- [sfdx-scanner-lwc](https://forcedotcom.github.io/sfdx-scanner/) from
4.6.0 to **4.7.0**
- [shfmt](https://redirect.github.com/mvdan/sh) from 3.9.0 to **3.10.0**
- [snakemake](https://snakemake.readthedocs.io/en/stable/) from 8.21.0
to **8.25.3**
-
[spectral](https://docs.stoplight.io/docs/spectral/674b27b261c3c-overview)
from 6.13.1 to **6.14.1**
    -   [sqlfluff](https://www.sqlfluff.com/) from 3.2.3 to **3.2.5**
- [syft](https://redirect.github.com/anchore/syft) from 1.14.0 to
**1.16.0**
-
[terraform-fmt](https://developer.hashicorp.com/terraform/cli/commands/fmt)
from 1.9.5 to **1.9.8**
- [terragrunt](https://terragrunt.gruntwork.io) from 0.67.5 to
**0.68.14**
- [tflint](https://redirect.github.com/terraform-linters/tflint) from
0.53.0 to **0.54.0**
- [trivy-sbom](https://aquasecurity.github.io/trivy/) from 0.56.2 to
**0.57.0**
- [trivy](https://aquasecurity.github.io/trivy/) from 0.56.2 to
**0.57.0**
- [trufflehog](https://redirect.github.com/trufflesecurity/trufflehog)
from 3.82.11 to **3.83.7**
- [tsqllint](https://redirect.github.com/tsqllint/tsqllint) from
1.15.3.0 to **1.16.0.0**
- [v8r](https://redirect.github.com/chris48s/v8r) from 4.1.0 to
**4.2.0**
    -   [vale](https://vale.sh/) from 3.7.1 to **3.9.0**

</details>

<details>
<summary>terraform-linters/tflint-ruleset-aws
(terraform-linters/tflint-ruleset-aws)</summary>

###
[`v0.35.0`](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/blob/HEAD/CHANGELOG.md#0350-2024-11-17)

[Compare
Source](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/compare/v0.34.0...v0.35.0)

##### Enhancements

-
[#&#8203;725](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/725):
Update AWS provider/module and generated content

##### Chores

-
[#&#8203;726](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/726)
[#&#8203;731](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/731)
[#&#8203;739](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/739)
[#&#8203;746](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/746):
Bump github.com/aws/aws-sdk-go-v2/service/ecs from 1.47.3 to 1.49.2
-
[#&#8203;727](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/727)
[#&#8203;732](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/732)
[#&#8203;747](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/747):
Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.182.0 to 1.187.1
-
[#&#8203;728](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/728)
[#&#8203;730](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/730)
[#&#8203;736](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/736)
[#&#8203;748](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/748):
Bump github.com/aws/aws-sdk-go-v2/service/rds from 1.87.2 to 1.89.1
-
[#&#8203;733](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/733)
[#&#8203;751](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/751):
Bump github.com/aws/aws-sdk-go-v2/service/iam from 1.37.2 to 1.37.3
-
[#&#8203;735](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/735):
Bump github.com/hashicorp/terraform-json from 0.22.1 to 0.23.0
-
[#&#8203;738](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/738)
[#&#8203;743](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/743):
Bump github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing from
1.28.2 to 1.28.4
-
[#&#8203;740](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/740):
Bump github.com/hashicorp/aws-sdk-go-base/v2 from 2.0.0-beta.58 to
2.0.0-beta.59
-
[#&#8203;741](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/741):
Bump github.com/aws/aws-sdk-go-v2/service/elasticache from 1.43.0 to
1.43.2
-
[#&#8203;742](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/742):
Bump github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 from
1.40.0 to 1.41.1
-
[#&#8203;744](https://redirect.github.com/terraform-linters/tflint-ruleset-aws/pull/744):
Bump golang.org/x/net from 0.30.0 to 0.31.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/cattle-ops/terraform-aws-gitlab-runner).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent 84f2ea3 commit b9ba2a8
Show file tree
Hide file tree
Showing 12 changed files with 128 additions and 128 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
id: ml
# You can override MegaLinter flavor used to have faster performances
# More info at https://megalinter.io/flavors/
uses: oxsecurity/megalinter@b38cdf1f0cbe056fad4112cb7cd99c2b574c9617 # v8.1.0
uses: oxsecurity/megalinter@d8c95fc6f2237031fb9e9322b0f97100168afa6e # v8.2.0
env:
# All available variables are described in documentation
# https://megalinter.io/configuration/
Expand Down
58 changes: 29 additions & 29 deletions .terraform.lock.hcl

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

2 changes: 1 addition & 1 deletion .tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ plugin "terraform" {

plugin "aws" {
enabled = true
version = "0.34.0"
version = "0.35.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}
2 changes: 1 addition & 1 deletion examples/runner-certificates/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.75.0"
version = "5.76.0"
}
local = {
source = "hashicorp/local"
Expand Down
60 changes: 30 additions & 30 deletions examples/runner-default/.terraform.lock.hcl

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

2 changes: 1 addition & 1 deletion examples/runner-default/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.75.0"
version = "5.76.0"
}
local = {
source = "hashicorp/local"
Expand Down
60 changes: 30 additions & 30 deletions examples/runner-docker/.terraform.lock.hcl

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

2 changes: 1 addition & 1 deletion examples/runner-docker/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.75.0"
version = "5.76.0"
}
local = {
source = "hashicorp/local"
Expand Down
2 changes: 1 addition & 1 deletion examples/runner-fleeting-plugin/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.75.0"
version = "5.76.0"
}
local = {
source = "hashicorp/local"
Expand Down
60 changes: 30 additions & 30 deletions examples/runner-public/.terraform.lock.hcl

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

2 changes: 1 addition & 1 deletion examples/runner-public/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.75.0"
version = "5.76.0"
}
local = {
source = "hashicorp/local"
Expand Down
4 changes: 2 additions & 2 deletions modules/terminate-agent-hook/lambda/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto3 ==1.35.57
botocore ==1.35.57
boto3 ==1.35.63
botocore ==1.35.63

0 comments on commit b9ba2a8

Please sign in to comment.