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 non-major dependencies #165

Merged
merged 2 commits into from
Mar 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
aws (source) required_provider minor 5.37.0 -> 5.39.0
terraform-linters/tflint-ruleset-terraform plugin minor 0.5.0 -> 0.6.0

Release Notes

hashicorp/terraform-provider-aws (aws)

v5.39.0

Compare Source

FEATURES:

  • New Data Source: aws_redshift_data_shares (#​35937)
  • New Resource: aws_apprunner_deployment (#​35758)
  • New Resource: aws_config_retention_configuration (#​15136)
  • New Resource: aws_securityhub_automation_rule (#​34781)
  • New Resource: aws_shield_proactive_engagement (#​34667)

ENHANCEMENTS:

  • aws_kinesis_firehose_delivery_stream: Add custom_time_zone and file_extension arguments to the extended_S3_configuration configuration block (#​35969)
  • resource/aws_appflow_flow: Allow task.source_fields to be a null value (#​35993)
  • resource/aws_codepipeline: Add trigger configuration block (#​35475)
  • resource/aws_config_configuration_recorder: Add plan-time validation of aws_config_organization_custom_rule.lambda_function_arn (#​15136)
  • resource/aws_instance: Add configurable read timeout (#​35955)
  • resource/aws_instance: Apply default tags to volumes/block devices managed through an aws_instance, add ebs_block_device.*.tags_all and root_block_device.*.tags_all attributes which include default tags (#​33769)
  • resource/aws_mq_broker: Add data_replication_mode and data_replication_primary_broker_arn arguments, enabling support for cross-region data replication (#​35990)
  • resource/aws_mwaa_environment: Add endpoint_management attribute (#​35961)
  • resource/aws_redshiftserverless_namespace:
    Add attributes admin_password_secret_kms_key_id and manage_admin_password (#​35965)
  • resource/aws_shield_drt_access_log_bucket_association: Support resource import (#​34667)
  • resource/aws_shield_drt_access_role_arn_association: Support resource import (#​34667)
  • resource/aws_spot_instance_request: Add configurable read timeout (#​35955)
  • resource/aws_wafv2_web_acl: Add application_integration_url attribute (#​35974)

BUG FIXES:

  • data/aws_redshiftserverless_namespace: Properly set iam_roles attribute on read (#​35965)
  • resource/aws_appflow_flow: Fix perpetual diff when task.task_type is set to Map_all (#​35993)
  • resource/aws_config_configuration_recorder: Fix panic: interface conversion: interface {} is nil, not map[string]interface {} when recording_group.exclusion_by_resource_types is empty (#​15136)
  • resource/aws_config_rule: Change name to ForceNew (#​15136)
  • resource/aws_config_rule: Fix InvalidParameterValueException: PolicyText is required when Owner is CUSTOM_POLICY errors on resource Update (#​15136)
  • resource/aws_ecs_task_definition: Fix perpetual container_definitions diffs when Names are ordered differently (#​36029)
  • resource/aws_msk_replicator: Fix incorrect detect_and_copy_new_topics attribute value from state read/refresh (#​35966)
  • resource/aws_redshiftserverless_workgroup: Fix max_capacity removal (#​36032)
  • resource/aws_redshiftserverless_workgroup: Fix updating both base_capacity and max_capacity (#​36032)
  • resource/aws_shield_drt_access_log_bucket_association: Change log_bucket and role_arn_association_id to ForceNew (#​34667)

v5.38.0

Compare Source

FEATURES:

  • New Data Source: aws_batch_job_definition (#​34663)
  • New Data Source: aws_cognito_user_group (#​34046)
  • New Data Source: aws_cognito_user_groups (#​34046)

ENHANCEMENTS:

  • data-source/aws_alb_target_group: Add load_balancer_arns attribute (#​34364)
  • data-source/aws_ec2_instance_type: Add maximum_network_cards attribute (#​35840)
  • data-source/aws_elasticache_subnet_group: Add vpc_id attribute (#​35887)
  • data-source/aws_lb_target_group: Add load_balancer_arns attribute (#​34364)
  • provider: Add token_bucket_rate_limiter_capacity parameter (#​35926)
  • resource/aws_alb_target_group: Add load_balancer_arns attribute (#​34364)
  • resource/aws_codedeploy_deployment_config: Add arn attribute (#​35888)
  • resource/aws_codepipeline: Add execution_mode argument (#​35875)
  • resource/aws_config_configuration_recorder: Add recording_mode configuration block (#​35527)
  • resource/aws_db_instance: Add plan-time validation of performance_insights_retention_period (#​35870)
  • resource/aws_elasticache_subnet_group: Add vpc_id attribute (#​35887)
  • resource/aws_lb_target_group: Add load_balancer_arns attribute (#​34364)
  • resource/aws_redshiftserverless_workgroup: Add max_capacity argument (#​35720)
  • resource/aws_transfer_server: Add TransferSecurityPolicy-2024-01 and TransferSecurityPolicy-FIPS-2024-01 as valid values for security_policy_name (#​35879)

BUG FIXES:

  • data-source/aws_caller_identity: Fix authentication signature error when alternate sts_region is specified (#​35860)
  • data-source/aws_eks_access_entry: Fix cluster_name plan-time validation, allowing single-character names (#​35874)
  • data-source/aws_eks_addon: Fix cluster_name plan-time validation, allowing single-character names (#​35874)
  • data-source/aws_eks_cluster: Fix name plan-time validation, allowing single-character names (#​35874)
  • resource/aws_cloudsearch_domain: Prevent panic when reading nil index_field options response values (#​35900)
  • resource/aws_eks_access_entry: Fix cluster_name plan-time validation, allowing single-character names (#​35874)
  • resource/aws_eks_access_policy_association: Fix cluster_name plan-time validation, allowing single-character names (#​35874)
  • resource/aws_eks_addon: Fix cluster_name plan-time validation, allowing single-character names (#​35874)
  • resource/aws_eks_cluster: Fix name plan-time validation, allowing single-character names (#​35874)
  • resource/aws_eks_fargate_profile: Fix cluster_name plan-time validation, allowing single-character names (#​35874)
  • resource/aws_eks_node_group: Fix cluster_name plan-time validation, allowing single-character names (#​35874)
  • resource/aws_prometheus_scraper: Fixes invalid result after apply error. (#​35844)
  • resource/aws_sqs_queue_policy: Retry IAM eventual consistency errors (#​35861)
terraform-linters/tflint-ruleset-terraform (terraform-linters/tflint-ruleset-terraform)

v0.6.0

Compare Source

Enhancements
  • #​156: workspace_remote: Suppress issues in Terraform v1.1+
Chores
  • #​140: Bump golang.org/x/net from 0.13.0 to 0.17.0
  • #​141: Bump github.com/hashicorp/go-getter from 1.7.2 to 1.7.3
  • #​142: Bump github.com/google/go-cmp from 0.5.9 to 0.6.0
  • #​143: Bump github.com/hashicorp/hcl/v2 from 2.18.1 to 2.19.1
  • #​144: Bump google.golang.org/grpc from 1.57.0 to 1.57.1
  • #​147: Bump github.com/hashicorp/terraform-registry-address from 0.2.2 to 0.2.3
  • #​152: Bump actions/setup-go from 4 to 5
  • #​153: Bump github.com/zclconf/go-cty from 1.14.1 to 1.14.2
  • #​155: deps: Go 1.22
  • #​158: Revise rules documentation

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested review from jdiebold and mgerlach as code owners March 1, 2024 20:52
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 1, 2024
Copy link
Contributor Author

renovate bot commented Mar 1, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@mgerlach mgerlach merged commit 93e4551 into main Mar 1, 2024
@mgerlach mgerlach deleted the renovate/all-minor-patch branch March 1, 2024 21:46
Copy link
Contributor

github-actions bot commented May 3, 2024

🎉 This PR is included in version 3.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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 released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant