Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Releases: blacklocus/aurora-echo

Release 2.1.1

19 Sep 21:59
b398eb0
Compare
Choose a tag to compare
  • Add db parameter group name option to clone command
  • Create lint target in Makefile
  • Add suffix option to clone command
  • Minimum age hours can be a float

Release 2.0.1

26 Jul 23:19
Compare
Choose a tag to compare

Fix missing dependency in binary 🔧

Release 2.0.0

12 Jul 21:44
Compare
Choose a tag to compare
  • New lifecycle stage: modify
  • 🌟 All db's must pass through the modify stage, even if no changes are applied
  • Modify supports adding IAM roles to a cluster

Release 1.2.0

12 Jul 21:35
Compare
Choose a tag to compare
  • Add clone as an alternative to new. See AWS docs on cloning for more information.
  • Both clone and new will leave the db in stage new so that promote will operate on it as usual.

Release 1.1.0

03 May 23:09
Compare
Choose a tag to compare
  • Allow multiple hosted zones such that the same record set can be upserted in all of them
  • Paginate through record sets in a hosted zone. list_resource_record_sets previously only returned 100 records.
  • Allow insertion of new record sets, removing the useless requirement that it already had to exist

Aurora Echo Release 1.0.0

17 Oct 21:59
Compare
Choose a tag to compare

First release! ✨

  • Works with AWS Aurora databases
  • Supports three lifecycle stages: new, promoted, retired