Skip to content

Commit a1219b0

Browse files
committed
Prep changelog for 2.2.0 release
1 parent b8c8fc0 commit a1219b0

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,23 @@ Change Log
44
`X.Y.Z`_ (TBD-DD-DD)
55
---------------------
66

7-
* Add support for T4g instance types
8-
* Add support for PostgreSQL 13 and 14 RDS parameter groups
9-
* Add support for `EKS EncryptionConfig <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-encryptionconfig>`_. Set with ``EnableEksEncryptionConfig=true``.
10-
* Add ``EksClusterName`` parameter to control name of EKS cluster. If upgrading, set this to STACK_NAME-cluster to match existing name.
11-
* Drop support for RDS PostgreSQL 9.x
12-
* Upgrade to troposphere v4.2.0
13-
* Add ``EksPublicAccessCidrs`` parameter to optionally restrict access to your public Kubernetes API endpoint using CIDR blocks. If defined, both public and private endpoint access enabled as detailed in `API server endpoint access options <https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html#modify-endpoint-access>`_.
14-
* Enable ``api``, ``audit``, and ``authenticator`` log types for `EKS control plane logging <https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html>`_.
15-
* Allow bastion access to Kubernetes API endpoint
16-
* Add ``eks.LaunchTemplateSpecification`` to enforce `HttpTokens-based metadata <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-service.html>`_
7+
* TBD
8+
9+
10+
`2.2.0`_ (2024-08-01)
11+
---------------------
12+
13+
* Add support for T4g instance types. (#114)
14+
* Add support for PostgreSQL 13 and 14 RDS parameter groups. (#114)
15+
* Drop support for RDS PostgreSQL 9.x. (#114)
16+
* Add support for `EKS EncryptionConfig <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-encryptionconfig>`_. Set with ``EnableEksEncryptionConfig=true``. (#115)
17+
* Add ``EksClusterName`` parameter to control name of EKS cluster. If upgrading, set this to STACK_NAME-cluster to match existing name. (#115)
18+
* Upgrade to troposphere v4.2.0. (#116)
19+
* Add ``EksPublicAccessCidrs`` parameter to optionally restrict access to your public Kubernetes API endpoint using CIDR blocks. If defined, both public and private endpoint access enabled as detailed in `API server endpoint access options <https://docs.aws.amazon.com/eks/latest/userguide/cluster-endpoint.html#modify-endpoint-access>`_. (#117)
20+
* Enable ``api``, ``audit``, and ``authenticator`` log types for `EKS control plane logging <https://docs.aws.amazon.com/eks/latest/userguide/control-plane-logs.html>`_. (#117)
21+
* Allow bastion access to Kubernetes API endpoint. (#117)
22+
* Add ``eks.LaunchTemplateSpecification`` to enforce `HttpTokens-based metadata <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-service.html>`_. (#117)
23+
1724

1825
`2.1.2`_ (2022-03-10)
1926
---------------------
@@ -223,6 +230,7 @@ Backwards-incompatible changes:
223230
* Initial public release
224231

225232

233+
.. _2.2.0: https://aws-web-stacks.s3.amazonaws.com/index.html?prefix=2.2.0/
226234
.. _2.1.2: https://aws-web-stacks.s3.amazonaws.com/index.html?prefix=2.1.2/
227235
.. _2.1.1: https://aws-web-stacks.s3.amazonaws.com/index.html?prefix=2.1.1/
228236
.. _2.1.0: https://aws-web-stacks.s3.amazonaws.com/index.html?prefix=2.1.0/

0 commit comments

Comments
 (0)