Skip to content

Commit

Permalink
Release version 4.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Feb 9, 2020
1 parent 43bb50e commit da3e405
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit da3e405

Please sign in to comment.