Commit ee4b92f
authored
chore(main): release 6.0.0 (#4316)
🤖 I have created a release *beep* *boop*
---
##
[6.0.0](philips-labs/terraform-aws-github-runner@v5.21.0...v6.0.0)
(2024-12-20)
This release contains several breaking changes
- Terraform AWS provider minimal version is upgraded to support node 22
- EventBridge is used by default, opt out can be configured
- FIFO queued are removed, an update will re-crate all queues. This can
cause loss of messages. When the EventBridge is enabled messages can be
replayed if needed.
- Deprecated variables are removed
### ⚠ BREAKING CHANGES
* Enable eventbridge by default
([#4320](https://github.com/philips-labs/terraform-aws-github-runner/issues/4320))
* remove deprecated metric feature flag
([#4319](https://github.com/philips-labs/terraform-aws-github-runner/issues/4319))
* Upgrade Node to 22 (LTS)
([#4318](https://github.com/philips-labs/terraform-aws-github-runner/issues/4318))
* remove deprecated variables
([#4073](https://github.com/philips-labs/terraform-aws-github-runner/issues/4073))
* Remove FIFO queues
([#4072](https://github.com/philips-labs/terraform-aws-github-runner/issues/4072))
* remove deprecated runners_scale_up_Lambda_memory_size as it breaks
CDKTF
([#4276](https://github.com/philips-labs/terraform-aws-github-runner/issues/4276))
### Features
* Enable eventbridge by default
([#4320](https://github.com/philips-labs/terraform-aws-github-runner/issues/4320))
([142bb61](philips-labs/terraform-aws-github-runner@142bb61))
* Upgrade Node to 22 (LTS)
([#4318](https://github.com/philips-labs/terraform-aws-github-runner/issues/4318))
([c5d4693](philips-labs/terraform-aws-github-runner@c5d4693))
### Bug Fixes
* broken docs after removing examples
([#4321](https://github.com/philips-labs/terraform-aws-github-runner/issues/4321))
([7171215](philips-labs/terraform-aws-github-runner@7171215))
* remove deprecated metric feature flag
([#4319](https://github.com/philips-labs/terraform-aws-github-runner/issues/4319))
([70105b4](philips-labs/terraform-aws-github-runner@70105b4))
* remove deprecated runners_scale_up_Lambda_memory_size as it breaks
CDKTF
([#4276](https://github.com/philips-labs/terraform-aws-github-runner/issues/4276))
([a2280f7](philips-labs/terraform-aws-github-runner@a2280f7))
* remove deprecated variables
([#4073](https://github.com/philips-labs/terraform-aws-github-runner/issues/4073))
([099c78d](philips-labs/terraform-aws-github-runner@099c78d))
* Remove FIFO queues
([#4072](https://github.com/philips-labs/terraform-aws-github-runner/issues/4072))
([2f20a8b](philips-labs/terraform-aws-github-runner@2f20a8b))
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Co-authored-by: forest-releaser[bot] <80285352+forest-releaser[bot]@users.noreply.github.com>1 parent e52de18 commit ee4b92f
1 file changed
+26
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
3 | 29 | | |
4 | 30 | | |
5 | 31 | | |
| |||
0 commit comments