-
Notifications
You must be signed in to change notification settings - Fork 629
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat!: replace Amazon Linux 2 by Amazon Linux 2023 as default Linux AMI #3437
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! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Validatinging examples
- default
- multi runners
- pre-build ami
Looks like this is connected to #3534 |
Yes, it is. I successfully ran the PR's runner, and the error has been resolved. |
Any update on this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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](v4.7.0...v5.0.0) (2023-10-27) ### Migration directions See [PR](#3552) for migration directions. ### ⚠ BREAKING CHANGES * remove depcrecated input and output variables ([#3567](#3567)) * Change runner labels to list[string] and apply TFLint ([#3410](#3410)) * replace Amazon Linux 2 by Amazon Linux 2023 as default Linux AMI ([#3437](#3437)) ### Features * replace Amazon Linux 2 by Amazon Linux 2023 as default Linux AMI ([#3437](#3437)) ([35219f5](35219f5)) ### Bug Fixes * Change runner labels to list[string] and apply TFLint ([#3410](#3410)) ([0b398f2](0b398f2)) * remove depcrecated input and output variables ([#3567](#3567)) ([89c8575](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_2022
boolean 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