Features
- AWS Deploy: Ensure existence of S3 deployment bucket (if possible) (#10317) (f358585) (Piotr Grzesik)
- AWS Kafka: Add support for
mTLS
access configuration (#10273) (9faf37a) (Misha Bruml) - Standalone:
- Support installation on M1-based Macs (#10291) (92ae054) (Piotr Grzesik)
- Use Node 16 as base for binaries (#10291) (eb8f474) (Piotr Grzesik)
Bug Fixes
- AWS Deploy:
- Allow removal of stack with bucket missing (#10306) (1a85a4a) (Piotr Grzesik)
- Ensure to strip all
null
properties from CloudFormation template (#10304) (1f58760) (GurmeharS) - Recognize all boolean values at
provider.disableRollback
(#10324) (2485c7e) (François Farge)
- Variables: Provide opt-out from forced decryption at
ssm
source (#10315) (503c031) (Omer Shacham)
Maintenance Improvements
- Configure promise returning functions as async (#10309) (4d4f863) (mdanyalkhan)
- Use
async/await
syntax inbucket.js
(#10306) (39e43b5) (Piotr Grzesik)