Skip to content

Commit

Permalink
chore(release): 0.13.1 [skip ci]
Browse files Browse the repository at this point in the history
### [0.13.1](v0.13.0...v0.13.1) (2021-06-01)

### Bug Fixes

* .gitignore for 'secrets.auto.tfvars' ([38d7df0](38d7df0))
* Add some essential dependecies on ubuntu example ([0079d16](0079d16))
* fail to download wrong tag of lambda ([#840](#840)) ([1112ca8](1112ca8))
* increase runner sync lambda memory setting and upgrade npm dependencies ([#844](#844)) ([b9e36e9](b9e36e9))
* revert dependency updates on runner module ([#784](#784)) ([76cdbe3](76cdbe3))
* ubuntu example runner_log_files variable ([5b3fc5b](5b3fc5b))
* ubuntu example to log syslog instead of messages ([#785](#785)) ([fb3e5d2](fb3e5d2))
* Update ubuntu example with assume_role comment ([2478daf](2478daf))
* upgrade runner module to support upgrade octokit auth-app ([#786](#786)) ([e110318](e110318))
* **docs:** fix variable name create_service_linked_role_spot in readme ([#750](#750)) ([42b0427](42b0427)), closes [#736](#736)
  • Loading branch information
semantic-release-bot committed Jun 1, 2021
1 parent b9e36e9 commit ff2791a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

### [0.13.1](https://github.com/philips-labs/terraform-aws-github-runner/compare/v0.13.0...v0.13.1) (2021-06-01)


### Bug Fixes

* .gitignore for 'secrets.auto.tfvars' ([38d7df0](https://github.com/philips-labs/terraform-aws-github-runner/commit/38d7df0f86581ea3a1f64b2673707cd0427eb8e3))
* Add some essential dependecies on ubuntu example ([0079d16](https://github.com/philips-labs/terraform-aws-github-runner/commit/0079d16b809fbb7391353e97bce429e295973dd5))
* fail to download wrong tag of lambda ([#840](https://github.com/philips-labs/terraform-aws-github-runner/issues/840)) ([1112ca8](https://github.com/philips-labs/terraform-aws-github-runner/commit/1112ca8bb2da87cfe93fea17a8070fac8bd3598b))
* increase runner sync lambda memory setting and upgrade npm dependencies ([#844](https://github.com/philips-labs/terraform-aws-github-runner/issues/844)) ([b9e36e9](https://github.com/philips-labs/terraform-aws-github-runner/commit/b9e36e9393c932b71817adefba411e420ba3aa65))
* revert dependency updates on runner module ([#784](https://github.com/philips-labs/terraform-aws-github-runner/issues/784)) ([76cdbe3](https://github.com/philips-labs/terraform-aws-github-runner/commit/76cdbe3605269ca64e532b1f850de727ad85658f))
* ubuntu example runner_log_files variable ([5b3fc5b](https://github.com/philips-labs/terraform-aws-github-runner/commit/5b3fc5b59242224ef3662c0bbf61f3346d880c5e))
* ubuntu example to log syslog instead of messages ([#785](https://github.com/philips-labs/terraform-aws-github-runner/issues/785)) ([fb3e5d2](https://github.com/philips-labs/terraform-aws-github-runner/commit/fb3e5d28a018e55bb0cef1697173c8aa70bf8a42))
* Update ubuntu example with assume_role comment ([2478daf](https://github.com/philips-labs/terraform-aws-github-runner/commit/2478daf7efb41da343a157b4001801704d25a648))
* upgrade runner module to support upgrade octokit auth-app ([#786](https://github.com/philips-labs/terraform-aws-github-runner/issues/786)) ([e110318](https://github.com/philips-labs/terraform-aws-github-runner/commit/e110318d5c06d073f6af0d410c06d6d48eed0724))
* **docs:** fix variable name create_service_linked_role_spot in readme ([#750](https://github.com/philips-labs/terraform-aws-github-runner/issues/750)) ([42b0427](https://github.com/philips-labs/terraform-aws-github-runner/commit/42b0427dd0bc25251a160033a3f1d78f6f386d5d)), closes [#736](https://github.com/philips-labs/terraform-aws-github-runner/issues/736)

## [0.13.0](https://github.com/philips-labs/terraform-aws-github-runner/compare/v0.12.0...v0.13.0) (2021-03-28)


Expand Down

0 comments on commit ff2791a

Please sign in to comment.