Releases: renderedtext/agent-aws-stack
Releases · renderedtext/agent-aws-stack
v0.3.5
What's Changed
- fix: update all lambdas to use node 18.x runtime - #152
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
- fix: do not use NODEJS_14_X lambda runtime - #148
- build(deps): bump ansible from 7.7.0 to 8.5.0 - #145
- feat: use pre-signed URL on Windows - #150
- feat: use pre-signed URL on macOS - #151
Full Changelog: v0.3.3...v0.3.4
v0.3.3
- feat: overprovision settings (#147)
v0.3.2
- fix: improve health check shutdown (#144)
- fix: macOS health check scheduling (#143)
- build: update agent to v2.2.14 (#146)
v0.3.1
- Create CODEOWNERS (#140)
- build(deps-dev): bump @babel/traverse from 7.20.10 to 7.23.2 (#141)
- feat: use pre-signed URL as agent registration name (#142)
v0.3.0
Before upgrading
- The Linux AMI provisioning scripts were updated to use Ansible v7, which requires Python 3.9+ for the control node.
- The new AWS CDK version requires two new AWS IAM permissions when running the bootstrap command:
s3:PutLifecycleConfiguration
and ecr:PutLifecyclePolicy
.
What's Changed
- fix: use EC2LaunchV2-Windows_Server-2019-English-Full-Base AMI (#134)
- fix: do not use ansible proxy when provisioning linux (#135)
- fix: upgrade cdk libs to ^2.91.0 (#136)
- build: upgrade Ansible to 7.x (#137)
- build: security checks (#138)
- build: update toolbox to v1.20.5 (#131)
v0.2.14
- fix: use IMDS and autoscaling API on macOS health check (#130)
v0.2.13
- feat: migrate to EC2Launch v2 (#128)
v0.2.12
- fix: use OS shutdown on health check script (#126)