You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
+
## [3.0.1] -- 2024-06-27
8
+
9
+
### Changed
10
+
- Scheduler CLI installation process now uses a version-agnostic installation process
11
+
- Lambda memory size for orchestration and asg scheduling lambdas is now configurable
12
+
13
+
### Fixed
14
+
- Fixed an error that would cause maintenance window scheduling to fail when the SSM api returned expired maintenance windows without a `NextExecutionTime` property
15
+
- Fixed KMS encryption key being deleted when DynamoDB tables were configured to be retained on stack delete
16
+
- Fixed an error that caused ASG schedule updates to fail when more than 5 schedules were updated at once
17
+
- Fixed a possible name conflict with Operational Insights Dashboard when deploying multiple copies of Instance Scheduler to the same account
0 commit comments