|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -<<<<<<< HEAD |
4 | 3 | ## [1.13.0](https://github.com/philips-labs/terraform-aws-github-runner/compare/v1.12.0...v1.13.0) (2022-10-14)
|
5 | 4 |
|
6 | 5 |
|
7 | 6 | ### Features
|
8 | 7 |
|
9 | 8 | * Experimental feature - Duplicate workflow job event to extra queue ([#2268](https://github.com/philips-labs/terraform-aws-github-runner/issues/2268)) ([985e722](https://github.com/philips-labs/terraform-aws-github-runner/commit/985e722229ce464235d206484df3d989db03e143))
|
10 |
| -======= |
11 |
| -## [2.0.0-next.1](https://github.com/philips-labs/terraform-aws-github-runner/compare/v1.12.0...v2.0.0-next.1) (2022-10-19) |
12 |
| - |
13 |
| - |
14 |
| -### ⚠ BREAKING CHANGES |
15 |
| - |
16 |
| -* **ci:** |
17 |
| - |
18 |
| -### Features |
19 |
| - |
20 |
| -* Add multi-runner capability ([#2472](https://github.com/philips-labs/terraform-aws-github-runner/issues/2472)) ([c08b335](https://github.com/philips-labs/terraform-aws-github-runner/commit/c08b335ade4e16a89d6e1068d7226c16b1eb1450)), closes [#2521](https://github.com/philips-labs/terraform-aws-github-runner/issues/2521) [#2519](https://github.com/philips-labs/terraform-aws-github-runner/issues/2519) |
21 |
| -* Experimental feature - Duplicate workflow job event to extra queue ([#2268](https://github.com/philips-labs/terraform-aws-github-runner/issues/2268)) ([ac046b8](https://github.com/philips-labs/terraform-aws-github-runner/commit/ac046b8eb2a0d2d5e2219ae9ee0023fd8bdf7460)) |
22 |
| -* Remove old scale down mechanism (< 0.19.0) ([#2519](https://github.com/philips-labs/terraform-aws-github-runner/issues/2519)) ([721d7c3](https://github.com/philips-labs/terraform-aws-github-runner/commit/721d7c3287fd3e0caa57942d0d830b072d90c433)) |
23 |
| -* Remove support check_run ([#2521](https://github.com/philips-labs/terraform-aws-github-runner/issues/2521)) ([272a293](https://github.com/philips-labs/terraform-aws-github-runner/commit/272a293613d3a1da360f0d61bff92d16ea64216c)) |
24 |
| - |
25 |
| - |
26 |
| -### Miscellaneous Chores |
27 |
| - |
28 |
| -* **ci:** Enable ci for next branch ([48769ca](https://github.com/philips-labs/terraform-aws-github-runner/commit/48769cacc53657ac740537a9dc63d4628b8c2562)), closes [#2472](https://github.com/philips-labs/terraform-aws-github-runner/issues/2472) [#2517](https://github.com/philips-labs/terraform-aws-github-runner/issues/2517) [#2521](https://github.com/philips-labs/terraform-aws-github-runner/issues/2521) [#2517](https://github.com/philips-labs/terraform-aws-github-runner/issues/2517) [#2519](https://github.com/philips-labs/terraform-aws-github-runner/issues/2519) [#2517](https://github.com/philips-labs/terraform-aws-github-runner/issues/2517) |
29 |
| ->>>>>>> e694884 (chore(release): 2.0.0-next.1 [skip ci]) |
30 | 9 |
|
31 | 10 | ## [1.12.0](https://github.com/philips-labs/terraform-aws-github-runner/compare/v1.11.0...v1.12.0) (2022-10-12)
|
32 | 11 |
|
|
729 | 708 | - Fix missing permissions for CloudWatch Agent #445 @bennettp123
|
730 | 709 | - Swap scale up/scale down timeout description #468 @jonico
|
731 | 710 | - Fix for invalid configuration #466 @jonico
|
732 |
| -- Add ssm:GetParameter to runner-ssm-parameters #446 @bennettp123 |
| 711 | +- Add ssm:GetParameter to runner-ssm-parameters #446 @bennettp123 |
733 | 712 | - Replace crypto #429
|
734 | 713 | - Scale up lambda deprecated attribute #410
|
735 | 714 |
|
@@ -766,17 +745,17 @@ terraform state rm $RESOURCE
|
766 | 745 | ### Added
|
767 | 746 |
|
768 | 747 | - Allow operator to pass in a list of managed IAM policy ARNs for the runner role #361 @jpalomaki
|
769 |
| -- expand options for sourcing lambda to include S3 #292 @eky5006 |
| 748 | +- expand options for sourcing lambda to include S3 #292 @eky5006 |
770 | 749 |
|
771 | 750 | ## [0.6.0] - 2020-10-10
|
772 | 751 |
|
773 | 752 | ### Added
|
774 | 753 |
|
775 |
| -- Only allow tagging and termination of runner instances #201 @jpalomaki |
| 754 | +- Only allow tagging and termination of runner instances #201 @jpalomaki |
776 | 755 |
|
777 | 756 | ### Fixed
|
778 | 757 |
|
779 |
| -- Fix pagination with listing self-hosted runners #202 @HenryNguyen5 |
| 758 | +- Fix pagination with listing self-hosted runners #202 @HenryNguyen5 |
780 | 759 |
|
781 | 760 |
|
782 | 761 | ## [0.5.0] - 2020-08-25
|
|
0 commit comments