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

Update all dependencies #24

Merged
merged 1 commit into from
Oct 2, 2023
Merged

Update all dependencies #24

merged 1 commit into from
Oct 2, 2023

Conversation

platform-engineering-bot
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
aws (source) required_provider minor 5.17.0 -> 5.19.0
cattle-ops/gitlab-runner/aws (source) module minor 7.0.0 -> 7.1.0
github (source) required_provider minor 5.38.0 -> 5.39.0
markdownlint/markdownlint repository minor v0.12.0 -> v0.13.0
maxbrunet/pre-commit-renovate repository major 36.107.1 -> 37.2.0

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

hashicorp/terraform-provider-aws (aws)

v5.19.0

Compare Source

BREAKING CHANGES:

NOTES:

  • data-source/aws_s3_bucket_object: The metadata attribute's keys are now always returned in lowercase. Please modify configurations as necessary (#​33660)
  • data-source/aws_s3_object: The metadata attribute's keys are now always returned in lowercase. Please modify configurations as necessary (#​33660)
  • resource/aws_iam_*: This release introduces additional validation of IAM policy JSON arguments to detect duplicate keys. Previously, arguments with duplicated keys resulted in all but one of the key values being overwritten. Since this results in unexpected IAM policies being submitted to AWS, we have updated the validation logic to error in these cases. This may cause existing IAM policy arguments to fail validation, however, those policies are likely not what was originally intended. (#​33570)

FEATURES:

  • New Resource: aws_cleanrooms_configured_table (#​33602)
  • New Resource: aws_dms_replication_config (#​32908)
  • New Resource: aws_lexv2models_bot (#​33475)
  • New Resource: aws_rds_custom_db_engine_version (#​33285)

ENHANCEMENTS:

  • resource/aws_cloud9_environment_ec2: Add ubuntu-22.04-x86_64 and resolve:ssm:/aws/service/cloud9/amis/ubuntu-22.04-x86_64 as valid values for image_id (#​33662)
  • resource/aws_fsx_ontap_volume: Add bypass_snaplock_enterprise_retention argument and snaplock_configuration configuration block to support SnapLock (#​32530)
  • resource/aws_fsx_ontap_volume: Add copy_tags_to_backups and snapshot_policy arguments (#​32530)
  • resource/aws_fsx_openzfs_volume: Add delete_volume_options argument (#​32530)
  • resource/aws_lightsail_bucket: Add force_delete argument (#​33586)
  • resource/aws_opensearch_outbound_connection: Add connection_properties, connection_mode and accept_connection arguments (#​32990)
  • resource/aws_wafv2_rule_group: Add rate_based_statement.custom_key configuration block (#​33594)
  • resource/aws_wafv2_web_acl: Add rate_based_statement.custom_key configuration block (#​33594)

BUG FIXES:

  • resource/aws_batch_job_queue: Correctly validates elements of compute_environments as ARNs (#​33577)
  • resource/aws_cloudfront_continuous_deployment_policy: Fix IllegalUpdate errors when updating a staging aws_cloudfront_distribution that is part of continuous deployment (#​33578)
  • resource/aws_cloudfront_distribution: Fix IllegalUpdate errors when updating a staging distribution associated with an aws_cloudfront_continuous_deployment_policy (#​33578)
  • resource/aws_cloudfront_distribution: Fix PreconditionFailed errors when destroying a distribution associated with an aws_cloudfront_continuous_deployment_policy (#​33578)
  • resource/aws_cloudfront_distribution: Fix StagingDistributionInUse errors when destroying a distribution associated with an aws_cloudfront_continuous_deployment_policy (#​33578)
  • resource/aws_datasync_location_fsx_ontap_file_system: Correct handling of protocol.smb.domain, protocol.smb.user and protocol.smb.password (#​33641)
  • resource/aws_glacier_vault_lock: Fail validation if duplicated keys are found in policy (#​33570)
  • resource/aws_iam_group_policy: Fail validation if duplicated keys are found in policy (#​33570)
  • resource/aws_iam_policy: Fail validation if duplicated keys are found in policy (#​33570)
  • resource/aws_iam_role: Fail validation if duplicated keys are found in assume_role_policy (#​33570)
  • resource/aws_iam_role_policy: Fail validation if duplicated keys are found in policy (#​33570)
  • resource/aws_iam_user_policy: Fail validation if duplicated keys are found in policy (#​33570)
  • resource/aws_mediastore_container_policy: Fail validation if duplicated keys are found in policy (#​33570)
  • resource/aws_s3_bucket_policy: Fix intermittent couldn't find resource errors on resource Create (#​33537)
  • resource/aws_ssoadmin_permission_set_inline_policy: Fail validation if duplicated keys are found in inline_policy (#​33570)
  • resource/aws_transfer_access: Fail validation if duplicated keys are found in policy (#​33570)
  • resource/aws_transfer_user: Fail validation if duplicated keys are found in policy (#​33570)

v5.18.1

Compare Source

NOTES:

  • documentation: Duplicate CDKTF guides with differing file extensions have been removed to resolve failures in the provider release workflow. (#​33630)

v5.18.0

Compare Source

FEATURES:

  • New Data Source: aws_fsx_ontap_file_system (#​32503)
  • New Data Source: aws_fsx_ontap_storage_virtual_machine (#​32621)
  • New Data Source: aws_fsx_ontap_storage_virtual_machines (#​32624)
  • New Data Source: aws_organizations_organizational_unit (#​33408)
  • New Resource: aws_opensearch_package (#​33227)
  • New Resource: aws_opensearch_package_association (#​33227)

ENHANCEMENTS:

  • resource/aws_fsx_ontap_storage_virtual_machine: Remove ForceNew from active_directory_configuration.self_managed_active_directory_configuration.domain_name, active_directory_configuration.self_managed_active_directory_configuration.file_system_administrators_group and active_directory_configuration.self_managed_active_directory_configuration.organizational_unit_distinguished_name allowing an SVM to join AD after creation (#​33466)

BUG FIXES:

  • data-source/aws_sesv2_email_identity: Mark dkim_signing_attributes.domain_signing_private_key as sensitive (#​33477)
  • resource/aws_db_instance: Fix so that storage_throughput can be changed when iops and allocated_storage are not changed (#​33529)
  • resource/aws_db_option_group: Avoid erroneous differences being reported when an option port and/or version is not set (#​33511)
  • resource/aws_fsx_ontap_storage_virtual_machine: Avoid recreating resource when active_directory_configuration.self_managed_active_directory_configuration.file_system_administrators_group is configured (#​33466)
  • resource/aws_fsx_ontap_storage_virtual_machine: Change file_system_id to ForceNew (#​32621)
  • resource/aws_s3_bucket_accelerate_configuration: Retry resource Delete on OperationAborted: A conflicting conditional operation is currently in progress against this resource errors (#​33531)
  • resource/aws_s3_bucket_policy: Retry resource Delete on OperationAborted: A conflicting conditional operation is currently in progress against this resource errors (#​33531)
  • resource/aws_s3_bucket_versioning: Retry resource Delete on OperationAborted: A conflicting conditional operation is currently in progress against this resource errors (#​33531)
  • resource/aws_sesv2_email_identity: Mark dkim_signing_attributes.domain_signing_private_key as sensitive (#​33477)
cattle-ops/terraform-aws-gitlab-runner (cattle-ops/gitlab-runner/aws)

v7.1.0

Compare Source

Features
  • add MaxGrowthRate to limit the number of instances added in parallel (#​962) (ae6d38a)
Bug Fixes
  • convert the fleet instance type in migration script (#​975) (51b2842)
integrations/terraform-provider-github (github)

v5.39.0

Compare Source

What's Changed
Fixes
Docs
Maintenance
New Contributors

Full Changelog: integrations/terraform-provider-github@v5.38.0...v5.39.0

markdownlint/markdownlint (markdownlint/markdownlint)

v0.13.0

Compare Source

Rules Added
  • MD055 - Tables: Each row must start and end with a '|' (PR #​464)
  • MD056 - Tables: Number of columns is the same for all rows (PR #​464)
  • MD057 - Tables: In the second row every column must have at least '---',
    possibly surrounded with alignment ':' chars (PR #​464)
Added
Changed
  • MD009 - Allow exactly 2 trailing spaces by default (PR #​452)
  • MD033 - Add allowed_elements parameter (PR #​450)
  • Updated build instructions (PR #​431)
Fixed
  • MD027 - handle anchor elements correctly (PR #​463)
  • Fix examples for RULES.md for MD007 (PR #​462)
  • Fix links to use https instead of http (PR #​447)
  • Make RULES.md comply with our own rules (PR #​439)
  • Fix docker builds (#​429)
maxbrunet/pre-commit-renovate (maxbrunet/pre-commit-renovate)

v37.2.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.2.0 for more changes

v37.1.6

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.1.6 for more changes

v37.1.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.1.5 for more changes

v37.1.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.1.4 for more changes

v37.1.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.1.3 for more changes

v37.1.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.1.2 for more changes

v37.0.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.0.4 for more changes

v37.0.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.0.3 for more changes

v37.0.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.0.2 for more changes

v37.0.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/37.0.1 for more changes

v36.109.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.109.4 for more changes

v36.109.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.109.2 for more changes

v36.109.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.109.1 for more changes

v36.108.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.108.0 for more changes

v36.107.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/36.107.2 for more changes


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

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

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

@lmilbaum lmilbaum merged commit d644aae into main Oct 2, 2023
1 check passed
@lmilbaum lmilbaum deleted the renovate/all branch October 2, 2023 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants