Skip to content

Commit 7d2b65d

Browse files
committed
Release 0.3.0
1 parent e2a3751 commit 7d2b65d

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [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
1023

1124
## [0.2.0] - 2020-06-15
1225

@@ -31,7 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3144

3245
- First release.
3346

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
3549
[0.2.0]: https://github.com/philips-labs/terraform-aws-github-runner/releases/tag/v0.1.0..v0.2.0
3650
[0.1.0]: https://github.com/philips-labs/terraform-aws-github-runner/releases/tag/v0.0.1..v0.1.0
3751
[0.0.1]: https://github.com/philips-labs/terraform-aws-github-runner/releases/tag/v0.0.1

0 commit comments

Comments
 (0)