Skip to content

Latest commit

 

History

History
executable file
·
37 lines (31 loc) · 2.12 KB

CHANGELOG.md

File metadata and controls

executable file
·
37 lines (31 loc) · 2.12 KB

Change Log

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.

[1.4.0] - 2021-04-26

Added

  • Enable solution to be deployed as mutliple stacks in the same account/region

Fixed

  • Fix the SSM Maintenance window issue where solution was not fetching SSM Maintenance windows from other account/regions
  • Updated logging utility to remove incorrect timestamp
  • Fixed issue with scheduler stopping instances at UTC time even when configured with other timezones and Period having weekday configured as Wed#4. Github Issue
  • Modified Anonymous Data reporting refer implementation guide for details.
  • Removed redundant logging of UTC timestamp along with the Account/Region default stamp in logs in AWS CloudWatch.
  • Fixed Github Issue for scheduler-cli.

[1.3.3] - 2020-08-31

Fixed

  • Update the project to utilize aws cdk constructs for cloudformation template creation.
  • Fix the issue for ensuring throttling is avoided to cloudwatch API's from github PR #177

[1.3.2] - 2020-06-22

Fixed

  • Fix the issue to start instances before the SSM maintenance window beings #101
  • Updated the SSM feature to reduce lambda cost
  • Added HIBERNATE to the list of valid schedule properties

[1.3.1] - 2020-03-10

Fixed

  • Fix the issue for new instances launched outside of the schedule period #127
  • Fix the issue for retries failures to due incompatible code #133
  • Fix the issue for instances being stopped after maintenance window begins #101

[1.3.0] - 2019-08-26

Added

  • Upgraded the Solution to Python 3.7