diff --git a/CHANGELOG.md b/CHANGELOG.md index bba4925df5..90ce32ba86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.9.0] - 2020-12-08 +## [0.9.0] - 2021-01-21 ### Added @@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Replace crypto #429 - Scale up lambda deprecated attribute #410 -### Mirgrations +### Migrations 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 @@ -141,8 +141,8 @@ terraform import module.runners.module.webhook.aws_cloudwatch_log_group.webhook [unreleased]: https://github.com/philips-labs/terraform-aws-github-runner/compare/v0.9.0..HEAD [0.9.0]: https://github.com/philips-labs/terraform-aws-github-runner/releases/tag/v0.8.1..v0.9.0 -[0.8.1]: https://github.com/philips-labs/terraform-aws-github-runner/releases/tag/v0.8.0..v0.8.1 -[0.8.0]: https://github.com/philips-labs/terraform-aws-github-runner/releases/tag/v0.7.0..v0.8.0 +[0.8.1]: https://github.com/philips-labs/terraform-aws-github-runner/releases/tag/v0.9.0..v0.8.1 +[0.8.0]: https://github.com/philips-labs/terraform-aws-github-runner/releases/tag/v0.7.0..v0.9.0 [0.7.0]: https://github.com/philips-labs/terraform-aws-github-runner/releases/tag/v0.6.0..v0.7.0 [0.6.0]: https://github.com/philips-labs/terraform-aws-github-runner/releases/tag/v0.5.0..v0.6.0 [0.5.0]: https://github.com/philips-labs/terraform-aws-github-runner/releases/tag/v0.4.0..v0.5.0 diff --git a/examples/default/lambdas-download/main.tf b/examples/default/lambdas-download/main.tf index bf9a0e8168..d99cd1d46d 100644 --- a/examples/default/lambdas-download/main.tf +++ b/examples/default/lambdas-download/main.tf @@ -3,15 +3,15 @@ module "lambdas" { lambdas = [ { name = "webhook" - tag = "v0.8.0" + tag = "v0.9.0" }, { name = "runners" - tag = "v0.8.0" + tag = "v0.9.0" }, { name = "runner-binaries-syncer" - tag = "v0.8.0" + tag = "v0.9.0" } ] } diff --git a/examples/permissions-boundary/lambdas-download/main.tf b/examples/permissions-boundary/lambdas-download/main.tf index bf9a0e8168..d99cd1d46d 100644 --- a/examples/permissions-boundary/lambdas-download/main.tf +++ b/examples/permissions-boundary/lambdas-download/main.tf @@ -3,15 +3,15 @@ module "lambdas" { lambdas = [ { name = "webhook" - tag = "v0.8.0" + tag = "v0.9.0" }, { name = "runners" - tag = "v0.8.0" + tag = "v0.9.0" }, { name = "runner-binaries-syncer" - tag = "v0.8.0" + tag = "v0.9.0" } ] } diff --git a/modules/download-lambda/README.md b/modules/download-lambda/README.md index f4899d6fe5..00e40c3d17 100644 --- a/modules/download-lambda/README.md +++ b/modules/download-lambda/README.md @@ -10,15 +10,15 @@ module "lambdas" { lambdas = [ { name = "webhook" - tag = "v0.8.0" + tag = "v0.9.0" }, { name = "runners" - tag = "v0.8.0" + tag = "v0.9.0" }, { name = "runner-binaries-syncer" - tag = "v0.8.0" + tag = "v0.9.0" } ] } @@ -32,20 +32,20 @@ No requirements. ## Providers | Name | Version | -|------|---------| -| null | n/a | +| ---- | ------- | +| null | n/a | ## Inputs -| Name | Description | Type | Default | Required | -|------|-------------|------|---------|:--------:| -| lambdas | Name and tag for lambdas to download. |
list(object({
name = string
tag = string
}))
| n/a | yes | +| Name | Description | Type | Default | Required | +| ------- | ------------------------------------- | --------------------------------------------------------------------------- | ------- | :------: | +| lambdas | Name and tag for lambdas to download. |
list(object({
name = string
tag = string
}))
| n/a | yes | ## Outputs -| Name | Description | -|------|-------------| -| files | n/a | +| Name | Description | +| ----- | ----------- | +| files | n/a |