From da3e4059e22818906a40c16ce12fa4e91fcc5c6e Mon Sep 17 00:00:00 2001 From: Cliffano Subagio Date: Mon, 10 Feb 2020 07:00:50 +1100 Subject: [PATCH] Release version 4.33.0 --- CHANGELOG.md | 18 +++++++++--------- Makefile | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e21459d2..700d341b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,20 +5,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 4.33.0 - 2020-02-09 ### Added - Add new configuration parameter `aws.encryption.ebs_volume.enable` to enable EBS Volume encryption#370 -- Add feature to encrypt EBS Volues with CMK #370 -- Add feature to attach manage policy to EC2 instance role for accessing CMK for **permission-type b** #370 -- Add feature to grant access to to EC2 instance role for accesing the CMK if no manage policy provided for **permission-type b** #370 -- Add feature to define CMK for SSE DynamoDB Table encryption #370 -- Add feature to define CMK for encrypting Lambda functions environment variables #370 -- Add feature to define CMK for SSE S3 Buckets encryption #370 -- Add feature to define CMK for SSE SNS Topic & SNS Queue encryption #370 +- Add feature to encrypt EBS Volues with CMK [#370] +- Add feature to attach manage policy to EC2 instance role for accessing CMK for **permission-type b** [#370] +- Add feature to grant access to to EC2 instance role for accesing the CMK if no manage policy provided for **permission-type b** [#370] +- Add feature to define CMK for SSE DynamoDB Table encryption [#370] +- Add feature to define CMK for encrypting Lambda functions environment variables [#370] +- Add feature to define CMK for SSE S3 Buckets encryption [#370] +- Add feature to define CMK for SSE SNS Topic & SNS Queue encryption [#370] - Add Monitoring Stack to AEM Full-Set permission type c ### Changed -- Configuration parameters `[aem_component].enable_vol_encryption` are now deprecated and replaced with `aws.encryption.ebs_volume.enable` #371 +- Configuration parameters `[aem_component].enable_vol_encryption` are now deprecated and replaced with `aws.encryption.ebs_volume.enable` [#371] ## 4.32.0 - 2020-02-05 ### Changed diff --git a/Makefile b/Makefile index 9f4b3f35..b059cd5c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -version ?= 4.32.1-pre.0 +version ?= 4.33.0 aem_stack_manager_messenger_version = 2.10.0 aem_test_suite_version = 1.13.0 aem_helloworld_custom_stack_provisioner_version = 0.14.0