Skip to content

Releases: aws-solutions/instance-scheduler-on-aws

v1.5.5

12 Apr 16:14
Compare
Choose a tag to compare

[1.5.5] -- 2024-04-12

Security

v1.5.4

29 Feb 18:39
fdac213
Compare
Choose a tag to compare

[1.5.4] -- 2024-02-29

Security

v1.5.3

19 Oct 19:55
f60fc6b
Compare
Choose a tag to compare

[1.5.3] - 2023-10-22

Security

v1.5.2

09 Oct 18:06
207b279
Compare
Choose a tag to compare

[1.5.2] - 2023-10-9

Security

v1.5.1

24 Jul 19:05
fd54810
Compare
Choose a tag to compare

[1.5.1] - 2023-07-24

Changed

  • Add a default start and stop tag
  • Use EC2 API more efficiently when filtering EC2 instances for scheduling
  • Use system tzdata instead of pytz
  • Upgrade Python runtime to 3.10
  • Package CLI as sdist and wheel
  • Refactoring, type hinting, and improved testing
  • Add projen for managing project configuration

Fixed

  • Restore Python 3.8 support to CLI
  • Fix bug starting EC2 instances at least 10 minutes before maintenance windows
  • Fix bug targeting RDS instances that are part of an Aurora cluster for scheduling
  • Fix bug where EC2 instances failing to start or stop cause an entire batch to fail to start or stop
  • Fix bug where the instance type field on a period in a CloudFormation schedule has no effect
  • Fix bug creating CloudWatch log streams when hub scheduling is disabled

Security

v1.5.0

01 May 15:40
013c53d
Compare
Choose a tag to compare

Added

  • Enable solution to support deployment using organization id.
  • Solution now deployable with CDK deploy
  • Development/e2e testing pipeline included under source/infrastructure/pipeline capable of automatically deploying and testing solution.
  • App Registry integration

Updated

  • Boto Retry module could cause unintended high lambda utilization in case of API failures.
  • Cross account scheduling no longer requires IAM role name but only account id.

Removed

  • override_status flag on schedules has been deprecated

v1.4.2

13 Jan 17:07
0c95f89
Compare
Choose a tag to compare

[1.4.2] - 2023-01-11

Fixed

  • Upgrade certifi to mitigate CVE-2022-23491.
  • Updated issues in bandit scan.
  • Updated the CDK version 2.x

v1.4.1

12 May 20:38
d00d80b
Compare
Choose a tag to compare

[1.4.1] - 2022-05-12

Fixed

  • Replaced the DescribeLogStreams API call used for getting the next sequence token with PutLogEvents API call to reduce the lambda execution time #307

v1.4.0

26 Apr 19:39
Compare
Choose a tag to compare

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.

v1.3.3 - CDK Build

31 Aug 22:19
Compare
Choose a tag to compare
v1.3.3-Patch

Patching bin folders