Skip to content
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

decouple ami_version across ami families #202

Merged
merged 1 commit into from
Feb 9, 2024
Merged

Conversation

singholt
Copy link
Contributor

@singholt singholt commented Feb 9, 2024

Summary

This PR decouples ami_version across ami families. This is because we do packer inspect during our AMI builds via ./packer inspect. This gets the ami_version from the last read release-{al1/al2/al2023}.auto.pkrvars.hcl file. Hence we need to make the ami_version a unique key across the different release configs.

Implementation details

rename ami_version to ami_version_{al1/al2/al2023}.

Testing

New tests cover the changes: N/A

Ran ./scripts/check-update.sh to generate the release config files.

Description for the changelog

bugfix: decouple ami_version across ami families

Licensing

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@singholt singholt merged commit b7f23c2 into aws:main Feb 9, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants