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

Production deployment #751

Merged
merged 1 commit into from
May 25, 2024
Merged

Production deployment #751

merged 1 commit into from
May 25, 2024

Conversation

github-actions[bot]
Copy link

Only merge using a merge commit!

This PR contains the following updates:

| Package | Type | Update | Change | Pending |
|---|---|---|---|---|
| [aws](https://registry.terraform.io/providers/hashicorp/aws)
([source](https://togithub.com/hashicorp/terraform-provider-aws)) |
required_provider | minor | `5.50.0` -> `5.51.0` | `5.51.1` |

---

### Release Notes

<details>
<summary>hashicorp/terraform-provider-aws (aws)</summary>

###
[`v5.51.0`](https://togithub.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5510-May-23-2024)

[Compare
Source](https://togithub.com/hashicorp/terraform-provider-aws/compare/v5.50.0...v5.51.0)

NOTES:

- data-source/aws_lambda_function: `source_code_hash` attribute has been
deprecated in favor of `code_sha256`. Will be removed in a future major
version
([#&#8203;37669](https://togithub.com/hashicorp/terraform-provider-aws/issues/37669))
- data-source/aws_lambda_layer_version: `source_code_hash` attribute has
been deprecated in favor of `code_sha256`. Will be removed in a future
major version
([#&#8203;37646](https://togithub.com/hashicorp/terraform-provider-aws/issues/37646))

FEATURES:

- **New Data Source:** `aws_chatbot_slack_workspace`
([#&#8203;37218](https://togithub.com/hashicorp/terraform-provider-aws/issues/37218))
- **New Resource:** `aws_lambda_runtime_management_config`
([#&#8203;37643](https://togithub.com/hashicorp/terraform-provider-aws/issues/37643))
- **New Resource:** `aws_vpc_endpoint_private_dns`
([#&#8203;37628](https://togithub.com/hashicorp/terraform-provider-aws/issues/37628))
- **New Resource:** `aws_vpc_endpoint_service_private_dns_verification`
([#&#8203;37176](https://togithub.com/hashicorp/terraform-provider-aws/issues/37176))

ENHANCEMENTS:

- data-source/aws_lambda_function: Add `code_sha256` attribute
([#&#8203;37669](https://togithub.com/hashicorp/terraform-provider-aws/issues/37669))
- data-source/aws_lambda_layer_version: Add `code_sha256` attribute
([#&#8203;37646](https://togithub.com/hashicorp/terraform-provider-aws/issues/37646))
- data-source/aws_route53\_traffic_policy_document: Add support for
`application-load-balancer`, `elastic-beanstalk` and
`network-load-balancer` `endpoint.type` values
([#&#8203;37618](https://togithub.com/hashicorp/terraform-provider-aws/issues/37618))
- resource/aws_api_gateway_deployment: Add `canary_settings` attribute
([#&#8203;37573](https://togithub.com/hashicorp/terraform-provider-aws/issues/37573))
- resource/aws_iam_openid_connect_provider: Allow `client_id_list` to be
updated in-place
([#&#8203;37612](https://togithub.com/hashicorp/terraform-provider-aws/issues/37612))
- resource/aws_lambda_function: Add `code_sha256` attribute
([#&#8203;37669](https://togithub.com/hashicorp/terraform-provider-aws/issues/37669))
- resource/aws_lambda_function: Remove
`replace_security_group_on_destroy` and `replacement_security_group_ids`
deprecations, re-implement with alternate workflow
([#&#8203;37624](https://togithub.com/hashicorp/terraform-provider-aws/issues/37624))
- resource/aws_lambda_layer_version: Add `code_sha256` attribute
([#&#8203;37646](https://togithub.com/hashicorp/terraform-provider-aws/issues/37646))
- resource/aws_route53\_health_check: Add plan-time validation of
`cloudwatch_alarm_region`
([#&#8203;37510](https://togithub.com/hashicorp/terraform-provider-aws/issues/37510))
- resource/aws_route53\_record: Add plan-time validation of
`latency_routing_policy.region`
([#&#8203;37510](https://togithub.com/hashicorp/terraform-provider-aws/issues/37510))
- resource/aws_route53\_vpc_association_authorization: Add plan-time
validation of `vpc_region`
([#&#8203;37510](https://togithub.com/hashicorp/terraform-provider-aws/issues/37510))
- resource/aws_route53\_zone_association: Add plan-time validation of
`vpc_region`
([#&#8203;37510](https://togithub.com/hashicorp/terraform-provider-aws/issues/37510))
- resource/aws_wafv2\_web_acl: Add `api_gateway`, `app_runner_service`,
`cognito_user_pool`, and `verified_access_instance` configuration blocks
to `association_config.request_body`
([#&#8203;37588](https://togithub.com/hashicorp/terraform-provider-aws/issues/37588))

BUG FIXES:

- resource/aws_dynamodb_table_replica: Correctly set `kms_key_arn` on
Read
([#&#8203;37570](https://togithub.com/hashicorp/terraform-provider-aws/issues/37570))
- resource/aws_kms_grant: Change `grant_token` to
[`Sensitive`](https://developer.hashicorp.com/terraform/plugin/best-practices/sensitive-state#using-sensitive-flag-functionality)
([#&#8203;37593](https://togithub.com/hashicorp/terraform-provider-aws/issues/37593))
- resource/aws_lambda_function: Fix issue when `source_code_hash` causes
drift even if source code has not changed
([#&#8203;37669](https://togithub.com/hashicorp/terraform-provider-aws/issues/37669))
- resource/aws_lambda_layer_version: Fix issue when `source_code_hash`
forces a replacement even if source code has not changed
([#&#8203;37646](https://togithub.com/hashicorp/terraform-provider-aws/issues/37646))
- resource/aws_m2\_deployment: Fix `state` error on `deployment_id`
during start/stop update
([#&#8203;37581](https://togithub.com/hashicorp/terraform-provider-aws/issues/37581))
- resource/aws_storagegateway_smb_file_share: Fix crash when
`cache_attributes` is removed on update
([#&#8203;37611](https://togithub.com/hashicorp/terraform-provider-aws/issues/37611))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuNCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny40IiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119-->

Co-authored-by: Renovate Bot <[email protected]>
Copy link

vercel bot commented May 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
sinister-incorporated ⬜️ Ignored (Inspect) May 25, 2024 7:34am

Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@github-actions github-actions bot merged commit b49a3ec into main May 25, 2024
9 checks passed
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.

1 participant