Skip to content

Releases: renderedtext/agent-aws-stack

v0.3.6

13 Jun 12:20
v0.3.6
0143d86
Compare
Choose a tag to compare

What's Changed

  • fix: do not shell-out for fetching GH SSH keys by @lucaspin in #153

Full Changelog: v0.3.5...v0.3.6

v0.3.5

16 May 17:32
v0.3.5
dcc02a1
Compare
Choose a tag to compare

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

20 Mar 11:56
v0.3.4
a7f89dd
Compare
Choose a tag to compare

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

02 Feb 13:34
v0.3.3
329688a
Compare
Choose a tag to compare
  • feat: overprovision settings (#147)

v0.3.2

04 Jan 12:05
v0.3.2
eb10376
Compare
Choose a tag to compare
  • fix: improve health check shutdown (#144)
  • fix: macOS health check scheduling (#143)
  • build: update agent to v2.2.14 (#146)

v0.3.1

27 Nov 16:56
v0.3.1
07ca7dc
Compare
Choose a tag to compare
  • 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

17 Aug 15:07
v0.3.0
11b86fe
Compare
Choose a tag to compare

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

26 Jul 17:29
v0.2.14
5bcaa2b
Compare
Choose a tag to compare
  • fix: use IMDS and autoscaling API on macOS health check (#130)

v0.2.13

24 Jul 21:36
v0.2.13
8c51922
Compare
Choose a tag to compare
  • feat: migrate to EC2Launch v2 (#128)

v0.2.12

10 Jul 18:17
v0.2.12
65e621e
Compare
Choose a tag to compare
  • fix: use OS shutdown on health check script (#126)