Skip to content

Releases: Bubo-AI/terraform-python-packager

v0.1.3

Choose a tag to compare

@furkantektas furkantektas released this 31 Jan 11:37

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

Choose a tag to compare

@furkantektas furkantektas released this 11 Dec 22:08

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

Choose a tag to compare

@furkantektas furkantektas released this 17 May 12:20

Disable caching for CI/CD pipelines.

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

v.0.1.0

Choose a tag to compare

@furkantektas furkantektas released this 12 Jan 21:40

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