Skip to content

Releases: Innablr/revolver

Hotfix release v2.1.1

29 Feb 06:10
0b6ed74
Compare
Choose a tag to compare

Fixes a situation when specific region for account/org was overwritten by the default global region setting, which caused skipping regions in account processing.

Consistent config v2.1.0

17 Jan 08:13
d58a4b7
Compare
Choose a tag to compare

This release finally bring config language to a standard, now everything in the yaml config file is camel case instead of a mix of snake case and camel case.

Also it fixes mishandling of config in case of complex organisations and account list specification.

Hotfix release 2.0.2

17 Jan 03:43
4b09136
Compare
Choose a tag to compare

When Revolver fails to authenticate into an AWS account it should log an error and skipping this account from processing.

Hotfix release 2.0.1

17 Jan 02:23
e77f497
Compare
Choose a tag to compare

This is a hotfix release, it removes esbuild from the dev dependencies.

Release 2.0

17 Jan 01:04
8c46231
Compare
Choose a tag to compare

Finally it has arrived. This release brings:

  • 100% typescript codebase
  • replace winston with tslog, moment.js with luxon, get rid of lodash
  • new powercycle logic for RDS Clusters and MultiAZ instances
  • improvements in the ValidateTags plugin, it can now set default values for tags
  • dropping unneeded functionality
  • helpful Readme