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 #255

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2024

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
aws (source) required_provider minor 5.60.0 -> 5.65.0 age adoption passing confidence
boto3 minor ==1.34.149 -> ==1.35.10 1.35.11 age adoption passing confidence
botocore minor ==1.34.149 -> ==1.35.10 1.35.11 age adoption passing confidence
github.com/aws/aws-sdk-go-v2 require patch v1.30.3 -> v1.30.4 v1.30.5 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/config require patch v1.27.27 -> v1.27.31 v1.27.32 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue require minor v1.14.10 -> v1.15.0 v1.15.1 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/dynamodb require patch v1.34.4 -> v1.34.6 v1.34.7 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/eventbridge require patch v1.33.3 -> v1.33.5 v1.33.6 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/s3 require minor v1.58.2 -> v1.61.0 v1.61.1 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/secretsmanager require patch v1.32.4 -> v1.32.6 v1.32.7 age adoption passing confidence
github.com/ministryofjustice/opg-go-common require minor v1.8.0 -> v1.11.0 age adoption passing confidence
go (source) toolchain minor 1.22.5 -> 1.23.0 age adoption passing confidence
golang stage minor 1.22.5 -> 1.23.0 age adoption passing confidence
golangci/golangci-lint minor v1.59.1 -> v1.60.3 age adoption passing confidence
govuk-frontend (source) dependencies minor 5.4.1 -> 5.6.0 age adoption passing confidence
localstack/localstack minor 3.6 -> 3.7 age adoption passing confidence
pyjwt minor ==2.8.0 -> ==2.9.0 age adoption passing confidence

Warning

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


Release Notes

hashicorp/terraform-provider-aws (aws)

v5.65.0

Compare Source

NOTES:

  • provider: Updates to Go 1.23. We do not expect this change to impact most users. For macOS, Go 1.23 requires macOS 11 Big Sur or later; support for previous versions has been discontinued. (#​38999)

FEATURES:

  • New Data Source: aws_shield_protection (#​37524)
  • New Resource: aws_glue_catalog_table_optimizer (#​38052)

ENHANCEMENTS:

  • data-source/aws_elb_hosted_zone_id: Add hosted zone ID for ap-southeast-5 AWS Region (#​39052)
  • data-source/aws_lb_hosted_zone_id: Add hosted zone IDs for ap-southeast-5 AWS Region (#​39052)
  • data-source/aws_s3_bucket: Add hosted zone ID for ap-southeast-5 AWS Region (#​39052)
  • provider: Support ap-southeast-5 as a valid AWS Region (#​39049)
  • resource/aws_cognito_user_pool: Add password_policy.password_history_size argument (#​39043)
  • resource/aws_elastic_beanstalk_application_version: Add process argument (#​25468)
  • resource/aws_elasticsearch_domain: Treat SUCCEEDED_WITH_ISSUES status as success when upgrading cluster (#​38086)
  • resource/aws_emr_cluster: Support io2 as a valid value for ebs_config.type (#​37740)
  • resource/aws_emr_instance_fleet: Support io2 as a valid value for instance_type_configs.ebs_config.type (#​37740)
  • resource/aws_emr_instance_group: Support io2 as a valid value for instance_type_configs.ebs_config.type (#​37740)
  • resource/aws_glue_job: Add job_run_queuing_enabled argument (#​39027)
  • resource/aws_lambda_event_source_mapping: Add kms_key_arn argument (#​39055)
  • resource/aws_verifiedaccess_endpoint: Set PolicyEnabled flag to false on update if policy_document is empty (#​38675)

BUG FIXES:

  • resource/aws_amplify_app: Fix crash updating auto_branch_creation_config (#​39041)
  • resource/aws_elasticsearch_domain_policy: Change domain_name to ForceNew (#​38086)
  • resource/aws_elbv2_listener: Fix crash when reading forward actions not configured in state (#​39039)
  • resource/aws_emr_instance_group: Properly send an instance_count value of 0 on create when configured (#​37740)
  • resource/aws_gamelift_game_server_group: Fix crash while reading server group with a nil auto scaling group ARN (#​39022)
  • resource/aws_guardduty_invite_accepter: Fix BadRequestException: The request is rejected because an invalid or out-of-range value is specified as an input parameter errors on resource Create (#​39084)
  • resource/aws_lakeformation_permissions: Fix error when revoking data_cells_filter permissions (#​39026)
  • resource/aws_neptune_cluster: Mark neptune_cluster_parameter_group_name as Computed (#​38980)
  • resource/aws_neptune_cluster_instance: Mark neptune_parameter_group_name as Computed (#​38980)
  • resource/aws_ssm_parameter: Fix ValidationException: Parameter ARN is not supported for this operation errors when deleting resources imported by ARN (#​39067)

v5.64.0

Compare Source

ENHANCEMENTS:

  • data-source/aws_opensearch_domain: Add dashboard_endpoint_v2, domain_endpoint_v2_hosted_zone_id, and endpoint_v2 attributes (#​38456)
  • resource/aws_appautoscaling_target: Add suspended_state configuration block (#​38942)
  • resource/aws_dynamodb_table: Add restore_source_table_arn attribute (#​38953)
  • resource/aws_opensearch_domain: Add dashboard_endpoint_v2, domain_endpoint_v2_hosted_zone_id, and endpoint_v2 attributes (#​38456)

BUG FIXES:

  • resource/aws_bedrockagent_agent: Fixes consistency issues where only some prompts are overridden (#​38944)
  • resource/aws_cloudformation_stack_set_instance: Fix crash during construction of the id attribute when deployment_targets does not include organizational unit IDs. (#​38969)
  • resource/aws_glue_trigger: Fix crash when null action is configured (#​38994)
  • resource/aws_rds_cluster: Allow Web Service Data API (enabled_http_endpoint) to be enabled and disabled for provisioned engine mode and serverlessv2 (#​38997)

v5.63.1

Compare Source

FEATURES:

  • New Data Source: aws_route53_zones (#​17457)
  • New Data Source: aws_ssoadmin_permission_sets (#​38741)

ENHANCEMENTS:

  • data-source/aws_batch_job_queue: Add job_state_time_limit_action attribute (#​38784)
  • resource/aws_batch_job_definition: Add ecs_properties argument (#​37871)
  • resource/aws_batch_job_queue: Add job_state_time_limit_action argument (#​38784)

BUG FIXES:

  • provider: Fix crash when flattening string pointer slices with nil items (#​38886)
  • resource/aws_datazone_project: Properly surface import id parsing errors (#​38924)
  • resource/aws_quicksight_data_set: Fix crash when setting logical_table_map.data_transforms.project_operation.projected_columns with null list elements (#​38886)
  • resource/aws_ses_configuration_set: Fix crash when reputation_metrics_enabled is set to true (#​38921)

v5.63.0

Compare Source

FEATURES:

  • New Data Source: aws_bedrockagent_agent_versions (#​38792)
  • New Resource: aws_bedrock_guardrail (#​38757)
  • New Resource: aws_cloudtrail_organization_delegated_admin_account (#​38817)
  • New Resource: aws_datazone_environment_profile (#​35603)
  • New Resource: aws_datazone_form_type (#​38746)
  • New Resource: aws_datazone_glossary_term (#​38706)
  • New Resource: aws_pinpoint_email_template (#​33266)

ENHANCEMENTS:

  • resource/aws_networkfirewall_logging_configuration: Change logging_configuration.log_destination_config MaxItems from 2 to 3 (#​38824)

BUG FIXES:

  • data-source/aws_acm_certificate: Fix unreturned sdkdiags.AppendErrorf function calls (#​38854)
  • resource/aws_appstream_stack: Fix unreturned sdkdiags.AppendErrorf function calls (#​38854)
  • resource/aws_bedrockagent_agent_knowledge_base_association: Prepare agent when associating a knowledge base so it can be used (#​38799)
  • resource/aws_cloudwatch_event_connection: Fix various expander type assertions to prevent crashes (#​38800)
  • resource/aws_controltower_landing_zone: Fix unreturned sdkdiags.AppendErrorf function calls (#​38854)
  • resource/aws_db_event_subscription: Fix plan-time validation of name and name_prefix (#​38194)
  • resource/aws_ecs_cluster_capacity_providers: Fix unreturned sdkdiags.AppendErrorf function calls (#​38854)
  • resource/aws_ecs_service: Fix crash from nil service_registries item (#​38883)
  • resource/aws_ecs_task_definition: Fix perpetual container_definitions diffs on healthCheck's default values (#​38872)
  • resource/aws_ecs_task_definition: Prevent lowercasing of the first character of JSON keys in container_definitions.dockerLabels (#​38804)
  • resource/aws_ecs_task_definition: Remove nulls from container_definition array fields (#​38870)
  • resource/aws_elasticache_replication_group: Fix crash when setting replicas_per_node_group if node groups are empty (#​38797)
  • resource/aws_fms_policy: Fix unreturned sdkdiags.AppendErrorf function calls (#​38854)
  • resource/aws_grafana_workspace: Fix crash when empty network_access_control block is configured (#​38775)
  • resource/aws_grafana_workspace: Fix crash when empty vpc_configuration block is configured (#​38775)
  • resource/aws_iot_thing_group: Fix crash when empty attribute_payload block is configured (#​38776)
  • resource/aws_lexv2models_slot_type: Fix slot_type_values to have sample_value attribute (#​38856)
  • resource/aws_networkmanager_connect_peer: Set all configuration.bgp_configurations on Read (#​38798)
  • resource/aws_redshift_cluster: Set encrypted on snapshot restore, when enabled (#​38828)
  • resource/aws_rolesanywhere_profile: Fix unreturned sdkdiags.AppendErrorf function calls (#​38854)
  • resource/aws_rolesanywhere_trust_anchor: Fix unreturned sdkdiags.AppendErrorf function calls (#​38854)
  • resource/aws_s3_bucket_lifecycle_configuration: Fix unreturned sdkdiags.AppendErrorf function calls (#​38854)

v5.62.0

Compare Source

FEATURES:

  • New Data Source: aws_rds_cluster_parameter_group (#​38416)
  • New Data Source: aws_secretsmanager_secret_versions (#​35411)
  • New Resource: aws_ebs_snapshot_block_public_access (#​38641)
  • New Resource: aws_rds_integration (#​35199)

ENHANCEMENTS:

  • data-source/aws_s3_bucket_object: Expand content types that can be read from S3 to include include application/x-sql (#​38737)
  • data-source/aws_s3_object: Expand content types that can be read from S3 to include application/x-sql (#​38737)
  • provider: Allow default_tags to be set by environment variables (#​33339)
  • provider: Allow ignore_tags.keys and ignore_tags.key_prefixes to be set by environment variables (#​35264)
  • resource/aws_db_option_group: Add skip_destroy argument (#​29663)
  • resource/aws_db_parameter_group: Add skip_destroy argument (#​29663)
  • resource/aws_dx_macsec_key_association: Add plan-time validation of secret_arn (#​37213)
  • resource/aws_ecs_service: Add force_delete argument (#​38707)
  • resource/aws_grafana_license_association: Add grafana_token argument (#​38743)
  • resource/aws_lb_target_group: Add target_health_state.unhealthy_draining_interval argument (#​38654)
  • resource/aws_lexv2models_slot: Add sub_slot_setting attribute (#​38698)

BUG FIXES:

  • data-source/aws_ecr_repository_creation_template: Support ROOT as a valid value for prefix (#​38685)
  • data-source/aws_msk_broker_nodes: Filter out nodes with no broker info (#​38042)
  • resource/aws_appconfig_configuration_profile: Increase name max length validation to 128 (#​37539)
  • resource/aws_batch_job_definition: Fix panic when checking eks_properties for job updates (#​38716)
  • resource/aws_batch_job_definition: Fix panic when checking retry_strategy for job updates (#​38716)
  • resource/aws_batch_job_definition: Fix panic when checking timeout for job updates (#​38716)
  • resource/aws_ec2_capacity_block_reservation: Fix error during apply for missing created_date attribute (#​38689)
  • resource/aws_ecr_repository_creation_template: Support ROOT as a valid value for prefix (#​38685)
  • resource/aws_elbv2_trust_store_revocation: Fix to properly return errors during resource creation (#​38756)
  • resource/aws_emr_cluster: Fix panic when reading an instance fleet with an empty launch_specifications argument (#​38773)
  • resource/aws_lexv2models_bot: Handle PreconditionFailedException on delete for resources deleted out-of-band (#​38661)
  • resource/aws_lexv2models_bot_locale: Handle PreconditionFailedException on delete for resources deleted out-of-band (#​38661)
  • resource/aws_lexv2models_bot_version: Handle PreconditionFailedException on delete for resources deleted out-of-band (#​38661)
  • resource/aws_networkmanager_core_network: Fix $.network-function-groups: null found, array expected errors when creating resource with create_base_policy argument (#​38642)
  • resource/aws_quicksight_account_subscription: Fix panic when read returns nil account info (#​38752)
  • resource/aws_sfn_state_machine: Mark revision_id and state_machine_version_arn as Computed on update if publish is true (#​38657)

v5.61.0

Compare Source

NOTES:

  • resource/aws_chatbot_teams_channel_configuration: This resource is provided on a best-effort basis, and we welcome the community's help in testing it. (#​38630)

FEATURES:

  • New Data Source: aws_ecr_repository_creation_template (#​38597)
  • New Resource: aws_chatbot_slack_channel_configuration (#​38124)
  • New Resource: aws_chatbot_teams_channel_configuration (#​38630)
  • New Resource: aws_datazone_glossary (#​38602)
  • New Resource: aws_ecr_repository_creation_template (#​38597)
  • New Resource: aws_timestreaminfluxdb_db_instance (#​37963)

ENHANCEMENTS:

  • data-source/aws_eks_cluster: Add upgrade_policy attribute (#​38573)
  • data-source/aws_sagemaker_prebuilt_ecr_image: Support additional repository_name values. See documentation for details (#​38575)
  • resource/aws_appsync_graphql_api: Add enhanced_metrics_config configuration block (#​38570)
  • resource/aws_db_instance: Add upgrade_storage_config argument (#​36904)
  • resource/aws_default_vpc: Support ipv6_cidr_block sizes between /44 and /60 in increments of /4 (#​35614)
  • resource/aws_default_vpc: Support ipv6_netmask_length values between 44 and 60 in increments of 4 (#​35614)
  • resource/aws_eks_cluster: Add upgrade_policy configuration block (#​38573)
  • resource/aws_elasticache_user_group_association: Add configurable create and delete timeouts (#​38559)
  • resource/aws_pipes_pipe: Add log_configuration.include_execution_data argument (#​38569)
  • resource/aws_rds_cluster: Add performance_insights_enabled, performance_insights_kms_key_id, and performance_insights_retention_period arguments (#​29415)
  • resource/aws_rds_cluster: Add restore_to_point_in_time.source_cluster_resource_id argument (#​38540)
  • resource/aws_rds_cluster: Mark restore_to_point_in_time.source_cluster_identifier as Optional (#​38540)
  • resource/aws_sfn_activity: Add encryption_configuration configuration block to support the use of Customer Managed Keys with AWS KMS to encrypt Step Functions Activity resources (#​38574)
  • resource/aws_sfn_state_machine: Add encryption_configuration configuration block to support the use of Customer Managed Keys with AWS KMS to encrypt Step Functions State Machine resources (#​38574)
  • resource/aws_ssm_patch_baseline: Remove empty fields from json attribute value (#​35950)
  • resource/aws_storagegateway_file_system_association: Add configurable timeouts (#​38554)
  • resource/aws_vpc: Support ipv6_cidr_block sizes between /44 and /60 in increments of /4 (#​35614)
  • resource/aws_vpc: Support ipv6_netmask_length values between 44 and 60 in increments of 4 (#​35614)
  • resource/aws_vpc_ipv6_cidr_block_association: Add assign_generated_ipv6_cidr_block and ipv6_pool arguments (#​27274)
  • resource/aws_vpc_ipv6_cidr_block_association: Support ipv6_cidr_block sizes between /44 and /60 in increments of /4 (#​35614)
  • resource/aws_vpc_ipv6_cidr_block_association: Support ipv6_netmask_length values between 44 and 60 in increments of 4 (#​35614)
  • resource/aws_vpc_security_group_egress_rule: Add tags to the AuthorizeSecurityGroupEgress EC2 API call instead of making a separate CreateTags call (#​35614)
  • resource/aws_vpc_security_group_ingress_rule: Add tags to the AuthorizeSecurityGroupIngress EC2 API call instead of making a separate CreateTags call (#​35614)
  • resource/aws_wafv2_web_acl: Add rule_json attribute to allow raw JSON for rules. (#​38309)

BUG FIXES:

  • data-source/aws_appstream_image: Fix issue where the most recent image is not returned (#​38571)
  • datasource/aws_networkmanager_core_network_policy_document: Fix CoreNetworkPolicyException when putting policy with single wildcard in when_sent_to (#​38595)
  • resource/aws_cloudsearch_domain: Fix index_name character length validation (#​38509)
  • resource/aws_ecs_task_definition: Ensure that JSON keys in container_definitions start with a lowercase letter (#​38622)
  • resource/aws_iot_provisioning_template: Properly send type argument on create when configured (#​38640)
  • resource/aws_opensearchserverless_security_policy: Normalize policy content to prevent persistent differences (#​38604)
  • resource/aws_pipes_pipe: Don't reset target_parameters if the configured value has not changed (#​38598)
  • resource/aws_rds_instance: Allow domain_dns_ips to use single DNS server IP (#​36500)
  • resource/aws_sagemaker_domain: Properly send domain_settings.r_studio_server_pro_domain_settings.r_studio_package_manager_url argument on create (#​38547)
  • resource/aws_vpc_ipam_pool_cidr_allocation: Set description on Read (#​38618)
  • resource/aws_vpc_ipam_pool_cidr_allocation: Set netmask_length on Read (#​38618)
boto/boto3 (boto3)

v1.35.10

Compare Source

=======

  • api-change:backup: [botocore] The latest update introduces two new attributes, VaultType and VaultState, to the DescribeBackupVault and ListBackupVaults APIs. The VaultState attribute reflects the current status of the vault, while the VaultType attribute indicates the specific category of the vault.
  • api-change:datazone: [botocore] Amazon DataZone now adds new governance capabilities of Domain Units for organization within your Data Domains, and Authorization Policies for tighter controls.
  • api-change:logs: [botocore] This release introduces a new optional parameter: Entity, in PutLogEvents request
  • api-change:redshift-data: [botocore] The release include the new Redshift DataAPI feature for session use, customer execute query with --session-keep-alive-seconds parameter and can submit follow-up queries to same sessions with returnedsession-id

v1.35.9

Compare Source

======

  • api-change:bedrock-agent-runtime: [botocore] Lifting the maximum length on Bedrock KnowledgeBase RetrievalFilter array
  • api-change:bedrock-runtime: [botocore] Add support for imported-model in invokeModel and InvokeModelWithResponseStream.
  • api-change:personalize: [botocore] This releases ability to update automatic training scheduler for customer solutions
  • api-change:quicksight: [botocore] Increased Character Limit for Dataset Calculation Field expressions
  • api-change:stepfunctions: [botocore] This release adds support for static analysis to ValidateStateMachineDefinition API, which can now return optional WARNING diagnostics for semantic errors on the definition of an Amazon States Language (ASL) state machine.
  • api-change:wafv2: [botocore] The minimum request rate for a rate-based rule is now 10. Before this, it was 100.

v1.35.8

Compare Source

======

  • api-change:appconfig: [botocore] This release adds support for deletion protection, which is a safety guardrail to prevent the unintentional deletion of a recently used AWS AppConfig Configuration Profile or Environment. This also includes a change to increase the maximum length of the Name parameter in UpdateConfigurationProfile.
  • api-change:datazone: [botocore] Update regex to include dot character to be consistent with IAM role creation in the authorized principal field for create and update subscription target.
  • api-change:devicefarm: [botocore] This release removed support for Calabash, UI Automation, Built-in Explorer, remote access record, remote access replay, and web performance profile framework in ScheduleRun API.
  • api-change:ec2: [botocore] Amazon VPC IP Address Manager (IPAM) now allows customers to provision IPv4 CIDR blocks and allocate Elastic IP Addresses directly from IPAM pools with public IPv4 space
  • api-change:internetmonitor: [botocore] Adds new querying types to show overall traffic suggestion information for monitors
  • api-change:pcs: [botocore] Introducing AWS Parallel Computing Service (AWS PCS), a new service makes it easy to setup and manage high performance computing (HPC) clusters, and build scientific and engineering models at virtually any scale on AWS.
  • api-change:workspaces: [botocore] Documentation-only update that clarifies the StartWorkspaces and StopWorkspaces actions, and a few other minor edits.

v1.35.7

Compare Source

======

  • api-change:bedrock: [botocore] Amazon Bedrock SDK updates for Inference Profile.
  • api-change:bedrock-runtime: [botocore] Amazon Bedrock SDK updates for Inference Profile.
  • api-change:chatbot: [botocore] Update documentation to be consistent with the API docs
  • api-change:omics: [botocore] Adds data provenance to import jobs from read sets and references
  • api-change:polly: [botocore] Amazon Polly adds 2 new voices: Jitka (cs-CZ) and Sabrina (de-CH).

v1.35.6

Compare Source

======

  • api-change:iotsitewise: [botocore] AWS IoT SiteWise now supports versioning for asset models. It enables users to retrieve active version of their asset model and perform asset model writes with optimistic lock.
  • api-change:workspaces: [botocore] This release adds support for creating and managing directories that use AWS IAM Identity Center as user identity source. Such directories can be used to create non-Active Directory domain joined WorkSpaces Personal.Updated RegisterWorkspaceDirectory and DescribeWorkspaceDirectories APIs.

v1.35.5

Compare Source

======

  • api-change:bedrock-agent: [botocore] Releasing the support for Action User Confirmation.
  • api-change:bedrock-agent-runtime: [botocore] Releasing the support for Action User Confirmation.
  • api-change:codebuild: [botocore] Added support for the MAC_ARM environment type for CodeBuild fleets.
  • api-change:organizations: [botocore] Releasing minor partitional endpoint updates.
  • api-change:qbusiness: [botocore] Amazon QBusiness: Enable support for SAML and OIDC federation through AWS IAM Identity Provider integration.
  • api-change:supplychain: [botocore] Update API documentation to clarify the event SLA as well as the data model expectations

v1.35.4

Compare Source

======

  • api-change:autoscaling: [botocore] Amazon EC2 Auto Scaling now provides EBS health check to manage EC2 instance replacement
  • api-change:bedrock: [botocore] Amazon Bedrock Evaluation BatchDeleteEvaluationJob API allows customers to delete evaluation jobs under terminated evaluation job statuses - Stopped, Failed, or Completed. Customers can submit a batch of 25 evaluation jobs to be deleted at once.
  • api-change:emr-containers: [botocore] Correct endpoint for FIPS is configured for US Gov Regions.
  • api-change:inspector2: [botocore] Add enums for Agentless scan statuses and EC2 enablement error states
  • api-change:quicksight: [botocore] Explicit query for authors and dashboard viewing sharing for embedded users
  • api-change:route53: [botocore] Amazon Route 53 now supports the Asia Pacific (Malaysia) Region (ap-southeast-5) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.

v1.35.3

Compare Source

======

  • api-change:codestar: [botocore] The codestar client has been removed following the deprecation of the service on July 31, 2024.
  • api-change:ec2: [botocore] DescribeInstanceStatus now returns health information on EBS volumes attached to Nitro instances
  • api-change:entityresolution: [botocore] Increase the mapping attributes in Schema to 35.
  • api-change:glue: [botocore] Add optional field JobRunQueuingEnabled to CreateJob and UpdateJob APIs.
  • api-change:lambda: [botocore] Release FilterCriteria encryption for Lambda EventSourceMapping, enabling customers to encrypt their filter criteria using a customer-owned KMS key.
  • api-change:securityhub: [botocore] Security Hub documentation and definition updates
  • api-change:ses: [botocore] Enable email receiving customers to provide SES with access to their S3 buckets via an IAM role for "Deliver to S3 Action"

v1.35.2

Compare Source

======

  • api-change:ecs: [botocore] Documentation only release to address various tickets
  • api-change:opensearchserverless: [botocore] Added FailureCode and FailureMessage to BatchGetCollectionResponse for BatchGetVPCEResponse for non-Active Collection and VPCE.
  • api-change:s3: [botocore] Amazon Simple Storage Service / Features : Add support for conditional writes for PutObject and CompleteMultipartUpload APIs.

v1.35.1

Compare Source

======

  • api-change:bedrock: [botocore] Amazon Bedrock Batch Inference/ Model Invocation is a feature which allows customers to asynchronously run inference on a large set of records/files stored in S3.
  • api-change:codebuild: [botocore] AWS CodeBuild now supports creating fleets with macOS platform for running builds.
  • api-change:deadline: [botocore] This release adds additional search fields and provides sorting by multiple fields.
  • api-change:lambda: [botocore] Release Lambda FunctionRecursiveConfig, enabling customers to turn recursive loop detection on or off on individual functions. This release adds two new APIs, GetFunctionRecursionConfig and PutFunctionRecursionConfig.
  • api-change:ssm-sap: [botocore] Add new attributes to the outputs of GetApplication and GetDatabase APIs.

v1.35.0

Compare Source

======

  • api-change:batch: [botocore] Improvements of integration between AWS Batch and EC2.
  • api-change:inspector2: [botocore] Update the correct format of key and values for resource tags
  • api-change:quicksight: [botocore] Amazon QuickSight launches Customer Managed Key (CMK) encryption for Data Source metadata
  • api-change:sagemaker: [botocore] Introduce Endpoint and EndpointConfig Arns in sagemaker:ListPipelineExecutionSteps API response
  • api-change:sesv2: [botocore] Marking use case description field of account details as deprecated.
  • feature:signing: [botocore] Adds internal support for the new 'auth' trait to allow a priority list of auth types for a service or operation.

v1.34.162

Compare Source

========

  • api-change:docdb: [botocore] This release adds Global Cluster Failover capability which enables you to change your global cluster's primary AWS region, the region that serves writes, during a regional outage. Performing a failover action preserves your Global Cluster setup.
  • api-change:ecs: [botocore] This release introduces a new ContainerDefinition configuration to support the customer-managed keys for ECS container restart feature.
  • api-change:iam: [botocore] Make the LastUsedDate field in the GetAccessKeyLastUsed response optional. This may break customers who only call the API for access keys with a valid LastUsedDate. This fixes a deserialization issue for access keys without a LastUsedDate, because the field was marked as required but could be null.
  • api-change:s3: [botocore] Amazon Simple Storage Service / Features : Adds support for pagination in the S3 ListBuckets API.

v1.34.161

Compare Source

========

  • api-change:codebuild: [botocore] AWS CodeBuild now supports using Secrets Manager to store git credentials and using multiple source credentials in a single project.

v1.34.160

Compare Source

========

  • api-change:amplify: [botocore] Add a new field "cacheConfig" that enables users to configure the CDN cache settings for an App
  • api-change:appstream: [botocore] This release includes following new APIs: CreateThemeForStack, DescribeThemeForStack, UpdateThemeForStack, DeleteThemeForStack to support custom branding programmatically.
  • api-change:fis: [botocore] This release adds support for additional error information on experiment failure. It adds the error code, location, and account id on relevant failures to the GetExperiment and ListExperiment API responses.
  • api-change:glue: [botocore] Add AttributesToGet parameter support for Glue GetTables
  • api-change:neptune-graph: [botocore] Amazon Neptune Analytics provides a new option for customers to load data into a graph using the RDF (Resource Description Framework) NTRIPLES format. When loading NTRIPLES files, use the value convertToIri for the blankNodeHandling parameter.

v1.34.159

Compare Source

========

  • api-change:compute-optimizer: [botocore] Doc only update for Compute Optimizer that fixes several customer-reported issues relating to ECS finding classifications
  • api-change:config: [botocore] Documentation update for the OrganizationConfigRuleName regex pattern.
  • api-change:ec2: [botocore] This release adds new capabilities to manage On-Demand Capacity Reservations including the ability to split your reservation, move capacity between reservations, and modify the instance eligibility of your reservation.
  • api-change:eks: [botocore] Added support for new AL2023 GPU AMIs to the supported AMITypes.
  • api-change:groundstation: [botocore] Updating documentation for OEMEphemeris to link to AWS Ground Station User Guide
  • api-change:medialive: [botocore] AWS Elemental MediaLive now supports now supports editing the PID values for a Multiplex.
  • api-change:sagemaker: [botocore] Releasing large data support as part of CreateAutoMLJobV2 in SageMaker Autopilot and CreateDomain API for SageMaker Canvas.

v1.34.158

Compare Source

========

  • api-change:cognito-idp: [botocore] Fixed a description of AdvancedSecurityAdditionalFlows in Amazon Cognito user pool configuration.
  • api-change:connect: [botocore] This release supports adding RoutingCriteria v

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 September 1, 2024 00:24
@renovate renovate bot added dependencies Pull requests that update a dependency file Renovate labels Sep 1, 2024
Copy link
Contributor Author

renovate bot commented Sep 1, 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):

  • 34 additional dependencies were updated

Details:

Package Change
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.3 -> v1.6.4
github.com/aws/aws-sdk-go-v2/credentials v1.17.27 -> v1.17.30
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.11 -> v1.16.12
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.15 -> v1.3.16
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.15 -> v2.6.16
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 -> v1.8.1
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.15 -> v1.3.16
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.22.3 -> v1.22.5
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3 -> v1.11.4
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.3.17 -> v1.3.18
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.9.16 -> v1.9.17
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.17 -> v1.11.18
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.15 -> v1.17.16
github.com/aws/aws-sdk-go-v2/service/sso v1.22.4 -> v1.22.5
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4 -> v1.26.5
github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 -> v1.30.5
github.com/aws/smithy-go v1.20.3 -> v1.20.4
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 -> v2.22.0
go.opentelemetry.io/contrib/detectors/aws/ecs v1.28.0 -> v1.29.0
go.opentelemetry.io/contrib/propagators/aws v1.28.0 -> v1.29.0
go.opentelemetry.io/otel v1.28.0 -> v1.29.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 -> v1.29.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 -> v1.29.0
go.opentelemetry.io/otel/metric v1.28.0 -> v1.29.0
go.opentelemetry.io/otel/sdk v1.28.0 -> v1.29.0
go.opentelemetry.io/otel/trace v1.28.0 -> v1.29.0
golang.org/x/net v0.26.0 -> v0.28.0
golang.org/x/sync v0.7.0 -> v0.8.0
golang.org/x/sys v0.21.0 -> v0.24.0
golang.org/x/term v0.21.0 -> v0.23.0
golang.org/x/text v0.16.0 -> v0.17.0
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 -> v0.0.0-20240822170219-fc7c04adadcd
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 -> v0.0.0-20240822170219-fc7c04adadcd
google.golang.org/grpc v1.65.0 -> v1.66.0

@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch from 75f3812 to d8cfd81 Compare September 1, 2024 16:33
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch from d8cfd81 to 133b00c Compare September 1, 2024 21:51
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch from 133b00c to a70e4c3 Compare September 2, 2024 18:52
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch from a70e4c3 to 68184d7 Compare September 2, 2024 22:23
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch from 68184d7 to 3f4eab5 Compare September 3, 2024 09:34
@ndasmoj ndasmoj merged commit 06edac9 into main Sep 4, 2024
24 checks passed
@ndasmoj ndasmoj deleted the renovate-all-minor-patch-updates branch September 4, 2024 09:49
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