Mention aws_s3_bucket_object deprecation in release notes

This commit is contained in:
Ciprian Hacman 2022-04-13 16:56:49 +03:00
parent 18d45a2994
commit 6436e58f1e
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ kOps will directly manage the Karpenter Provisioner resources. Read more about h
## Other significant changes
* The minimum version for the Terraform AWS Provider has been bumped to 4.0.0 to address the deprecation of the aws_s3_bucket_object resource and its replacement with the aws_s3_object resource. Such resources will be destroyed and recreated without downtime when applying the changes.
# Breaking changes
* Support for Kubernetes version 1.18 has been removed.