Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.16 KB

File metadata and controls

35 lines (24 loc) · 1.16 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.5.0] - 2022-06-14

  • Automatically tag CloudWatch alarms and EventBridge rules after stacks are created or updated

[1.4.0] - 2022-05-11

  • ???

[1.3.0] - 2021-03-23

  • ???

[1.2.0] - 2021-01-12

  • Added additional method to MskCluster resource, to return sorted list of bootstrap brokers
  • Replaced Travis with GH Actions
  • All secret types now default to SecureString, not just the RSA keys
  • Added CloudFormation ERB templates (cfn files that end in .yml.erb)
  • Gracefully handle interrupts while running Packer and return Packer's exit status from the call

[1.1.0] - 2020-10-20

  • Fixed Packer debug mode by reading and printing each character from Packer instead of each line.
  • Restricted AMI search to images owned by the same account to prevent a potential security flaw.
  • Gitignored Gemfile.lock.
  • Removed development dependency on bundler 1.

[1.0.0] - 2020-10-03

  • First official version.