File tree Expand file tree Collapse file tree 4 files changed +17
-10
lines changed
permissions-boundary/lambdas-download Expand file tree Collapse file tree 4 files changed +17
-10
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.10.0] - 2021-01-27
11+
12+ ### Added
13+
14+ - Support runner groups (#496 )
15+
1016## [ 0.9.1] - 2021-01-22
1117
1218### Fixed
@@ -145,7 +151,8 @@ terraform import module.runners.module.webhook.aws_cloudwatch_log_group.webhook
145151
146152- First release.
147153
148- [ unreleased ] : https://github.com/philips-labs/terraform-aws-github-runner/compare/v0.9.1..HEAD
154+ [ unreleased ] : https://github.com/philips-labs/terraform-aws-github-runner/compare/v0.10.0..HEAD
155+ [ 0.10.0 ] : https://github.com/philips-labs/terraform-aws-github-runner/releases/tag/v0.9.1..v00.10.0
149156[ 0.9.1 ] : https://github.com/philips-labs/terraform-aws-github-runner/releases/tag/v0.9.0..v0.9.1
150157[ 0.9.0 ] : https://github.com/philips-labs/terraform-aws-github-runner/releases/tag/v0.8.1..v0.9.0
151158[ 0.8.1 ] : https://github.com/philips-labs/terraform-aws-github-runner/releases/tag/v0.9.0..v0.8.1
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ module "lambdas" {
33 lambdas = [
44 {
55 name = " webhook"
6- tag = " v0.9.1 "
6+ tag = " v0.10.0 "
77 },
88 {
99 name = " runners"
10- tag = " v0.9.1 "
10+ tag = " v0.10.0 "
1111 },
1212 {
1313 name = " runner-binaries-syncer"
14- tag = " v0.9.1 "
14+ tag = " v0.10.0 "
1515 }
1616 ]
1717}
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ module "lambdas" {
33 lambdas = [
44 {
55 name = " webhook"
6- tag = " v0.9.1 "
6+ tag = " v0.10.0 "
77 },
88 {
99 name = " runners"
10- tag = " v0.9.1 "
10+ tag = " v0.10.0 "
1111 },
1212 {
1313 name = " runner-binaries-syncer"
14- tag = " v0.9.1 "
14+ tag = " v0.10.0 "
1515 }
1616 ]
1717}
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ module "lambdas" {
1010 lambdas = [
1111 {
1212 name = "webhook"
13- tag = "v0.9.1 "
13+ tag = "v0.10.0 "
1414 },
1515 {
1616 name = "runners"
17- tag = "v0.9.1 "
17+ tag = "v0.10.0 "
1818 },
1919 {
2020 name = "runner-binaries-syncer"
21- tag = "v0.9.1 "
21+ tag = "v0.10.0 "
2222 }
2323 ]
2424}
You can’t perform that action at this time.
0 commit comments