Skip to content

Commit 76c3d9b

Browse files
committed
Merge branch 'release/v0.11.0' into master
2 parents 939bee2 + c6cefc1 commit 76c3d9b

File tree

4 files changed

+19
-18
lines changed

4 files changed

+19
-18
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ terraform import module.runners.module.webhook.aws_cloudwatch_log_group.webhook
164164

165165
- First release.
166166

167-
[unreleased]: https://github.com/philips-labs/terraform-aws-github-runner/compare/v0.10.0..HEAD
167+
[unreleased]: https://github.com/philips-labs/terraform-aws-github-runner/compare/v0.11.0..HEAD
168+
[0.11.0]: https://github.com/philips-labs/terraform-aws-github-runner/releases/tag/v0.10.0..v00.11.0
168169
[0.10.0]: https://github.com/philips-labs/terraform-aws-github-runner/releases/tag/v0.9.1..v00.10.0
169170
[0.9.1]: https://github.com/philips-labs/terraform-aws-github-runner/releases/tag/v0.9.0..v0.9.1
170171
[0.9.0]: https://github.com/philips-labs/terraform-aws-github-runner/releases/tag/v0.8.1..v0.9.0

examples/default/lambdas-download/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ module "lambdas" {
33
lambdas = [
44
{
55
name = "webhook"
6-
tag = "v0.10.0"
6+
tag = "v0.11.0"
77
},
88
{
99
name = "runners"
10-
tag = "v0.10.0"
10+
tag = "v0.11.0"
1111
},
1212
{
1313
name = "runner-binaries-syncer"
14-
tag = "v0.10.0"
14+
tag = "v0.11.0"
1515
}
1616
]
1717
}

examples/permissions-boundary/lambdas-download/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ module "lambdas" {
33
lambdas = [
44
{
55
name = "webhook"
6-
tag = "v0.10.0"
6+
tag = "v0.11.0"
77
},
88
{
99
name = "runners"
10-
tag = "v0.10.0"
10+
tag = "v0.11.0"
1111
},
1212
{
1313
name = "runner-binaries-syncer"
14-
tag = "v0.10.0"
14+
tag = "v0.11.0"
1515
}
1616
]
1717
}

modules/download-lambda/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ module "lambdas" {
1010
lambdas = [
1111
{
1212
name = "webhook"
13-
tag = "v0.10.0"
13+
tag = "v0.11.0"
1414
},
1515
{
1616
name = "runners"
17-
tag = "v0.10.0"
17+
tag = "v0.11.0"
1818
},
1919
{
2020
name = "runner-binaries-syncer"
21-
tag = "v0.10.0"
21+
tag = "v0.11.0"
2222
}
2323
]
2424
}
@@ -32,20 +32,20 @@ No requirements.
3232
## Providers
3333

3434
| Name | Version |
35-
|------|---------|
36-
| null | n/a |
35+
| ---- | ------- |
36+
| null | n/a |
3737

3838
## Inputs
3939

40-
| Name | Description | Type | Default | Required |
41-
|------|-------------|------|---------|:--------:|
42-
| lambdas | Name and tag for lambdas to download. | <pre>list(object({<br> name = string<br> tag = string<br> }))</pre> | n/a | yes |
40+
| Name | Description | Type | Default | Required |
41+
| ------- | ------------------------------------- | --------------------------------------------------------------------------- | ------- | :------: |
42+
| lambdas | Name and tag for lambdas to download. | <pre>list(object({<br> name = string<br> tag = string<br> }))</pre> | n/a | yes |
4343

4444
## Outputs
4545

46-
| Name | Description |
47-
|------|-------------|
48-
| files | n/a |
46+
| Name | Description |
47+
| ----- | ----------- |
48+
| files | n/a |
4949

5050
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
5151

0 commit comments

Comments
 (0)