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

Renovate Update Patch & Minor Updates #260

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2024

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
anothrNick/github-tag-action action minor 1.70.0 -> 1.71.0 age adoption passing confidence
aws (source) required_provider minor 5.65.0 -> 5.70.0 age adoption passing confidence
awscrt minor ==0.21.2 -> ==0.22.0 age adoption passing confidence
boto3 patch ==1.35.10 -> ==1.35.34 1.35.35 age adoption passing confidence
botocore patch ==1.35.10 -> ==1.35.34 1.35.35 age adoption passing confidence
github.com/aws/aws-sdk-go-v2 require minor v1.30.4 -> v1.32.0 v1.32.1 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/config require patch v1.27.31 -> v1.27.41 v1.27.42 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue require patch v1.15.0 -> v1.15.10 v1.15.11 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/dynamodb require minor v1.34.6 -> v1.36.0 v1.36.1 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/eventbridge require minor v1.33.5 -> v1.35.0 v1.35.1 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/s3 require minor v1.61.0 -> v1.65.0 v1.65.1 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/secretsmanager require minor v1.32.6 -> v1.34.0 v1.34.1 age adoption passing confidence
github.com/ministryofjustice/opg-go-common require minor v1.11.0 -> v1.18.0 age adoption passing confidence
github.com/vektra/mockery/v2 require minor v2.45.0 -> v2.46.2 age adoption passing confidence
go (source) toolchain patch 1.23.0 -> 1.23.2 age adoption passing confidence
golang stage patch 1.23.0 -> 1.23.2 age adoption passing confidence
golang stage patch 1.23.1 -> 1.23.2 age adoption passing confidence
golangci/golangci-lint minor v1.60.3 -> v1.61.0 age adoption passing confidence
localstack/localstack minor 3.7 -> 3.8 age adoption passing confidence
securego/gosec minor 2.20.0 -> 2.21.4 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

anothrNick/github-tag-action (anothrNick/github-tag-action)

v1.71.0

Compare Source

What's Changed

New Contributors

Full Changelog: anothrNick/github-tag-action@1...1.71.0

hashicorp/terraform-provider-aws (aws)

v5.70.0

Compare Source

NOTES:

  • resource/aws_s3_bucket_lifecycle_configuration: Amazon S3 now applies a default minimum object size of 128 KB for S3 Lifecycle transition rules to any S3 storage class. This new default behavior will be applied to any new or modified S3 Lifecycle configuration. You can override this new default and customize the minimum object size for S3 Lifecycle transition rules to any value (#​39578)
  • resource/aws_simpledb_domain: The aws_simpledb_domain resource has been deprecated and will be removed in a future version. Use Amazon DynamoDB instead (#​39536)
  • resource/aws_worklink_fleet: The aws_worklink_fleet resource has been deprecated and will be removed in a future version. Use Amazon WorkSpaces Secure Browser instead (#​39538)
  • resource/aws_worklink_website_certificate_authority_association: The aws_worklink_website_certificate_authority_association resource has been deprecated and will be removed in a future version. Use Amazon WorkSpaces Secure Browser instead (#​39538)

FEATURES:

  • New Resource: aws_backup_logically_air_gapped_vault (#​39098)
  • New Resource: aws_ec2_transit_gateway_default_route_table_association (#​39496)
  • New Resource: aws_ec2_transit_gateway_default_route_table_propagation (#​39517)
  • New Resource: aws_iam_group_policies_exclusive (#​39554)
  • New Resource: aws_iam_user_policies_exclusive (#​39544)
  • New Resource: aws_securityhub_standards_control_association (#​39511)

ENHANCEMENTS:

  • data-source/aws_ebs_snapshot: Add start_time attribute (#​39557)
  • resource/aws_bedrockagent_agent_action_group: Add prepare_agent argument (#​39486)
  • resource/aws_bedrockagent_data_source: Add vector_ingestion_configuration.custom_transformation_configuration argument (#​39556)
  • resource/aws_globalaccelerator_endpoint_group: Add endpoint_configuration.attachment_arn argument (#​39507)
  • resource/aws_lambda_code_signing_config: Add tags argument and tags_all attribute (#​39535)
  • resource/aws_lambda_event_source_mapping: Add arn attribute (#​39535)
  • resource/aws_lambda_event_source_mapping: Add tags argument and tags_all attribute (#​39535)
  • resource/aws_s3_bucket_lifecycle_configuration: Add transition_default_minimum_object_size argument (#​39578)

BUG FIXES:

  • resource/aws_bedrockagent_agent: Fix "Provider produced inconsistent result after apply" error on update due to customer_encryption_key_arn not being passed during update (#​39565)
  • resource/aws_bedrockagent_agent: Fix "Provider produced inconsistent result after apply" error on update due to prompt_override_configuration not being passed when not modified (#​39565)
  • resource/aws_bedrockagent_knowledge_base: Change knowledge_base_configuration and storage_configuration to ForceNew (#​39567)
  • resource/aws_ec2_transit_gateway_vpc_attachment: Remove default value for security_group_referencing_support argument and mark as Computed. This suppresses the diffs shown for resources created with v5.68.0 (or earlier) (#​39519)
  • resource/aws_opensearchserverless_lifecycle_policy: Fix "Provider produced inconsistent result after apply" error on update due to policy_version computed attribute changing (#​39528)
  • resource/aws_opensearchserverless_security_policy: Fix "Provider produced inconsistent result after apply" error on update due to policy_version computed attribute changing (#​39528)
  • resource/aws_quicksight_dashboard: Fix mapping of sheets.filter_controls.list.cascading_control_configuration and sheets.parameter_controls.list.cascading_control_configuration attributes (#​39453)

v5.69.0

Compare Source

NOTES:

  • provider: This release contains an upstream AWS SDK for Go v2 change to DynamoDB service endpoints. The Terraform AWS Provider will now connect to a DynamoDB endpoint in the format (account-id).ddb.(region).amazonaws.com instead of dynamodb.(region).amazonaws.com. If your network configuration blocks outgoing traffic to DynamoDB based on DNS names or endpoint URLs, you must adjust your configuration, because the service's DNS name will change. You may instead disable account-based endpoints for DynamoDB by setting account_id_endpoint_mode = disabled in a shared config file or setting the AWS_ACCOUNT_ID_ENDPOINT_MODE environment variable to disabled (#​39505)
  • provider: Updates to Go 1.23.1. The issue with AWS Network Firewall dropping TLS handshake ClientHello messages after the v5.65.0 upgrade to Go 1.23.0, temporarily resolved by the v5.67.0 downgrade to Go 1.22.7, has been addressed by removing the X25519Kyber768Draft00 key exchange mechanism from the HTTP client used to make AWS API calls (#​39432)
  • resource/aws_alb_listener: When importing a listener that has either a default action top-level target group ARN or a default action defining a forward action defining a target group with an ARN, include both in the configuration to avoid import differences (#​39413)
  • resource/aws_lb_listener: When importing a listener that has either a default action top-level target group ARN or a default action defining a forward action defining a target group with an ARN, include both in the configuration to avoid import differences (#​39413)

ENHANCEMENTS:

  • data-source/aws_connect_instance: Add tags attribute (#​39402)
  • data-source/aws_ec2_transit_gateway: Add security_group_referencing_support attribute (#​34542)
  • data-source/aws_ec2_transit_gateway_vpc_attachment: Add security_group_referencing_support attribute (#​34542)
  • data-source/aws_opensearchserverless_collection: Add failure_code and failure_reason attributes (#​38995)
  • resource/aws_bedrockagent_agent: Add guardrail_configuration argument (#​39440)
  • resource/aws_connect_instance: Add tags argument and tags_all attribute (#​39402)
  • resource/aws_ec2_transit_gateway: Add security_group_referencing_support argument (#​34542)
  • resource/aws_ec2_transit_gateway_vpc_attachment: Add security_group_referencing_support argument (#​34542)
  • resource/aws_ec2_transit_gateway_vpc_attachment_accepter: Add security_group_referencing_support argument (#​34542)
  • resource/aws_ecs_service: Add volume_configuration.managed_ebs_volume.tag_specifications attribute (#​38662)
  • resource/aws_identitystore_group: Allow display_name to be updated in-place (#​39416)
  • resource/aws_kinesis_stream: Tag on Create to support attribute-based access control (ABAC) (#​39504)
  • resource/aws_quicksight_data_source: Add credentials.secret_arn argument (#​29034)

BUG FIXES:

  • data-source/aws_opensearchserverless_vpc_endpoint: Correctly set security_group_ids. This requires a call to the EC2 DescribeVpcEndpoints API (#​39454)
  • data-source/aws_region: Fix lookups for the ap-southeast-5 Region (#​39389)
  • resource/aws_alb_listener: Fix several of the arguments to avoiding setting zero-values in situations where they shouldn't causing warnings and import differences (#​39413)
  • resource/aws_alb_listener: Remove the limitation preventing setting both default_action.0.target_group_arn and default_action.0.forward to align with the AWS API which allows you to specify both a target group list and a top-level target group ARN if the ARNs match (#​39413)
  • resource/aws_db_instance: Allow replica database to be added to domain on create (#​39448)
  • resource/aws_db_instance_role_association: Fix intermittent failure when instance is not in an available state (#​39457)
  • resource/aws_dynamodb_tag: Fix propagation timeout when multiple tags exist (#​39491)
  • resource/aws_ecs_cluster: Fix validation error with name attribute. (#​38993)
  • resource/aws_ecs_cluster_capacity_providers: Fix validation error with name attribute. (#​38993)
  • resource/aws_iam_role: Retry ConcurrentModificationExceptions during role creation (#​39429)
  • resource/aws_inspector2_enabler: Fix AccessDeniedException: Lambda code scanning is not supported in ... errors (#​38254)
  • resource/aws_inspector2_member_association: Improve handling of AccessDeniedException errors during creation (#​38254)
  • resource/aws_lb_listener: Fix several of the arguments to avoiding setting zero-values in situations where they shouldn't causing warnings and import differences (#​39413)
  • resource/aws_lb_listener: Remove the limitation preventing setting both default_action.0.target_group_arn and default_action.0.forward to align with the AWS API which allows you to specify both a target group list and a top-level target group ARN if the ARNs match (#​39413)
  • resource/aws_lb_listener_rule: Fix several of the arguments to avoiding setting zero-values in situations where they shouldn't causing warnings and import differences (#​39413)
  • resource/aws_lb_target_group: Fix several of the arguments to avoiding setting zero-values in situations where they shouldn't causing warnings and import differences (#​39413)
  • resource/aws_medialive_multiplex: Fix to properly handle read failures during delete operations which were previously ignored (#​39498)
  • resource/aws_opensearchserverless_vpc_endpoint: Change name and vpc_id to ForceNew (#​39454)
  • resource/aws_opensearchserverless_vpc_endpoint: Correctly set security_group_ids. This requires a call to the EC2 DescribeVpcEndpoints API (#​39454)
  • resource/aws_rds_cluster_role_association: Fix intermittent failure when cluster is not in an available state (#​39457)
  • resource/aws_vpc_dhcp_options: Fix a bug causing a panic crash when an option is absent (#​39427)

v5.68.0

Compare Source

NOTES:

  • resource/aws_iam_role: The inline_policy argument is deprecated. Use the aws_iam_role_policy resource instead. If Terraform should exclusively manage all inline policy associations (the current behavior of this argument), use the aws_iam_role_policies_exclusive resource as well. (#​39203)
  • resource/aws_lexv2models_slot_type: Within the composite_slot_type_setting block, the subslots argument has been renamed sub_slots. See the linked pull request for additional justification on this change. The previous misnaming effectively made this argument unusable, therefore a breaking change in a minor version was deemed acceptable. (#​39353)

FEATURES:

  • New Data Source: aws_elasticache_reserved_cache_node_offering (#​29832)
  • New Data Source: aws_securityhub_standards_control_associations (#​39334)
  • New Data Source: aws_synthetics_runtime_version (#​39180)
  • New Data Source: aws_synthetics_runtime_versions (#​39180)
  • New Resource: aws_appsync_source_api_association (#​39323)
  • New Resource: aws_elasticache_reserved_cache_node (#​29832)
  • New Resource: aws_iam_role_policies_exclusive (#​39203)
  • New Resource: aws_pinpointsmsvoicev2_opt_out_list (#​25036)
  • New Resource: aws_pinpointsmsvoicev2_phone_number (#​25036)
  • New Resource: aws_sesv2_account_suppression_attributes (#​39325)

ENHANCEMENTS:

  • resource/aws_s3_bucket_server_side_encryption_configuration: S3 directory buckets now support SSE-KMS (#​39366)
  • resource/aws_ses_receipt_rule: Add iam_role_arn argument to s3_action configuration block (#​39364)
  • resource/aws_synthetics_canary: Increase maximum name length to 255 characters (#​39315)

BUG FIXES:

  • provider: Allows assume_role.role_arn to be an empty string when there is a single assume_role entry. (#​39328)
  • resource/aws_amplify_app: Fix failure when unsetting the environment_variables argument (#​39397)
  • resource/aws_dynamodb_table: Fix changing replicas to the default Managed by DynamoDB encryption setting (#​31284)
  • resource/aws_dynamodb_table: Handle eventual consistency of tag creation and removal (#​39326)
  • resource/aws_dynamodb_table_replica: Handle eventual consistency of tag creation and removal (#​39326)
  • resource/aws_dynamodb_tag: Handle eventual consistency of tag creation and removal (#​39326)
  • resource/aws_mq_broker: Fix engine_version mismatch with RabbitMQ 3.13 and ActiveMQ 5.18 and above (#​39024)
  • resource/aws_mwaa_environment: Fix creating environments with endpoint_management = "CUSTOMER" (#​39394)
  • resource/aws_opensearchserverless_access_policy: Fix incompatible type error when setting policy (#​39322)

v5.67.0

Compare Source

BREAKING CHANGES:

  • resource/aws_lexv2models_slot_type: Within the value_selection_setting.advanced_recognition_setting block, the audio_recognition_setting argument has been renamed audio_recognition_strategy (#​39254)

NOTES:

  • provider: Downgrades to Go 1.22.6. A small number of users have reported failed or hanging network connections using the version of the Terraform AWS provider which was first built with Go 1.23.0 (v5.65.0). At this point, maintainers have been unable to reproduce failures, but enough distinct users have reported issues that we are going to attempt downgrading to Go 1.22.6 for the next provider release. We will continue to coordinate with users and AWS in an attempt to identify the root cause, using this upcoming release with a reverted Go build version as a data point. (#​39256)
  • resource/aws_lexv2models_slot_type: Within the value_selection_setting.advanced_recognition_setting block, the audio_recognition_setting argument has been renamed audio_recognition_strategy. See the linked pull request for additional justification on this change. The previous misnaming effectively made this argument unusable, therefore a breaking change in a minor version was deemed acceptable. (#​39254)

FEATURES:

  • New Data Source: aws_codebuild_fleet (#​39237)
  • New Resource: aws_cloudformation_stack_instances (#​36794)
  • New Resource: aws_codebuild_fleet (#​39237)
  • New Resource: aws_computeoptimizer_enrollment_status (#​35349)
  • New Resource: aws_computeoptimizer_recommendation_preferences (#​35349)
  • New Resource: aws_costoptimizationhub_enrollment_status (#​36440)
  • New Resource: aws_costoptimizationhub_preferences (#​36526)
  • New Resource: aws_datazone_asset_type (#​38812)
  • New Resource: aws_datazone_environment_profile (#​38581)
  • New Resource: aws_lambda_function_recursion_config (#​39153)

ENHANCEMENTS:

  • data-source/aws_acm_certificate: Mark domain and tags as Optional. This enables certificates to be matched based on tags (#​31453)
  • data-source/aws_kinesis_stream: Add encryption_type and kms_key_id attributes (#​39212)
  • datasource/aws_cognito_user_pool: Deprecates user_pool_tags in favor of standard tags. (#​39260)
  • provider: Adds support for IAM role chaining. The provider attribute assume_role now accepts multiple elements. (#​39255)
  • resource/aws_amplify_app: Add cache_config argument (#​39215)
  • resource/aws_cloudhsm_v2_cluster: Add mode argument (#​39206)
  • resource/aws_cloudhsm_v2_cluster: Support hsm2m.medium as a valid value for hsm_type (#​39206)
  • resource/aws_codebuild_project: Add fleet attribute in environment configuration block (#​39237)
  • resource/aws_kinesis_firehose_delivery_stream: Add snowflake_configuration.buffering_internal and snowflake_configuration.buffering_size arguments (#​39214)
  • resource/aws_quicksight_user: Add READER_PRO, AUTHOR_PRO, and ADMIN_PRO as valid values for the user_role argument (#​39220)
  • resource/aws_sagemaker_domain: Add default_user_settings.domain_settings.docker_settings configuration block (#​35416)
  • resource/aws_sagemaker_domain: Add default_user_settings.studio_web_portal_settings, default_space_settings.jupyter_lab_app_settings, default_space_settings.space_storage_settings, default_space_settings.custom_posix_user_config, and default_space_settings.custom_file_system_config configuration blocks (#​38457)
  • resource/aws_sagemaker_endpoint_configuration: Add production_variants.managed_instance_scaling and shadow_production_variants.managed_instance_scaling configuration blocks (#​35479)
  • resource/aws_sagemaker_model: Add primary_container.inference_specification_name and container.inference_specification_name arguments (#​35873)
  • resource/aws_sagemaker_model: Add primary_container.model_data_source.s3_data_source.model_access_config, primary_container.multi_model_config, container.model_data_source.s3_data_source.model_access_config, and container.multi_model_config configuration blocks (#​35873)
  • resource/aws_sagemaker_user_profile: Add user_settings.studio_web_portal_settings configuration block (#​38567)
  • resource/aws_sfn_state_machine: Add plan-time validation of definition using the AWS Step Functions Validation API (#​39229)

BUG FIXES:

  • data-source/aws_eks_cluster: Return created_at as an RFC3339 formatted timestamp (#​24183)
  • datasource/aws_cognito_user_pool: Fixes value conversion error. (#​39260)
  • provider: Fix empty tags drift on fwprovider resources (#​38636)
  • resource/aws_batch_job_queue: Fixes error in schema migration function. (#​39257)
  • resource/aws_cognito_user_pool: Correctly unsets tags. (#​39260)
  • resource/aws_ecr_repository_policy: Fix retry logic handling eventual consistency of newly created IAM roles (#​39190)
  • resource/aws_eks_cluster: Return created_at as an RFC3339 formatted timestamp (#​24183)
  • resource/aws_iam_role: Fix to reduce Terraform reporting differences when a role's ARN temporarily appears as the role's unique ID (#​36794)
  • resource/aws_networkfirewall_tls_inspection_configuration: Fix issue where check_certificate_revovation_status is ignored due to bad autoflex field mapping (#​39211)
  • resource/aws_networkmonitor_monitor: Fixes error when optional attribute aggregation_period not set. (#​39279)
  • resource/aws_quicksight_data_set: Change permissions.actions MaxItems from 16 to 20. This fixes a regression introduced in v5.66.0 (#​39226)
  • resource/aws_quicksight_vpc_connection: Remove vpc_connection_id regular expression validator. This fixes a regression introduced in v5.66.0 (#​39231)
  • resource/aws_sagemaker_domain: Fix update for default_user_settings.domain_settings to include missing security_group_ids and r_studio_server_pro_domain_settings values (#​35416)
  • resource/aws_sesv2_configuration_set: Allow suppression_options.suppressed_reasons to be an empty list ([]) in order to disable the suppression list (#​29671)
  • resource/aws_sesv2_configuration_set_event_destination: Change event_destination.matching_event_types from TypeList to TypeSet as order is not significant (#​36897)
  • resource/aws_verifiedaccess_endpoint: fix crash when updating load_balancer_options.subnet_ids (#​39196)

v5.66.0

Compare Source

FEATURES:

  • New Data Source: aws_glue_registry (#​37953)
  • New Data Source: aws_organizations_organizational_unit_descendant_organizational_units (#​39120)
  • New Data Source: aws_quicksight_analysis (#​31737)
  • New Resource: aws_datazone_environment (#​38811)

ENHANCEMENTS:

  • data-source/aws_sns_topic: Add tags attribute (#​38959)
  • data-source/aws_transfer_server: Add tags attribute (#​39092)
  • resource/aws_appsync_graphql_api: Add api_type and merged_api_execution_role_arn arguments (#​39159)
  • resource/aws_bedrockagent_data_source: Add vector_ingestion_configuration.chunking_configuration.semantic_chunking_configuration, vector_ingestion_configuration.chunking_configuration.hierarchical_chunking_configuration, and vector_ingestion_configuration.parsing_configuration configuration blocks (#​39138)
  • resource/aws_datazone_domain: Add skip_deletion_protection attribute (#​38811)
  • resource/aws_docdbelastic_cluster: Add backup_retention_period and preferred_backup_window attributes (#​38452)
  • resource/aws_quicksight_data_source: Add parameters.databricks argument (#​31737)
  • resource/aws_rolesanywhere_trust_anchor: Add notification_settings argument (#​39108)
  • resource/aws_sagemaker_endpoint: Increase Create and Update InService timeouts to 60 minutes (#​39090)
  • resource/aws_wafv2_rule_group: Reduce rate_based_statement.limit minimum from 100 to 10 (#​39107)
  • resource/aws_wafv2_web_acl: Reduce rate_based_statement.limit minimum from 100 to 10 (#​39107)

BUG FIXES:

  • data-source/aws_networkmanager_core_network_policy_document: Change segment_actions.via.with_edge_override.use_edge to be nested set of edges, matching JSON (#​39142)
  • data-source/aws_networkmanager_core_network_policy_document: Deprecate segment_actions.via.with_edge_override.use_edge. Use segment_actions.via.with_edge_override.use_edge_location instead (#​39142)
  • many resources: Fixes perpetual diff when tag has a null value. (#​38869)
  • resource/aws_appconfig_extension: Mark role_arn as Optional (#​38900)
  • resource/aws_lexv2models_slot_type: Fix slot_type_values validator which limited configurations to 1 element (#​39126)
  • resource/aws_quicksight_analysis: Properly send theme_arn argument on create and update when configured (#​31737)
  • resource/aws_rolesanywhere_profile: Mark role_arns as Optional and send an empty list if unconfigured (#​39108)
  • resource/aws_synthetics_canary: Remove run_config.timeout_in_seconds default value to allow creation of resources with a frequency less than 14 minutes (#​35177)
awslabs/aws-crt-python (awscrt)

v0.22.0: Drop Python 3.7

Compare Source

What's Changed

Full Changelog: awslabs/aws-crt-python@v0.21.7...v0.22.0

v0.21.5: Add build option: AWS_CRT_BUILD_USE_SYSTEM_LIBS

Compare Source

What's Changed

Full Changelog: awslabs/aws-crt-python@v0.21.4...v0.21.5

v0.21.4: [Re-Release] Pick up the change from auth for vpc-lattice-svcs specific presign

Compare Source

What's Changed

No code change, since v0.21.3.

Full Changelog: awslabs/aws-crt-python@v0.21.3...v0.21.4

boto/boto3 (boto3)

v1.35.34

Compare Source

=======

  • api-change:ec2: [botocore] Documentation updates for Amazon EC2.
  • api-change:iot-data: [botocore] Add v2 smoke tests and smithy smokeTests trait for SDK testing.

v1.35.33

Compare Source

=======

  • api-change:codepipeline: [botocore] AWS CodePipeline introduces Commands action that enables you to easily run shell commands as part of your pipeline execution.
  • api-change:connect: [botocore] Public GetMetricDataV2 Grouping increase from 3 to 4
  • api-change:ec2: [botocore] This release includes a new API for modifying instance cpu-options after launch.
  • api-change:iot: [botocore] This release adds support for Custom Authentication with X.509 Client Certificates, support for Custom Client Certificate validation, and support for selecting application protocol and authentication type without requiring TLS ALPN for customer's AWS IoT Domain Configurations.
  • api-change:marketplace-reporting: [botocore] The AWS Marketplace Reporting service introduces the GetBuyerDashboard API. This API returns a dashboard that provides visibility into your organization's AWS Marketplace agreements and associated spend across the AWS accounts in your organization.
  • api-change:mediapackagev2: [botocore] Added support for ClipStartTime on the FilterConfiguration object on OriginEndpoint manifest settings objects. Added support for EXT-X-START tags on produced HLS child playlists.
  • api-change:quicksight: [botocore] QuickSight: Add support for exporting and importing folders in AssetBundle APIs
  • enhancement:AWSCRT: [botocore] Update awscrt version to 0.22.0

v1.35.32

Compare Source

=======

  • api-change:appstream: [botocore] Added support for Automatic Time Zone Redirection on Amazon AppStream 2.0
  • api-change:b2bi: [botocore] Added and updated APIs to support outbound EDI transformations
  • api-change:bedrock-agent-runtime: [botocore] Added raw model response and usage metrics to PreProcessing and PostProcessing Trace
  • api-change:bedrock-runtime: [botocore] Added new fields to Amazon Bedrock Guardrails trace
  • api-change:iotdeviceadvisor: [botocore] Add clientToken attribute and implement idempotency for CreateSuiteDefinition.
  • api-change:ivs-realtime: [botocore] Adds new Stage Health EventErrorCodes applicable to RTMP(S) broadcasts. Bug Fix: Enforces that EncoderConfiguration Video height and width must be even-number values.
  • api-change:s3: [botocore] This release introduces a header representing the minimum object size limit for Lifecycle transitions.
  • api-change:sagemaker: [botocore] releasing builtinlcc to public
  • api-change:workspaces: [botocore] WSP is being rebranded to become DCV.

[v1.35.31](https://redirect.github.com/boto/bo


Configuration

📅 Schedule: Branch creation - "* 0-6 1 * *" (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.

@renovate renovate bot requested review from a team as code owners October 1, 2024 00:58
@renovate renovate bot added dependencies Pull requests that update a dependency file Renovate labels Oct 1, 2024
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch from d8e3f4c to 4c76876 Compare October 1, 2024 03:21
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch from 4c76876 to 3c5c40b Compare October 1, 2024 18:45
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch 2 times, most recently from 1d4739e to 96ededd Compare October 4, 2024 03:42
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch from 96ededd to d8d8237 Compare October 4, 2024 19:40
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch from d8d8237 to b476d2f Compare October 5, 2024 00:51
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch from b476d2f to 0442978 Compare October 5, 2024 16:05
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch from 0442978 to 0a5af0e Compare October 5, 2024 18:49
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch from 0a5af0e to 2580742 Compare October 5, 2024 21:28
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch from 2580742 to 90f8137 Compare October 6, 2024 22:23
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch 2 times, most recently from 55171dd to dc08d79 Compare October 7, 2024 22:14
Copy link
Contributor Author

renovate bot commented Oct 7, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 31 additional dependencies were updated

Details:

Package Change
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.4 -> v1.6.6
github.com/aws/aws-sdk-go-v2/credentials v1.17.30 -> v1.17.39
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.12 -> v1.16.15
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.16 -> v1.3.19
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.16 -> v2.6.19
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.16 -> v1.3.19
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.22.5 -> v1.24.0
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.4 -> v1.12.0
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.18 -> v1.4.0
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.9.17 -> v1.10.0
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.18 -> v1.12.0
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.16 -> v1.18.0
github.com/aws/aws-sdk-go-v2/service/sso v1.22.5 -> v1.24.0
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.5 -> v1.28.0
github.com/aws/aws-sdk-go-v2/service/sts v1.30.5 -> v1.32.0
github.com/aws/smithy-go v1.20.4 -> v1.22.0
go.opentelemetry.io/contrib/detectors/aws/ecs v1.29.0 -> v1.30.0
go.opentelemetry.io/contrib/propagators/aws v1.29.0 -> v1.30.0
go.opentelemetry.io/otel v1.29.0 -> v1.30.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29.0 -> v1.30.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.29.0 -> v1.30.0
go.opentelemetry.io/otel/metric v1.29.0 -> v1.30.0
go.opentelemetry.io/otel/sdk v1.29.0 -> v1.30.0
go.opentelemetry.io/otel/trace v1.29.0 -> v1.30.0
golang.org/x/net v0.28.0 -> v0.29.0
golang.org/x/sys v0.24.0 -> v0.25.0
golang.org/x/term v0.23.0 -> v0.24.0
golang.org/x/text v0.17.0 -> v0.18.0
google.golang.org/genproto/googleapis/api v0.0.0-20240822170219-fc7c04adadcd -> v0.0.0-20240903143218-8af14fe29dc1
google.golang.org/genproto/googleapis/rpc v0.0.0-20240822170219-fc7c04adadcd -> v0.0.0-20240903143218-8af14fe29dc1
google.golang.org/grpc v1.66.0 -> v1.67.1

@gregtyler gregtyler merged commit da760c8 into main Oct 8, 2024
24 checks passed
@gregtyler gregtyler deleted the renovate-all-minor-patch-updates branch October 8, 2024 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file Renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant