chore(deps): update all dependencies #156
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v5.1.1
->v5.2.0
5.62.0
->5.65.0
7.12.1
->7.13.1
17.2.0
->17.3.1
17.2.1
->17.3.1
5.12.1
->5.13.0
Release Notes
actions/setup-python (actions/setup-python)
v5.2.0
Compare Source
What's Changed
Bug fixes:
.zip
extension to Windows package downloads forExpand-Archive
Compatibility by @priyagupta108 in https://github.com/actions/setup-python/pull/916This 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.
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:
FEATURES:
aws_shield_protection
(#37524)aws_glue_catalog_table_optimizer
(#38052)ENHANCEMENTS:
ap-southeast-5
AWS Region (#39052)ap-southeast-5
AWS Region (#39052)ap-southeast-5
AWS Region (#39052)ap-southeast-5
as a valid AWS Region (#39049)password_policy.password_history_size
argument (#39043)process
argument (#25468)SUCCEEDED_WITH_ISSUES
status as success when upgrading cluster (#38086)io2
as a valid value forebs_config.type
(#37740)io2
as a valid value forinstance_type_configs.ebs_config.type
(#37740)io2
as a valid value forinstance_type_configs.ebs_config.type
(#37740)job_run_queuing_enabled
argument (#39027)kms_key_arn
argument (#39055)false
on update ifpolicy_document
is empty (#38675)BUG FIXES:
auto_branch_creation_config
(#39041)domain_name
to ForceNew (#38086)instance_count
value of0
on create when configured (#37740)BadRequestException: The request is rejected because an invalid or out-of-range value is specified as an input parameter
errors on resource Create (#39084)data_cells_filter
permissions (#39026)neptune_cluster_parameter_group_name
as Computed (#38980)neptune_parameter_group_name
as Computed (#38980)ValidationException: Parameter ARN is not supported for this operation
errors when deleting resources imported by ARN (#39067)v5.64.0
Compare Source
ENHANCEMENTS:
dashboard_endpoint_v2
,domain_endpoint_v2_hosted_zone_id
, andendpoint_v2
attributes (#38456)suspended_state
configuration block (#38942)restore_source_table_arn
attribute (#38953)dashboard_endpoint_v2
,domain_endpoint_v2_hosted_zone_id
, andendpoint_v2
attributes (#38456)BUG FIXES:
id
attribute whendeployment_targets
does not include organizational unit IDs. (#38969)action
is configured (#38994)enabled_http_endpoint
) to be enabled and disabled forprovisioned
engine mode and serverlessv2 (#38997)v5.63.1
Compare Source
FEATURES:
aws_route53_zones
(#17457)aws_ssoadmin_permission_sets
(#38741)ENHANCEMENTS:
job_state_time_limit_action
attribute (#38784)ecs_properties
argument (#37871)job_state_time_limit_action
argument (#38784)BUG FIXES:
id
parsing errors (#38924)logical_table_map.data_transforms.project_operation.projected_columns
with null list elements (#38886)reputation_metrics_enabled
is set totrue
(#38921)v5.63.0
Compare Source
FEATURES:
aws_bedrockagent_agent_versions
(#38792)aws_bedrock_guardrail
(#38757)aws_cloudtrail_organization_delegated_admin_account
(#38817)aws_datazone_environment_profile
(#35603)aws_datazone_form_type
(#38746)aws_datazone_glossary_term
(#38706)aws_pinpoint_email_template
(#33266)ENHANCEMENTS:
logging_configuration.log_destination_config
MaxItems
from2
to3
(#38824)BUG FIXES:
sdkdiags.AppendErrorf
function calls (#38854)sdkdiags.AppendErrorf
function calls (#38854)sdkdiags.AppendErrorf
function calls (#38854)name
andname_prefix
(#38194)sdkdiags.AppendErrorf
function calls (#38854)service_registries
item (#38883)container_definitions
diffs onhealthCheck
's default values (#38872)container_definitions.dockerLabels
(#38804)null
s fromcontainer_definition
array fields (#38870)replicas_per_node_group
if node groups are empty (#38797)sdkdiags.AppendErrorf
function calls (#38854)network_access_control
block is configured (#38775)vpc_configuration
block is configured (#38775)attribute_payload
block is configured (#38776)configuration.bgp_configurations
on Read (#38798)encrypted
on snapshot restore, when enabled (#38828)sdkdiags.AppendErrorf
function calls (#38854)sdkdiags.AppendErrorf
function calls (#38854)sdkdiags.AppendErrorf
function calls (#38854)cattle-ops/terraform-aws-gitlab-runner (cattle-ops/gitlab-runner/aws)
v7.13.1
Compare Source
Bug Fixes
"
to the newupdate_interval_*
options of the autoscaler (#1177) (e792256), closes #1176v7.13.0
Compare Source
Features
update_interval
andupdate_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)
target_group_ids
, allowing groups to be used in the allow list by @chapsuK (merge request)permanently_remove_on_delete
, allowing groups to be permanently deleted on destroy instead of entering a waiting period by @PatrickRice (merge request)max_terraform_state_size_bytes
, allowing configuration of terraform state size at an instance level by @christian.affolter (merge request)gitlab_project_push_rules
will now take over ownership of existing push rules, since a default set is created on project creation by @mness (merge request)project
, allowing the use of the resource by project ID or url-encoded path by @heidi.berry (merge request)BUG FIXES (4 changes)
group_type
by @clemenschuaccso (merge request)gitlab-org/gitlab-runner (gitlab-org/gitlab-runner)
v17.3.1
Compare Source
Bug fixes
v17.3.0
Compare Source
New features
Security fixes
Bug fixes
Maintenance
TestRunCommand_configReloading
unit test on windows platform !4916testKubernetesWithNonRootSecurityContext
integration tests !48929.4-1134
to9.4-1194
!4909CaptureServiceLogs
integration tests !4891terraform-aws-modules/terraform-aws-vpc (terraform-aws-modules/vpc/aws)
v5.13.0
Compare Source
Features
ip_address_type
for VPC endpoint (#1096) (d868303)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.
This PR has been generated by Renovate Bot.