File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
8
## [ Unreleased]
9
- - Added the ability to pass in pre and post install scripts to the userdata script for the EC2 instances
9
+
10
+ ## [ 0.3.0] - 2020-08-06
11
+
12
+ ### Added
13
+
14
+ - feat: Add support for ARM64 runners #102 @bdruth
15
+ - feat: added variables in the root module to allow passing in pre and and post install #45 @jaydenrasmussen
16
+
17
+ ### Updated
18
+
19
+ - fix: Build script not entering all the module directories (#103 ) @alonsohki
20
+ - fix: Remove Orphan AWS runners (#79 )
21
+ - fix: documentation for downloading lambdas (#78 ) @@bendavies
22
+ - fix: Rename variable and fix variables descriptions (#75 ) @bendavies @leoblanc
10
23
11
24
## [ 0.2.0] - 2020-06-15
12
25
@@ -31,7 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
31
44
32
45
- First release.
33
46
34
- [ unreleased ] : https://github.com/philips-labs/terraform-aws-github-runner/compare/v0.2.0..HEAD
47
+ [ unreleased ] : https://github.com/philips-labs/terraform-aws-github-runner/compare/v0.3.0..HEAD
48
+ [ 0.3.0 ] : https://github.com/philips-labs/terraform-aws-github-runner/releases/tag/v0.2.0..v0.3.0
35
49
[ 0.2.0 ] : https://github.com/philips-labs/terraform-aws-github-runner/releases/tag/v0.1.0..v0.2.0
36
50
[ 0.1.0 ] : https://github.com/philips-labs/terraform-aws-github-runner/releases/tag/v0.0.1..v0.1.0
37
51
[ 0.0.1 ] : https://github.com/philips-labs/terraform-aws-github-runner/releases/tag/v0.0.1
You can’t perform that action at this time.
0 commit comments