-
Notifications
You must be signed in to change notification settings - Fork 7
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
fix(deps): update all minor dependencies #874
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all-minor
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+2,922
−2,878
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/all-minor
branch
9 times, most recently
from
October 28, 2024 23:30
86ba50c
to
8941866
Compare
renovate
bot
force-pushed
the
renovate/all-minor
branch
6 times, most recently
from
October 31, 2024 23:40
1e11a64
to
554dc44
Compare
renovate
bot
force-pushed
the
renovate/all-minor
branch
from
November 1, 2024 19:50
554dc44
to
aa7bd59
Compare
⚠ Terrform update availableTerraform: 1.9.8 (using 1.9.2)
Terragrunt: 0.68.7 (using 0.63.2) |
Staging: load_testing✅ Terraform Init: Plan: 0 to add, 4 to change, 0 to destroy Show summary
Show planResource actions are indicated with the following symbols:
~ update in-place
<= read (data resources)
Terraform will perform the following actions:
# data.aws_iam_policy_document.load_test_lambda will be read during apply
# (depends on a resource or a module with changes pending)
<= data "aws_iam_policy_document" "load_test_lambda" {
+ id = (known after apply)
+ json = (known after apply)
+ minified_json = (known after apply)
+ statement {
+ actions = [
+ "ssm:GetParameters",
]
+ effect = "Allow"
+ resources = [
+ "arn:aws:ssm:ca-central-1:687401027353:parameter/load-testing/form-id",
+ "arn:aws:ssm:ca-central-1:687401027353:parameter/load-testing/form-private-key",
+ "arn:aws:ssm:ca-central-1:687401027353:parameter/load-testing/zitadel-app-private-key",
]
+ sid = "GetSSMParameters"
}
+ statement {
+ actions = [
+ "lambda:InvokeFunction",
]
+ effect = "Allow"
+ resources = [
+ "arn:aws:lambda:ca-central-1:687401027353:function:Submission",
]
+ sid = "InvokeSubmissionLambda"
}
}
# aws_iam_policy.load_test_lambda will be updated in-place
~ resource "aws_iam_policy" "load_test_lambda" {
id = "arn:aws:iam::687401027353:policy/LoadTestLambda"
name = "LoadTestLambda"
~ policy = jsonencode(
{
- Statement = [
- {
- Action = "ssm:GetParameters"
- Effect = "Allow"
- Resource = [
- "arn:aws:ssm:ca-central-1:687401027353:parameter/load-testing/zitadel-app-private-key",
- "arn:aws:ssm:ca-central-1:687401027353:parameter/load-testing/form-private-key",
- "arn:aws:ssm:ca-central-1:687401027353:parameter/load-testing/form-id",
]
- Sid = "GetSSMParameters"
},
- {
- Action = "lambda:InvokeFunction"
- Effect = "Allow"
- Resource = "arn:aws:lambda:ca-central-1:687401027353:function:Submission"
- Sid = "InvokeSubmissionLambda"
},
]
- Version = "2012-10-17"
}
) -> (known after apply)
tags = {}
# (7 unchanged attributes hidden)
}
# aws_ssm_parameter.load_testing_form_id will be updated in-place
~ resource "aws_ssm_parameter" "load_testing_form_id" {
id = "/load-testing/form-id"
+ insecure_value = (known after apply)
name = "/load-testing/form-id"
tags = {}
~ version = 1 -> (known after apply)
# (9 unchanged attributes hidden)
}
# aws_ssm_parameter.load_testing_form_private_key will be updated in-place
~ resource "aws_ssm_parameter" "load_testing_form_private_key" {
id = "/load-testing/form-private-key"
+ insecure_value = (known after apply)
name = "/load-testing/form-private-key"
tags = {}
~ version = 3 -> (known after apply)
# (9 unchanged attributes hidden)
}
# aws_ssm_parameter.load_testing_zitadel_app_private_key will be updated in-place
~ resource "aws_ssm_parameter" "load_testing_zitadel_app_private_key" {
id = "/load-testing/zitadel-app-private-key"
+ insecure_value = (known after apply)
name = "/load-testing/zitadel-app-private-key"
tags = {}
~ version = 3 -> (known after apply)
# (9 unchanged attributes hidden)
}
Plan: 0 to add, 4 to change, 0 to destroy.
─────────────────────────────────────────────────────────────────────────────
Saved the plan to: plan.tfplan
To perform exactly these actions, run the following command to apply:
terraform apply "plan.tfplan"
Show Conftest resultsWARN - plan.json - main - Missing Common Tags: ["aws_iam_policy.load_test_lambda"]
WARN - plan.json - main - Missing Common Tags: ["aws_iam_role.load_test_lambda"]
WARN - plan.json - main - Missing Common Tags: ["aws_lambda_function.load_testing"]
WARN - plan.json - main - Missing Common Tags: ["aws_ssm_parameter.load_testing_form_id"]
WARN - plan.json - main - Missing Common Tags: ["aws_ssm_parameter.load_testing_form_private_key"]
WARN - plan.json - main - Missing Common Tags: ["aws_ssm_parameter.load_testing_zitadel_app_private_key"]
25 tests, 19 passed, 6 warnings, 0 failures, 0 exceptions
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
3.667.0
->3.679.0
3.682.0
3.667.0
->3.680.0
3.682.0
3.667.0
->3.679.0
3.682.0
3.667.0
->3.679.0
3.685.0
(+1)3.670.0
->3.679.0
3.682.0
3.667.0
->3.679.0
3.682.0
3.667.0
->3.679.0
3.685.0
(+1)20.16.11
->20.17.1
20.17.5
(+3)5.70.0
->5.73.0
5.74.0
==2.31.7
->==2.32.0
2.32.1
Review
Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/client-dynamodb)
v3.679.0
Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.678.0
Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.677.0
Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.675.0
Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.674.0
Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.670.0
Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.669.0
Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
v3.668.0
Compare Source
Note: Version bump only for package @aws-sdk/client-dynamodb
aws/aws-sdk-js-v3 (@aws-sdk/client-lambda)
v3.680.0
Compare Source
Features
v3.679.0
Compare Source
Note: Version bump only for package @aws-sdk/client-lambda
v3.678.0
Compare Source
Note: Version bump only for package @aws-sdk/client-lambda
v3.677.0
Compare Source
Note: Version bump only for package @aws-sdk/client-lambda
v3.675.0
Compare Source
3.675.0(2024-10-18)
New Features
Bug Fixes
For list of updated packages, view updated-packages.md in assets-3.675.0.zip
v3.670.0
Compare Source
Note: Version bump only for package @aws-sdk/client-lambda
v3.669.0
Compare Source
Note: Version bump only for package @aws-sdk/client-lambda
v3.668.0
Compare Source
Note: Version bump only for package @aws-sdk/client-lambda
aws/aws-sdk-js-v3 (@aws-sdk/client-rds-data)
v3.679.0
Compare Source
Note: Version bump only for package @aws-sdk/client-rds-data
v3.678.0
Compare Source
Note: Version bump only for package @aws-sdk/client-rds-data
v3.677.0
Compare Source
Note: Version bump only for package @aws-sdk/client-rds-data
v3.675.0
Compare Source
Note: Version bump only for package @aws-sdk/client-rds-data
v3.670.0
Compare Source
Note: Version bump only for package @aws-sdk/client-rds-data
v3.669.0
Compare Source
Note: Version bump only for package @aws-sdk/client-rds-data
v3.668.0
Compare Source
Note: Version bump only for package @aws-sdk/client-rds-data
aws/aws-sdk-js-v3 (@aws-sdk/client-s3)
v3.679.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.678.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.677.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.676.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.675.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.674.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.673.0
Compare Source
Features
v3.670.0
Compare Source
Bug Fixes
v3.669.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.668.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
aws/aws-sdk-js-v3 (@aws-sdk/client-secrets-manager)
v3.679.0
Compare Source
Note: Version bump only for package @aws-sdk/client-secrets-manager
v3.678.0
Compare Source
Note: Version bump only for package @aws-sdk/client-secrets-manager
v3.677.0
Compare Source
Note: Version bump only for package @aws-sdk/client-secrets-manager
v3.675.0
Compare Source
Note: Version bump only for package @aws-sdk/client-secrets-manager
v3.674.0
Compare Source
Note: Version bump only for package @aws-sdk/client-secrets-manager
aws/aws-sdk-js-v3 (@aws-sdk/client-sqs)
v3.679.0
Compare Source
Note: Version bump only for package @aws-sdk/client-sqs
v3.678.0
Compare Source
Note: Version bump only for package @aws-sdk/client-sqs
v3.677.0
Compare Source
Note: Version bump only for package @aws-sdk/client-sqs
v3.675.0
Compare Source
Note: Version bump only for package @aws-sdk/client-sqs
v3.670.0
Compare Source
Note: Version bump only for package @aws-sdk/client-sqs
v3.669.0
Compare Source
Note: Version bump only for package @aws-sdk/client-sqs
v3.668.0
Compare Source
Note: Version bump only for package @aws-sdk/client-sqs
aws/aws-sdk-js-v3 (@aws-sdk/lib-dynamodb)
v3.679.0
Compare Source
Note: Version bump only for package @aws-sdk/lib-dynamodb
v3.678.0
Compare Source
Note: Version bump only for package @aws-sdk/lib-dynamodb
v3.677.0
Compare Source
Note: Version bump only for package @aws-sdk/lib-dynamodb
v3.675.0
Compare Source
Note: Version bump only for package @aws-sdk/lib-dynamodb
v3.674.0
Compare Source
Note: Version bump only for package @aws-sdk/lib-dynamodb
v3.670.0
Compare Source
Bug Fixes
v3.669.0
Compare Source
Note: Version bump only for package @aws-sdk/lib-dynamodb
v3.668.0
Compare Source
Note: Version bump only for package @aws-sdk/lib-dynamodb
hashicorp/terraform-provider-aws (aws)
v5.73.0
Compare Source
FEATURES:
aws_ssm_patch_baselines
(#39779)aws_imagebuilder_lifecycle_policy
(#35674)aws_resiliencehub_resiliency_policy
(#38913)aws_sagemaker_hub
(#39807)aws_sagemaker_mlflow_tracking_server
(#39796)ENHANCEMENTS:
valkey
as valid value forproduct_description
(#39745)parameters
map attribute to readCROSS_ACCOUNT_VERSION
(#39826)enable_zonal_shift
attribute (#39585)min_size
andmax_size
(#39843)zonal_config
argument (#34850)approximate_creation_date_time_precision
argument (#38098)valkey
as valid value forengine
(#39745)engine_version
(#39745)engine_version
(#39745)valkey
as valid value forengine
(#39745)valkey
as valid value forengine
(#39745)iceberg_configuration
argument (#39844)parameters
map argument enablingCROSS_ACCOUNT_VERSION
to be set (#39826)enable_zonal_shift
argument (#39585)tcp_idle_timeout_seconds
argument (#39585)name
argument (#39798)kms:DescribeKey
for the S3 default AWS managed key (alias/aws/s3
) on Read (#39782)kms:DescribeKey
for the S3 default AWS managed key (alias/aws/s3
) on Read (#39782)kms:DescribeKey
for the S3 default AWS managed key (alias/aws/s3
) on Read (#39782)default_user_settings.jupyter_lab_app_settings.app_lifecycle_management
,default_user_settings.jupyter_lab_app_settings.built_in_lifecycle_config_arn
,default_user_settings.jupyter_lab_app_settings.emr_settings
,default_space_settings.jupyter_lab_app_settings.app_lifecycle_management
,default_space_settings.jupyter_lab_app_settings.built_in_lifecycle_config_arn
,default_space_settings.jupyter_lab_app_settings.emr_settings
,default_user_settings.auto_mount_home_efs
,default_user_settings.canvas_app_settings.emr_serverless_settings
,default_user_settings.studio_web_portal_settings.hidden_instance_types
,default_user_settings.code_editor_app_settings.app_lifecycle_management
,default_user_settings.code_editor_app_settings.built_in_lifecycle_config_arn
, andtag_propagation
arguments (#39774)app_network_access_type
andapp_security_group_management
to be updated in-place (#39774)feature_definition.collection_config
,feature_definition.collection_type
, andthroughput_config
arguments (#39805)space_settings.code_editor_app_settings.app_lifecycle_management
andspace_settings.jupyter_lab_app_settings.app_lifecycle_management
arguments (#39800)user_settings.auto_mount_home_efs
,user_settings.canvas_app_settings.emr_serverless_settings
,user_settings.code_editor_app_settings.app_lifecycle_management
,user_settings.code_editor_app_settings.built_in_lifecycle_config_arn
,user_settings.jupyter_lab_app_settings.app_lifecycle_management
,user_settings.jupyter_lab_app_settings.built_in_lifecycle_config_arn
,user_settings.jupyter_lab_app_settings.emr_settings
anduser_settings.studio_web_portal_settings.hidden_instance_types
arguments (#39774)BUG FIXES:
name
. This fixes a regression introduced in v5.72.0 causingmultiple WorkSpaces Bundles matched; use additional constraints to reduce matches to a single WorkSpaces Bundle
errors (#39777)on_demand_throughput
is excluded (#39784)policy
content is written to state (#39842)InvalidParameterValue: This API supports only cross-engine upgrades to Valkey engine currently
errors on Update (#39745)policy
content is written to state (#39842)policy
content is written to state (#39842)policy
content is written to state (#39842)InvalidParameterValueException: Invalid RowLevelPermissionDataSet. Namespace parameter should not be specified for Version 2
errors on Create and Update (#39778)ttl=0
(#39728)policy
content is written to state (#39842)policy
content is written to state (#39842)v5.72.1
Compare Source
FEATURES:
aws_iam_group_policy_attachments_exclusive
(#39732)aws_iam_user_policy_attachments_exclusive
(#39731)ENHANCEMENTS:
scope
argument (#39744)BUG FIXES:
billing_mode
is set toPAY_PER_REQUEST
withoutglobal_secondary_index
updates (#39752)AGGREGATOR
indexes as tainted on Create (#39744)v5.72.0
Compare Source
NOTES:
managed_policy_arns
argument is deprecated. Use theaws_iam_role_policy_attachments_exclusive
resource instead. (#39718)FEATURES:
aws_iam_role_policy_attachments_exclusive
(#39718)ENHANCEMENTS:
saml_properties
attribute (#39060)source_flow_config.source_connector_properties.sapo_data.pagination_config
andsource_flow_config.source_connector_properties.sapo_data.parallelism_config
attributes (#38932)aws:RequestTag
conditions (#39648)appsync_target
configuration block (#37773)on_demand_throughput
andglobal_secondary_index.on_demand_throughput
arguments (#37799)serverlessv2_scaling_configuration.max_capacity
andserverlessv2_scaling_configuration.min_capacity
from128
to256
(#39697)storage-optimization
status as success when creating or updating cluster DB instances (#39691)saml_properties
configuration block (#39060)BUG FIXES:
arn
for automation documents (#39705)schema
has emptystring_attribute_constraints
ornumber_attribute_constraints
(#20386)arn
for automation documents (#39705)locustio/locust (locust)
v2.32.0
Compare Source
Full Changelog
Fixed bugs:
Merged pull requests:
v2.31.8
Compare Source
What's Changed
New Contributors
Full Changelog: locustio/locust@2.31.7...2.31.8
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone America/Montreal, 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 was generated by Mend Renovate. View the repository job log.