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 dependencies #156

Merged
merged 1 commit into from
Aug 30, 2024
Merged

chore(deps): update all dependencies #156

merged 1 commit into from
Aug 30, 2024

Conversation

platform-engineering-bot
Copy link
Contributor

@platform-engineering-bot platform-engineering-bot commented Aug 19, 2024

This PR contains the following updates:

Package Type Update Change
actions/setup-python action minor v5.1.1 -> v5.2.0
aws (source) required_provider minor 5.62.0 -> 5.65.0
cattle-ops/gitlab-runner/aws (source) module minor 7.12.1 -> 7.13.1
gitlab (source) required_provider minor 17.2.0 -> 17.3.1
gitlab-org/gitlab-runner minor 17.2.1 -> 17.3.1
terraform-aws-modules/vpc/aws (source) module minor 5.12.1 -> 5.13.0

Release Notes

actions/setup-python (actions/setup-python)

v5.2.0

Compare Source

What's Changed

Bug fixes:
  • Add .zip extension to Windows package downloads for Expand-Archive Compatibility by @​priyagupta108 in https://github.com/actions/setup-python/pull/916
    This addresses compatibility issues on Windows self-hosted runners by ensuring that the filenames for Python and PyPy package downloads explicitly include the .zip extension, allowing the Expand-Archive command to function correctly.
  • Add arch to cache key by @​Zxilly in https://github.com/actions/setup-python/pull/896
    This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts
Documentation changes:
Dependency updates:

New Contributors

Full Changelog: actions/setup-python@v5...v5.2.0

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)
cattle-ops/terraform-aws-gitlab-runner (cattle-ops/gitlab-runner/aws)

v7.13.1

Compare Source

Bug Fixes

v7.13.0

Compare Source

Features
  • add update_interval and update_interval_when_expecting (#​1173) (6d04322)
gitlabhq/terraform-provider-gitlab (gitlab)

v17.3.1

Compare Source

This release was tested against GitLab 17.3, 17.2, and 17.1 for both CE and EE

v17.3.0

Compare Source

This release was tested against GitLab 17.3, 17.2, and 17.1 for both CE and EE

IMPROVEMENTS (8 changes)
BUG FIXES (4 changes)
gitlab-org/gitlab-runner (gitlab-org/gitlab-runner)

v17.3.1

Compare Source

Bug fixes
  • Make image generation fail upon failure to download dumb-init ubi-fips !4955

v17.3.0

Compare Source

New features
  • Add debug log message for resolving Docker credentials !4902
  • Add Git_STRATEGY of "empty" to support clean build directories !4889 (Nathan Cain @​nathan.cain)
Security fixes
  • Update azidentity dependency !4903
Bug fixes
  • Gracefully stop long running processes when using the shell executor - Take 2 !4896
  • Fix default log format to FormatRunner !4910
  • Use pull policy configuration for services !4854
  • Upgrade fleeting: fix tcpchan deadline for tunnelled connections !4917
  • Cancel stage script upon job cancellation in attach mode !4813
  • Reset log level and format to default values when not set !4897
  • Prevent additional newline in job in attach mode !4901
Maintenance
  • Fix formatting in runner registration doc !4921
  • Remove funlen !4912
  • Add a Runner Docker image tag for the build's revision !4862
  • Apply split Vale rules to project !4918
  • Skip TestRunCommand_configReloading unit test on windows platform !4916
  • Re-enable Windows Docker Git-lfs tests !4900
  • Remove Git 1.8.3.1 test !4856
  • Merge back 16.11, 17.0, 17.1 and 17.2 patches in main branch !4905
  • Work around a syntax highlighting problem !4920
  • Remove Beta plugin warning for AWS !4919
  • Clarify where to install the fleeting plugin !4894
  • Docs maintenance: Add internal pages to ignore list !4895
  • [k8s] Fix testKubernetesWithNonRootSecurityContext integration tests !4892
  • Remove unneeded notes in tabs !4922
  • Bump UBI base image from 9.4-1134 to 9.4-1194 !4909
  • Add runner path requirement !4904
  • Update index.md !4908
  • Add missing requirement for network_mtu !4890
  • Add note about using Workload Identity Federation for GKE !4884 (Nabil ZOUABI @​nabil_zouabi)
  • [k8s] Fix CaptureServiceLogs integration tests !4891
terraform-aws-modules/terraform-aws-vpc (terraform-aws-modules/vpc/aws)

v5.13.0

Compare Source

Features

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

@platform-engineering-bot platform-engineering-bot force-pushed the renovate/all branch 4 times, most recently from 769d5f7 to 84e1e5c Compare August 22, 2024 21:06
@platform-engineering-bot platform-engineering-bot force-pushed the renovate/all branch 2 times, most recently from eebe6d6 to 05f8167 Compare August 29, 2024 14:04
Signed-off-by: Platform Engineering Bot <[email protected]>
@lmilbaum lmilbaum merged commit 8dfc74d into main Aug 30, 2024
2 checks passed
@lmilbaum lmilbaum deleted the renovate/all branch August 30, 2024 05:19
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