Skip to content

Commit c69b16d

Browse files
committed
Release v0.7.0
1 parent dc25ff9 commit c69b16d

File tree

5 files changed

+84
-74
lines changed

5 files changed

+84
-74
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
11+
## [0.7.0] - 2020-12-04
12+
### Changed
13+
- Small clarifications in the README #368 @lrytz
14+
15+
### Added
16+
- Allow operator to pass in a list of managed IAM policy ARNs for the runner role #361 @jpalomaki
17+
- expand options for sourcing lambda to include S3 #292 @eky5006
18+
1019
## [0.6.0] - 2020-10-10
1120

1221
### Added
@@ -81,7 +90,8 @@ terraform import module.runners.module.webhook.aws_cloudwatch_log_group.webhook
8190

8291
- First release.
8392

84-
[unreleased]: https://github.com/philips-labs/terraform-aws-github-runner/compare/v0.6.0..HEAD
93+
[unreleased]: https://github.com/philips-labs/terraform-aws-github-runner/compare/v0.7.0..HEAD
94+
[0.7.0]: https://github.com/philips-labs/terraform-aws-github-runner/releases/tag/v0.6.0..v0.7.0
8595
[0.6.0]: https://github.com/philips-labs/terraform-aws-github-runner/releases/tag/v0.5.0..v0.6.0
8696
[0.5.0]: https://github.com/philips-labs/terraform-aws-github-runner/releases/tag/v0.4.0..v0.5.0
8797
[0.4.0]: https://github.com/philips-labs/terraform-aws-github-runner/releases/tag/v0.3.0..v0.4.0

0 commit comments

Comments
 (0)