obecker / causalist

German legal case management app
0 stars 2 forks source link

:arrow_up: Bump hashicorp/aws from 5.55.0 to 5.56.1 in /infrastructure #257

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps hashicorp/aws from 5.55.0 to 5.56.1.

Release notes

Sourced from hashicorp/aws's releases.

v5.56.1

BUG FIXES:

  • data-source/aws_cognito_user_pool_client: Fix InvalidParameterException: 2 validation errors detected errors on Read (#38168)
  • resource/aws_cognito_user: Fix a bug that caused resource recreation for resources imported with certain import ID formats (#38182)
  • resource/aws_cognito_user_pool: Fix runtime error: index out of range [0] with length 0 panic when adding lambda_config (#38184)

v5.56.0

FEATURES:

  • New Resource: aws_appfabric_app_authorization_connection (#38084)
  • New Resource: aws_appfabric_ingestion (#37291)
  • New Resource: aws_appfabric_ingestion_destination (#37627)
  • New Resource: aws_networkfirewall_tls_inspection_configuration (#35168)
  • New Resource: aws_networkmonitor_monitor (#35722)
  • New Resource: aws_networkmonitor_probe (#35722)

ENHANCEMENTS:

  • resource/aws_controltower_control: Add parameters argument and arn attribute (#38071)
  • resource/aws_networkfirewall_logging_configuration: Add plan-time validation of firewall_arn (#35168)
  • resource/aws_quicksight_account_subscription: Add iam_identity_center_instance_arn attribute (#36830)
  • resource/aws_route53_resolver_firewall_rule: Add firewall_domain_redirection_action argument (#37242)
  • resource/aws_route53_resolver_firewall_rule: Add q_type argument (#38074)
  • resource/aws_sagemaker_domain: Add default_user_settings.canvas_app_settings.generative_ai_settings configuration block (#37139)
  • resource/aws_sagemaker_domain: Add default_user_settings.code_editor_app_settings.custom_image configuration block (#37153)
  • resource/aws_sagemaker_endpoint_configuration: Add production_variants.inference_ami_version and shadow_production_variants.inference_ami_version arguments (#38085)
  • resource/aws_sagemaker_user_profile: Add user_settings.canvas_app_settings.generative_ai_settings configuration block (#37139)
  • resource/aws_sagemaker_user_profile: Add user_settings.code_editor_app_settings.custom_image configuration block (#37153)
  • resource/aws_sagemaker_workforce: add oidc_config.authentication_request_extra_params and oidc_config.scope arguments (#38078)
  • resource/aws_sagemaker_workteam: Add worker_access_configuration attribute (#38087)
  • resource/aws_wafv2_web_acl: Add sensitivity_level argument to sqli_match_statement configuration block (#38077)

BUG FIXES:

  • data-source/aws_ecs_service: Correctly set tags (#38067)
  • resource/aws_drs_replication_configuration_template: Fix issues preventing creation and deletion (#38143)
Changelog

Sourced from hashicorp/aws's changelog.

5.56.1 (June 28, 2024)

BUG FIXES:

  • data-source/aws_cognito_user_pool_client: Fix InvalidParameterException: 2 validation errors detected errors on Read (#38168)
  • resource/aws_cognito_user: Fix a bug that caused resource recreation for resources imported with certain import ID formats (#38182)
  • resource/aws_cognito_user_pool: Fix runtime error: index out of range [0] with length 0 panic when adding lambda_config (#38184)

5.56.0 (June 27, 2024)

FEATURES:

  • New Resource: aws_appfabric_app_authorization_connection (#38084)
  • New Resource: aws_appfabric_ingestion (#37291)
  • New Resource: aws_appfabric_ingestion_destination (#37627)
  • New Resource: aws_networkfirewall_tls_inspection_configuration (#35168)
  • New Resource: aws_networkmonitor_monitor (#35722)
  • New Resource: aws_networkmonitor_probe (#35722)

ENHANCEMENTS:

  • resource/aws_controltower_control: Add parameters argument and arn attribute (#38071)
  • resource/aws_networkfirewall_logging_configuration: Add plan-time validation of firewall_arn (#35168)
  • resource/aws_quicksight_account_subscription: Add iam_identity_center_instance_arn attribute (#36830)
  • resource/aws_route53_resolver_firewall_rule: Add firewall_domain_redirection_action argument (#37242)
  • resource/aws_route53_resolver_firewall_rule: Add q_type argument (#38074)
  • resource/aws_sagemaker_domain: Add default_user_settings.canvas_app_settings.generative_ai_settings configuration block (#37139)
  • resource/aws_sagemaker_domain: Add default_user_settings.code_editor_app_settings.custom_image configuration block (#37153)
  • resource/aws_sagemaker_endpoint_configuration: Add production_variants.inference_ami_version and shadow_production_variants.inference_ami_version arguments (#38085)
  • resource/aws_sagemaker_user_profile: Add user_settings.canvas_app_settings.generative_ai_settings configuration block (#37139)
  • resource/aws_sagemaker_user_profile: Add user_settings.code_editor_app_settings.custom_image configuration block (#37153)
  • resource/aws_sagemaker_workforce: add oidc_config.authentication_request_extra_params and oidc_config.scope arguments (#38078)
  • resource/aws_sagemaker_workteam: Add worker_access_configuration attribute (#38087)
  • resource/aws_wafv2_web_acl: Add sensitivity_level argument to sqli_match_statement configuration block (#38077)

BUG FIXES:

  • data-source/aws_ecs_service: Correctly set tags (#38067)
  • resource/aws_drs_replication_configuration_template: Fix issues preventing creation and deletion (#38143)
Commits
  • 5fbe3ca Update CHANGELOG.md for #38184
  • c0ab671 Merge pull request #38184 from hashicorp/b-aws_cognito_user_pool-add-lambda_c...
  • 3af8c78 Tweak CHANGELOG entry.
  • b03b3a5 Next release is v5.56.1.
  • 2cd2591 Merge branch 'main' into b-aws_cognito_user_pool-add-lambda_config-crash
  • cdfa25a Acceptance test output:
  • bd6c18e Fix golangci-lint 'ineffassign'.
  • f1e98ce Correct CHANGELOG entry file name.
  • a3db515 Add CHANGELOG entry.
  • df706a2 r/aws_cognito_user_pool: Fix 'panic: runtime error: index out of range [0] wi...
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)