Skip to content

Commit

Permalink
Bump python-packager version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
furkantektas committed May 17, 2022
1 parent efae7ed commit 457fd59
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.5.4] - 2022-05-17

- Bump [`terraform-python-packager`](https://github.com/Bubo-AI/terraform-python-packager) version to `v0.1.1` which disables caching and slows it down in favour of idempotency and to support CI/CD pipelines.
2 changes: 1 addition & 1 deletion lambda.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "python_packager" {
source = "github.com/Bubo-AI/terraform-python-packager?ref=v0.1.0"
source = "github.com/Bubo-AI/terraform-python-packager?ref=v0.1.1"
src_dir = "${path.module}/lambda/source"
package_name = "${path.module}/sftp-idp.zip"
}
Expand Down

0 comments on commit 457fd59

Please sign in to comment.