Releases: Bubo-AI/terraform-python-packager
Releases · Bubo-AI/terraform-python-packager
v0.1.3
Removed the trigger introduced in version 0.1.2 to avoid an issue where an empty zip file was created. This caused failures in plan and apply commands when the state stored the unchanged source hash and the /tmp directory was removed after a system reboot. To ensure the package is always available, we now rebuild it every time, compromising on build time.
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Add trigger to python packaging resource to ensure that the package is rebuilt when the source code changes and fix the initial build.
v0.1.1
Disable caching for CI/CD pipelines.
Full Changelog: v0.1.0...v0.1.1
v.0.1.0
Initial version. Tested against x86_64 AWS Lambda functions with Python 3.9.