Skip to content

Commit 8b9926c

Browse files
committed
Merge branch 'release/v0.9.0' into develop
2 parents 0c43ffc + 8a22915 commit 8b9926c

File tree

3 files changed

+47
-4555
lines changed

3 files changed

+47
-4555
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.9.0] - 2020-12-08
11+
12+
### Added
13+
14+
- Add support for GitHub Enterprise Server (GHES) #412, #481, #467 @mcaulifn @jonico
15+
- Allow configuring additional security groups #392 @surminus
16+
17+
### Changed
18+
19+
- Log groups per type of logging #476
20+
- Copy directory *after* installing zip #444 @masterful
21+
- Update ubuntu example with rootless docker and non privileged user #433
22+
- Changed strategy in scaling. Previous the module scaled by checking for any queued workflow for the repo initiation the check_run event. Now the module scales only if the correlated check_run is still in queued state. #423
23+
1024
### Fixed
25+
1126
- Fix missing permissions for CloudWatch Agent #445 @bennettp123
27+
- Swap scale up/scale down timeout description #468 @jonico
28+
- Fix for invalid configuration #466 @jonico
29+
- Add ssm:GetParameter to runner-ssm-parameters #446 @bennettp123
30+
- Replace crypto #429
31+
- Scale up lambda deprecated attribute #410
32+
33+
### Mirgrations
34+
35+
Changes related to logging groups introduced via #476 will destroy existing logging group in AWS cloudwatch for runners log. In case you would like to keep the logging ensure you remove the log group from the state before running an apply
36+
37+
```bash
38+
export RESOURCE=$(terraform state list | grep "aws_cloudwatch_log_group.runner")
39+
terraform state rm $RESOURCE
40+
```
1241

1342
## [0.8.1] - 2020-12-08
43+
1444
### Changed
45+
1546
- Policy is missing for streaming logs to cloudwatch #388
1647

1748
## [0.8.0] - 2020-12-08
@@ -108,7 +139,8 @@ terraform import module.runners.module.webhook.aws_cloudwatch_log_group.webhook
108139

109140
- First release.
110141

111-
[unreleased]: https://github.com/philips-labs/terraform-aws-github-runner/compare/v0.8.1..HEAD
142+
[unreleased]: https://github.com/philips-labs/terraform-aws-github-runner/compare/v0.9.0..HEAD
143+
[0.9.0]: https://github.com/philips-labs/terraform-aws-github-runner/releases/tag/v0.8.1..v0.9.0
112144
[0.8.1]: https://github.com/philips-labs/terraform-aws-github-runner/releases/tag/v0.8.0..v0.8.1
113145
[0.8.0]: https://github.com/philips-labs/terraform-aws-github-runner/releases/tag/v0.7.0..v0.8.0
114146
[0.7.0]: https://github.com/philips-labs/terraform-aws-github-runner/releases/tag/v0.6.0..v0.7.0

0 commit comments

Comments
 (0)