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

Merged
merged 1 commit into from
Nov 20, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 16, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change Pending
aws (source) required_provider minor 5.25.0 -> 5.26.0
github.com/aws/aws-sdk-go require patch v1.47.9 -> v1.47.13 v1.48.0
github.com/aws/aws-xray-sdk-go require patch v1.8.2 -> v1.8.3

Release Notes

hashicorp/terraform-provider-aws (aws)

v5.26.0

Compare Source

FEATURES:

  • New Data Source: aws_iot_registration_code (#​15098)
  • New Resource: aws_iot_billing_group (#​31237)
  • New Resource: aws_iot_ca_certificate (#​15098)
  • New Resource: aws_iot_event_configurations (#​31237)

ENHANCEMENTS:

  • data-source/aws_autoscaling_group: Add instance_maintenance_policy attribute (#​34430)
  • provider: Adds https_proxy and no_proxy parameters. (#​34243)
  • resource/aws_autoscaling_group: Add instance_maintenance_policy configuration block (#​34430)
  • resource/aws_finspace_kx_cluster: Increase default create and update timeouts to 4 hours to allow for increased startup times with large volumes of cached data (#​34398)
  • resource/aws_finspace_kx_environment: Increase default delete timeout to 75 minutes (#​34398)
  • resource/aws_iam_group_policy_attachment: Add plan-time validation of policy_arn (#​34378)
  • resource/aws_iam_policy_attachment: Add plan-time validation of policy_arn (#​34378)
  • resource/aws_iam_role_policy_attachment: Add plan-time validation of policy_arn (#​34378)
  • resource/aws_iam_user_policy_attachment: Add plan-time validation of policy_arn (#​34378)
  • resource/aws_iot_ca_certificate: Add ca_certificate_id attribute (#​15098)
  • resource/aws_iot_policy: Add configurable timeouts (#​34329)
  • resource/aws_iot_policy: When updating the resource, delete the oldest non-default version of the policy if creating a new version would exceed the maximum number of versions (5) (#​34329)
  • resource/aws_lambda_function: Add support for nodejs20.x and provided.al2023 runtime values (#​34401)
  • resource/aws_lambda_layer_version: Add support for nodejs20.x and provided.al2023 compatible_runtimes values (#​34401)
  • resource/aws_quicksight_analysis: Add definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.sparkline attribute (#​33931)
  • resource/aws_quicksight_analysis: Add definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options attribute (#​33931)
  • resource/aws_quicksight_analysis: Add number_display_format_configuration and percentage_display_format_configuration to nested numeric_format_configuration argument (#​33931)
  • resource/aws_quicksight_dashboard: Add definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.sparkline attribute (#​33931)
  • resource/aws_quicksight_dashboard: Add definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options attribute (#​33931)
  • resource/aws_quicksight_dashboard: Add number_display_format_configuration and percentage_display_format_configuration to nested numeric_format_configuration argument (#​33931)
  • resource/aws_quicksight_template: Add definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.sparkline attribute (#​33931)
  • resource/aws_quicksight_template: Add definition.sheets.visuals.kpi_visual.chart_configuration.kpi_options.visual_layout_options attribute (#​33931)
  • resource/aws_quicksight_template: Add number_display_format_configuration and percentage_display_format_configuration to nested numeric_format_configuration argument (#​33931)
  • resource/aws_rds_cluster: Add delete_automated_backups argument (#​34309)

BUG FIXES:

  • resource/aws_chime_voice_connector: Fix read error when resource is not created in us-east-1 (#​34334)
  • resource/aws_chime_voice_connector_group: Fix read error when resource is not created in us-east-1 (#​34334)
  • resource/aws_chime_voice_connector_logging: Fix read error when resource is not created in us-east-1 (#​34334)
  • resource/aws_chime_voice_connector_origination: Fix read error when resource is not created in us-east-1 (#​34334)
  • resource/aws_chime_voice_connector_termination: Fix read error when resource is not created in us-east-1 (#​34334)
  • resource/aws_chime_voice_connector_termination_credentials: Fix read error when resource is not created in us-east-1 (#​34334)
  • resource/aws_chimesdkmediapipelines_media_insights_pipeline_configuration: Fix eventual consistency error when resource is not created in us-east-1 (#​34334)
  • resource/aws_chimesdkvoice_sip_media_application: Fix eventual consistency errors when not using us-east-1 (#​34426)
  • resource/aws_chimesdkvoice_sip_rule: Fix eventual consistency errors when not using us-east-1 (#​34426)
  • resource/aws_elasticache_user: Fix UserNotFound: ... is not available for tagging errors on resource Read when there is a concurrent update to the user (#​34396)
  • resource/aws_grafana_workspace_api_key: Change key to Sensitive (#​34105)
  • resource/aws_iam_group_policy_attachment: Retry ConcurrentModificationException errors on create and delete (#​34378)
  • resource/aws_iam_policy_attachment: Retry ConcurrentModificationException errors on create and delete (#​34378)
  • resource/aws_iam_role_policy_attachment: Retry ConcurrentModificationException errors on create and delete (#​34378)
  • resource/aws_iam_user_policy_attachment: Retry ConcurrentModificationException errors on create and delete (#​34378)
  • resource/aws_inspector2_delegated_admin_account: Fix errors: *target must be interface or implement error panic (#​34424)
  • resource/aws_inspector2_enabler: Fix interface conversion: interface {} is nil, not map[string]inspector2.AccountResourceStatus panic (#​34424)
  • resource/aws_iot_ca_certificate: Change ca_pem and certificate_pem to ForceNew (#​15098)
  • resource/aws_iot_policy: Retry DeleteConflictException errors on delete (#​34329)
  • resource/aws_quicksight_analysis: Fix handling of the nested number_scale, prefix, and suffix integer arguments (#​33931)
  • resource/aws_quicksight_analysis: Fix handling of the nested rolling_date argument (#​33931)
  • resource/aws_quicksight_analysis: Fix handling of the nested select_all_options argument (#​33931)
  • resource/aws_quicksight_analysis: Fix handling of the nested visual_ids argument (#​33931)
  • resource/aws_quicksight_analysis: Fixes to various optional blocks utilizing the shared column schema definition (#​33931)
  • resource/aws_quicksight_analysis: Nested column_index and row_index arguments now properly handle zero values (#​33931)
  • resource/aws_quicksight_dashboard: Fix handling of the nested number_scale, prefix, and suffix integer arguments (#​33931)
  • resource/aws_quicksight_dashboard: Fix handling of the nested rolling_date argument (#​33931)
  • resource/aws_quicksight_dashboard: Fix handling of the nested select_all_options argument (#​33931)
  • resource/aws_quicksight_dashboard: Fix handling of the nested visual_ids argument (#​33931)
  • resource/aws_quicksight_dashboard: Fixes to various optional blocks utilizing the shared column schema definition (#​33931)
  • resource/aws_quicksight_dashboard: Nested column_index and row_index arguments now properly handle zero values (#​33931)
  • resource/aws_quicksight_data_set: Increase permissions.actions maximum item limit to 20, aligning with the AWS API limits (#​33931)
  • resource/aws_quicksight_data_source: Set all parameters to update aws_quicksight_data_source (#​33061)
  • resource/aws_quicksight_template: Fix handling of the nested number_scale, prefix, and suffix integer arguments (#​33931)
  • resource/aws_quicksight_template: Fix handling of the nested rolling_date argument (#​33931)
  • resource/aws_quicksight_template: Fix handling of the nested select_all_options argument (#​33931)
  • resource/aws_quicksight_template: Fix handling of the nested visual_ids argument (#​33931)
  • resource/aws_quicksight_template: Fixes to various optional blocks utilizing the shared column schema definition (#​33931)
  • resource/aws_quicksight_template: Nested column_index and row_index arguments now properly handle zero values (#​33931)
  • resource/aws_sagemaker_user_profile: Change default_user_settings.canvas_app_settings.identity_provider_oauth_settings from TypeSet to TypeList, preventing interface conversion: interface {} is *schema.Set, not []interface {} panics (#​34418)
  • resource/aws_synthetics_canary: Fix to properly suppress differences when expression is rate(0 minutes) (#​34084)
  • resource/aws_vpn_connection: Fix UnsupportedOperation: The tunnel inside ip version parameter is not currently supported in this region error when creating connections in certain partitions and Regions (#​34420)
aws/aws-sdk-go (github.com/aws/aws-sdk-go)

v1.47.13

Compare Source

===

Service Client Updates
  • service/dlm: Updates service API and documentation
  • service/ec2: Updates service API and documentation
    • Enable use of tenant-specific PublicSigningKeyUrl from device trust providers and onboard jumpcloud as a new device trust provider.
  • service/fsx: Updates service API and documentation
  • service/glue: Updates service API, documentation, and paginators
    • Introduces new column statistics APIs to support statistics generation for tables within the Glue Data Catalog.
  • service/imagebuilder: Updates service API, documentation, and paginators
  • service/iot: Updates service API and documentation
    • GA release the ability to index and search devices based on their GeoLocation data. With GeoQueries you can narrow your search to retrieve devices located in the desired geographic boundary.
  • service/ivs-realtime: Updates service API, documentation, and paginators
  • service/kafka: Updates service API and documentation
  • service/lambda: Updates service API and documentation
    • Adds support for logging configuration in Lambda Functions. Customers will have more control how their function logs are captured and to which cloud watch log group they are delivered also.
  • service/macie2: Updates service API and documentation
  • service/mediapackage: Updates service API and documentation
    • DRM_TOP_LEVEL_COMPACT allows placing content protection elements at the MPD level and referenced at the AdaptationSet level
  • service/pinpoint-sms-voice-v2: Updates service API, documentation, and paginators
  • service/polly: Updates service API and documentation
    • Add new engine - long-form - dedicated for longer content, such as news articles, training materials, or marketing videos.
  • service/quicksight: Updates service API, documentation, and paginators
    • Custom permission support for QuickSight roles; Three new datasources STARBURST, TRINO, BIGQUERY; Lenient mode changes the default behavior to allow for exporting and importing with certain UI allowed errors, Support for permissions and tags export and import.
  • service/sagemaker: Updates service API and documentation
    • Amazon SageMaker Studio now supports Trainium instance types - trn1.2xlarge, trn1.32xlarge, trn1n.32xlarge.
  • service/ssm: Updates service API and documentation
    • This release introduces the ability to filter automation execution steps which have parent steps. In addition, runbook variable information is returned by GetAutomationExecution and parent step information is returned by the DescribeAutomationStepExecutions API.
  • service/ssm-incidents: Updates service API, documentation, and paginators
  • service/sso-admin: Updates service API, documentation, and paginators
  • service/transfer: Updates service API and documentation
    • Introduced S3StorageOptions for servers to enable directory listing optimizations and added Type fields to logical directory mappings.

v1.47.12

Compare Source

===

Service Client Updates
  • service/autoscaling: Updates service API, documentation, and examples
    • This release introduces Instance Maintenance Policy, a new EC2 Auto Scaling capability that allows customers to define whether instances are launched before or after existing instances are terminated during instance replacement operations.
  • service/cloudtrail: Updates service API and documentation
    • The Lake Repricing feature lets customers configure a BillingMode for an event data store. The BillingMode determines the cost for ingesting and storing events and the default and maximum retention period for the event data store.
  • service/ec2: Updates service API and documentation
    • AWS EBS now supports Snapshot Lock, giving users the ability to lock an EBS Snapshot to prohibit deletion of the snapshot. This release introduces the LockSnapshot, UnlockSnapshot & DescribeLockedSnapshots APIs to manage lock configuration for snapshots. The release also includes the dl2q_24xlarge.
  • service/finspace: Updates service API
  • service/finspace-data: Updates service API
  • service/lambda: Updates service API
    • Add Java 21 (java21) support to AWS Lambda
  • service/mwaa: Updates service API and documentation
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • Updates Amazon RDS documentation for support for upgrading RDS for MySQL snapshots from version 5.7 to version 8.0.
  • service/redshift: Updates service API and documentation
    • The custom domain name SDK for Amazon Redshift provisioned clusters is updated with additional required parameters for modify and delete operations. Additionally, users can provide domain names with longer top-level domains.
  • service/s3control: Updates service API, documentation, and paginators
    • Add 5 APIs to create, update, get, list, delete S3 Storage Lens group(eg. CreateStorageLensGroup), 3 APIs for tagging(TagResource,UntagResource,ListTagsForResource), and update to StorageLensConfiguration to allow metrics to be aggregated on Storage Lens groups.
  • service/ssm-sap: Updates service API
SDK Bugs
  • Don't generate cloudwatchlogs event streams tests for now.
    • The test harness does not handle event stream APIs with a host prefix at this time.

v1.47.11

Compare Source

===

Service Client Updates
  • service/backup: Updates service API, documentation, and paginators
  • service/cleanrooms: Updates service API and documentation
  • service/connect: Updates service API and documentation
  • service/glue: Updates service API, documentation, and paginators
    • Introduces new storage optimization APIs to support automatic compaction of Apache Iceberg tables.
  • service/iot: Updates service API and documentation
    • This release introduces new attributes in API CreateSecurityProfile, UpdateSecurityProfile and DescribeSecurityProfile to support management of Metrics Export for AWS IoT Device Defender Detect.
  • service/lambda: Updates service API
    • Add Python 3.12 (python3.12) support to AWS Lambda
  • service/mediatailor: Updates service API
  • service/pipes: Updates service API and documentation
  • service/resource-explorer-2: Updates service API, documentation, and paginators
  • service/sagemaker: Updates service API and documentation
    • This release makes Model Registry Inference Specification fields as not required.
  • service/signer: Updates service documentation
    • Documentation updates for AWS Signer
  • service/states: Updates service API and documentation
    • This release adds support to redrive executions in AWS Step Functions with a new RedriveExecution operation.
SDK Bugs
  • aws/defaults: Feature updates to endpoint credentials provider.
    • Add support for dynamic auth token from file and EKS container host in configured URI.

v1.47.10

Compare Source

===

Service Client Updates
  • service/dataexchange: Updates service API
  • service/dms: Updates service API and documentation
    • Added new Db2 LUW Target endpoint with related endpoint settings. New executeTimeout endpoint setting for mysql endpoint. New ReplicationDeprovisionTime field for serverless describe-replications.
  • service/ec2: Updates service API, documentation, and paginators
    • Adds the new EC2 DescribeInstanceTopology API, which you can use to retrieve the network topology of your running instances on select platform types to determine their relative proximity to each other.
  • service/ecs: Updates service API and documentation
    • Adds a Client Token parameter to the ECS RunTask API. The Client Token parameter allows for idempotent RunTask requests.
  • service/elasticmapreduce: Updates service API
    • Updated GetClusterSessionCredentials API to allow Amazon SageMaker Studio to connect to EMR on EC2 clusters to support IdentityCenter/PEZ integration.
  • service/servicecatalog-appregistry: Updates service API and documentation
  • service/transcribe-streaming: Updates service API and documentation
aws/aws-xray-sdk-go (github.com/aws/aws-xray-sdk-go)

v1.8.3

Compare Source

================================

SDK Enhancements
SDK Bugs
  • Update AWS SDK for Go depdencies #PR 430
  • Fix HTTP2 rapid reset vulnerability #PR 428
  • Omit URL's password when stringifying URL for segment name #PR 422

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner November 16, 2023 21:26
@renovate renovate bot added dependencies Pull requests that update a dependency file Renovate labels Nov 16, 2023
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch from 7ac87c2 to 6b9c93b Compare November 17, 2023 22:13
@renovate renovate bot force-pushed the renovate-all-minor-patch-updates branch from 6b9c93b to c6aebf9 Compare November 18, 2023 21:59
@gregtyler gregtyler merged commit 148a6fa into main Nov 20, 2023
17 checks passed
@gregtyler gregtyler deleted the renovate-all-minor-patch-updates branch November 20, 2023 10:44
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