Skip to content

Releases: Bubo-AI/terraform-python-packager

v0.1.3

31 Jan 11:37
Compare
Choose a tag to compare

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

11 Dec 22:08
Compare
Choose a tag to compare

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

17 May 12:20
Compare
Choose a tag to compare

Disable caching for CI/CD pipelines.

Full Changelog: v0.1.0...v0.1.1

v.0.1.0

12 Jan 21:40
Compare
Choose a tag to compare

Initial version. Tested against x86_64 AWS Lambda functions with Python 3.9.