feat!: replace Amazon Linux 2 by Amazon Linux 2023 as default Linux AMI#3437
feat!: replace Amazon Linux 2 by Amazon Linux 2023 as default Linux AMI#3437npalm merged 17 commits intogithub-aws-runners:nextfrom
Conversation
|
Working right now on addressing the latest comment from #3293. |
Add `runner_amazon_linux_2022` boolean variable Get rid of amazon linux 2022 config option Make PR changes even smaller Update all references to amzn2. Also bump to al2023 (latest supported version) Add the al2023 packer file curl comes shipped with al2023
080e2d0 to
affea44
Compare
|
@GuptaNavdeep1983, I've fixed the @npalm, tagging you on this as well, as you were the "reviewer" on the old PR. |
|
any update on this? seems that packer check failed due rate limit |
…orm-aws-github-runner into eb/2848-al2023-support
|
I've pushed up a change that resolves the two PR comments. Thanks @wangzw! |
npalm
left a comment
There was a problem hiding this comment.
Just checked the PR with mult-runner example. Both the arm64 and amazon linux runners are not coming online. On the x64 runner looks like the curl installation is failing.
You are right, curl-minimal is installed by default, and conflict with curl, I forget to mention that. |
So should we remove the |
I do not think Default |
|
Looks good to me, but you need to fix the conflicts. |
|
@eabrouwer3 I was updating a runner to Linux 2023 recently too and have two comments:
|
|
Will test the PR asap. Would like to get the PR merged with other breaking changes planned. |
|
Looks like this is connected to https://github.com/philips-labs/terraform-aws-github-runner/issues/3534 |
Yes, it is. I successfully ran the PR's runner, and the error has been resolved. |
|
Any update on this? |
npalm
left a comment
There was a problem hiding this comment.
Tested an all good. I will merge the PR into next. We planning to combine a few breaking changes and release next week.
…MI (#3437) Replaces Amazon lLnux 2 (default) by Amazon Linux 2023. Impact for anyone relying on the default setup provided by the module. --------- Co-authored-by: Niek Palm <npalm@users.noreply.github.com>
…MI (#3437) Replaces Amazon lLnux 2 (default) by Amazon Linux 2023. Impact for anyone relying on the default setup provided by the module. --------- Co-authored-by: Niek Palm <npalm@users.noreply.github.com>
🤖 I have created a release *beep* *boop* --- ## [5.0.0](philips-labs/terraform-aws-github-runner@v4.7.0...v5.0.0) (2023-10-27) ### Migration directions See [PR](https://github.com/philips-labs/terraform-aws-github-runner/pull/3552) for migration directions. ### ⚠ BREAKING CHANGES * remove depcrecated input and output variables ([#3567](https://github.com/philips-labs/terraform-aws-github-runner/issues/3567)) * Change runner labels to list[string] and apply TFLint ([#3410](https://github.com/philips-labs/terraform-aws-github-runner/issues/3410)) * replace Amazon Linux 2 by Amazon Linux 2023 as default Linux AMI ([#3437](https://github.com/philips-labs/terraform-aws-github-runner/issues/3437)) ### Features * replace Amazon Linux 2 by Amazon Linux 2023 as default Linux AMI ([#3437](https://github.com/philips-labs/terraform-aws-github-runner/issues/3437)) ([35219f5](philips-labs/terraform-aws-github-runner@35219f5)) ### Bug Fixes * Change runner labels to list[string] and apply TFLint ([#3410](https://github.com/philips-labs/terraform-aws-github-runner/issues/3410)) ([0b398f2](philips-labs/terraform-aws-github-runner@0b398f2)) * remove depcrecated input and output variables ([#3567](https://github.com/philips-labs/terraform-aws-github-runner/issues/3567)) ([89c8575](philips-labs/terraform-aws-github-runner@89c8575)) --- 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>
Add
runner_amazon_linux_2022boolean variableGet rid of amazon linux 2022 config option
Make PR changes even smaller
Update all references to amzn2. Also bump to al2023 (latest supported version)
Add the al2023 packer file