Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all dependencies #1205

Merged
merged 1 commit into from
Nov 11, 2024
Merged

chore(deps): update all dependencies #1205

merged 1 commit into from
Nov 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 11, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
aws (source) required_provider minor 5.74.0 -> 5.75.0 age adoption passing confidence
boto3 patch ==1.35.54 -> ==1.35.57 age adoption passing confidence
botocore patch ==1.35.54 -> ==1.35.57 age adoption passing confidence
terraform-linters/setup-tflint action digest 19a52fb -> 8093687

Release Notes

hashicorp/terraform-provider-aws (aws)

v5.75.0

Compare Source

BREAKING CHANGES:

  • resource/aws_api_gateway_stage: Add canary_settings.deployment_id attribute as required (#​39929)

NOTES:

  • provider: validation of arguments implementing the custom ARNType will properly surface validation errors (#​40008)
  • resource/aws_api_gateway_stage: deployment_id was added to canary_settings as a required attribute. This breaking change was necessary to make canary_settings functional. Without this change all canary traffic was routed to the main deployment (#​39929)

FEATURES:

  • New Data Source: aws_spot_datafeed_subscription (#​39647)

ENHANCEMENTS:

  • data-source/aws_batch_job_definition: Add init_containers, share_process_namespace, and image_pull_secrets attributes (#​40019)
  • resource/aws_batch_job_definition: Add init_containers and share_process_namespace arguments (#​40019)
  • resource/aws_batch_job_definition: Increase maximum number of containers arguments to 10 (#​40019)
  • resource/aws_eks_addon: Add pod_identity_association argument (#​38357)
  • resource/aws_iam_user_login_profile: Mark the password argument as sensitive (#​39991)

BUG FIXES:

  • resource/aws_api_gateway_deployment: Fix destroy error when canary stage still exists on resource (#​39929)
  • resource/aws_codedeploy_deployment_group: Remove maximum items limit on the alarm_configuration.alarms argument (#​39971)
  • resource/aws_eks_addon: Handle ResourceNotFound exceptions during resource destruction (#​38357)
  • resource/aws_elasticache_reserved_cache_node: Fix Value Conversion Error during resource creation (#​39945)
  • resource/aws_lb_listener: Fix errors when updating the tcp_idle_timeout_seconds argument for gateway load balancers (#​40039)
  • resource/aws_lb_listener: Remove the default tcp_idle_timeout_seconds value, preventing ModifyListenerAttributes API calls when a value is not explicitly configured (#​40039)
  • resource/aws_vpc_ipam_pool: Fix bug when public_ip_source = "amazon": The request can only contain PubliclyAdvertisable if the AddressFamily is IPv6 and PublicIpSource is byoip. (#​40042)
boto/boto3 (boto3)

v1.35.57

Compare Source

=======

  • api-change:batch: [botocore] This feature allows override LaunchTemplates to be specified in an AWS Batch Compute Environment.
  • api-change:bedrock-agent-runtime: [botocore] This release adds trace functionality to Bedrock Prompt Flows
  • api-change:chime-sdk-media-pipelines: [botocore] Added support for Media Capture Pipeline and Media Concatenation Pipeline for customer managed server side encryption. Now Media Capture Pipeline can use IAM sink role to get access to KMS key and encrypt/decrypt recorded artifacts. KMS key ID can also be supplied with encryption context.
  • api-change:controlcatalog: [botocore] AWS Control Catalog GetControl public API returns additional data in output, including Implementation and Parameters
  • api-change:eks: [botocore] Adds new error code Ec2InstanceTypeDoesNotExist for Amazon EKS managed node groups
  • api-change:firehose: [botocore] Amazon Data Firehose / Features : Adds support for a new DeliveryStreamType, DatabaseAsSource. DatabaseAsSource hoses allow customers to stream CDC events from their RDS and Amazon EC2 hosted databases, running MySQL and PostgreSQL database engines, to Iceberg Table destinations.
  • api-change:lambda: [botocore] This release adds support for using AWS KMS customer managed keys to encrypt AWS Lambda .zip deployment packages.
  • api-change:pinpoint-sms-voice-v2: [botocore] Added the RequiresAuthenticationTimestamp field to the RegistrationVersionStatusHistory data type.
  • api-change:qbusiness: [botocore] Adds S3 path option to pass group member list for PutGroup API.

v1.35.56

Compare Source

=======

  • api-change:autoscaling: [botocore] Auto Scaling groups now support the ability to strictly balance instances across Availability Zones by configuring the AvailabilityZoneDistribution parameter. If balanced-only is configured for a group, launches will always be attempted in the under scaled Availability Zone even if it is unhealthy.
  • api-change:bedrock-agent: [botocore] Add prompt support for chat template configuration and agent generative AI resource. Add support for configuring an optional guardrail in Prompt and Knowledge Base nodes in Prompt Flows. Add API to validate flow definition
  • api-change:bedrock-runtime: [botocore] Add Prompt management support to Bedrock runtime APIs: Converse, ConverseStream, InvokeModel, InvokeModelWithStreamingResponse
  • api-change:cleanrooms: [botocore] This release introduces support for Custom Models in AWS Clean Rooms ML.
  • api-change:cleanroomsml: [botocore] This release introduces support for Custom Models in AWS Clean Rooms ML.
  • api-change:quicksight: [botocore] Add Client Credentials based OAuth support for Snowflake and Starburst
  • api-change:resource-explorer-2: [botocore] Add GetManagedView, ListManagedViews APIs.
  • api-change:synthetics: [botocore] Add support to toggle if a canary will automatically delete provisioned canary resources such as Lambda functions and layers when a canary is deleted. This behavior can be controlled via the new ProvisionedResourceCleanup property exposed in the CreateCanary and UpdateCanary APIs.

v1.35.55

Compare Source

=======

  • api-change:codebuild: [botocore] AWS CodeBuild now adds additional compute types for reserved capacity fleet.
  • api-change:guardduty: [botocore] GuardDuty RDS Protection expands support for Amazon Aurora PostgreSQL Limitless Databases.
  • api-change:lakeformation: [botocore] API changes for new named tag expressions feature.
  • api-change:qapps: [botocore] Introduces category apis in AmazonQApps. Web experience users use Categories to tag and filter library items.
  • api-change:s3control: [botocore] Fix ListStorageLensConfigurations and ListStorageLensGroups deserialization for Smithy SDKs.
  • api-change:verifiedpermissions: [botocore] Adding BatchGetPolicy API which supports the retrieval of multiple policies across multiple policy stores within a single request.
  • enhancement:protocol: [botocore] Added support for header enabling service migration off the AWS Query protocol.
boto/botocore (botocore)

v1.35.57

Compare Source

=======

  • api-change:batch: This feature allows override LaunchTemplates to be specified in an AWS Batch Compute Environment.
  • api-change:bedrock-agent-runtime: This release adds trace functionality to Bedrock Prompt Flows
  • api-change:chime-sdk-media-pipelines: Added support for Media Capture Pipeline and Media Concatenation Pipeline for customer managed server side encryption. Now Media Capture Pipeline can use IAM sink role to get access to KMS key and encrypt/decrypt recorded artifacts. KMS key ID can also be supplied with encryption context.
  • api-change:controlcatalog: AWS Control Catalog GetControl public API returns additional data in output, including Implementation and Parameters
  • api-change:eks: Adds new error code Ec2InstanceTypeDoesNotExist for Amazon EKS managed node groups
  • api-change:firehose: Amazon Data Firehose / Features : Adds support for a new DeliveryStreamType, DatabaseAsSource. DatabaseAsSource hoses allow customers to stream CDC events from their RDS and Amazon EC2 hosted databases, running MySQL and PostgreSQL database engines, to Iceberg Table destinations.
  • api-change:lambda: This release adds support for using AWS KMS customer managed keys to encrypt AWS Lambda .zip deployment packages.
  • api-change:pinpoint-sms-voice-v2: Added the RequiresAuthenticationTimestamp field to the RegistrationVersionStatusHistory data type.
  • api-change:qbusiness: Adds S3 path option to pass group member list for PutGroup API.

v1.35.56

Compare Source

=======

  • api-change:autoscaling: Auto Scaling groups now support the ability to strictly balance instances across Availability Zones by configuring the AvailabilityZoneDistribution parameter. If balanced-only is configured for a group, launches will always be attempted in the under scaled Availability Zone even if it is unhealthy.
  • api-change:bedrock-agent: Add prompt support for chat template configuration and agent generative AI resource. Add support for configuring an optional guardrail in Prompt and Knowledge Base nodes in Prompt Flows. Add API to validate flow definition
  • api-change:bedrock-runtime: Add Prompt management support to Bedrock runtime APIs: Converse, ConverseStream, InvokeModel, InvokeModelWithStreamingResponse
  • api-change:cleanrooms: This release introduces support for Custom Models in AWS Clean Rooms ML.
  • api-change:cleanroomsml: This release introduces support for Custom Models in AWS Clean Rooms ML.
  • api-change:quicksight: Add Client Credentials based OAuth support for Snowflake and Starburst
  • api-change:resource-explorer-2: Add GetManagedView, ListManagedViews APIs.
  • api-change:synthetics: Add support to toggle if a canary will automatically delete provisioned canary resources such as Lambda functions and layers when a canary is deleted. This behavior can be controlled via the new ProvisionedResourceCleanup property exposed in the CreateCanary and UpdateCanary APIs.

v1.35.55

Compare Source

=======

  • api-change:codebuild: AWS CodeBuild now adds additional compute types for reserved capacity fleet.
  • api-change:guardduty: GuardDuty RDS Protection expands support for Amazon Aurora PostgreSQL Limitless Databases.
  • api-change:lakeformation: API changes for new named tag expressions feature.
  • api-change:qapps: Introduces category apis in AmazonQApps. Web experience users use Categories to tag and filter library items.
  • api-change:s3control: Fix ListStorageLensConfigurations and ListStorageLensGroups deserialization for Smithy SDKs.
  • api-change:verifiedpermissions: Adding BatchGetPolicy API which supports the retrieval of multiple policies across multiple policy stores within a single request.
  • enhancement:protocol: Added support for header enabling service migration off the AWS Query protocol.

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 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.

Copy link
Collaborator

@kayman-mk kayman-mk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved Renovate PR by organization

Copy link
Contributor

Hey @renovate[bot]! 👋

Thank you for your contribution to the project. Please refer to the contribution rules for a quick overview of the process.

Make sure that this PR clearly explains:

  • the problem being solved
  • the best way a reviewer and you can test your changes

With submitting this PR you confirm that you hold the rights of the code added and agree that it will published under this LICENSE.

The following ChatOps commands are supported:

  • /help: notifies a maintainer to help you out

Simply add a comment with the command in the first line. If you need to pass more information, separate it with a blank line from the command.

This message was generated automatically. You are welcome to improve it.

Copy link
Contributor

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 1 0 0.04s
✅ COPYPASTE jscpd yes no 1.57s
✅ REPOSITORY checkov yes no 15.27s
✅ REPOSITORY dustilock yes no 0.5s
✅ REPOSITORY gitleaks yes no 1.23s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 13.69s
✅ REPOSITORY secretlint yes no 1.1s
✅ REPOSITORY syft yes no 0.37s
✅ REPOSITORY trivy-sbom yes no 0.22s
✅ REPOSITORY trufflehog yes no 3.36s
✅ SPELL cspell 7 0 2.43s
✅ TERRAFORM terraform-fmt 5 0 0 0.31s
✅ YAML prettier 1 0 0 0.45s
✅ YAML v8r 1 0 2.61s
✅ YAML yamllint 1 0 0.36s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@renovate renovate bot merged commit 84f2ea3 into main Nov 11, 2024
19 checks passed
@renovate renovate bot deleted the renovate/all branch November 11, 2024 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant