Skip to content

Releases: diodonfrost/terraform-aws-lambda-scheduler-stop-start

3.5.0

27 Aug 18:48
e80836a
Compare
Choose a tag to compare

Features

  • lambda: bump python version to 3.10 (e80836a)

3.4.1

08 Aug 22:43
fbadf17
Compare
Choose a tag to compare

Bug Fixes

  • lambda: use output_base64sha256 directly instead of function filebase64sha256 (a7c348f) thanks to @pvillaverde

3.4.0

14 Jun 19:38
00fdb9d
Compare
Choose a tag to compare

Features

  • autoscaling: terminate instances instead of stopping them (1f6f6f6)

3.3.0

10 Jun 20:44
6c1f16a
Compare
Choose a tag to compare

Features

  • lambda: bump python version to 3.9 (b0eddbb)
  • terraform: add documentdb scheduler (942f713)
  • terraform: add redshift scheduler (68ae759)
  • terraform: trigger update each time python code changes (d2498c6)

3.2.0

04 Jun 18:32
4e053a8
Compare
Choose a tag to compare

Features

3.1.3

26 Feb 23:51
a2e0e2a
Compare
Choose a tag to compare

Bug Fixes

  • variable: rename scheduler tag variable name (a2e0e2a)

3.1.2

26 Feb 12:04
3800d9f
Compare
Choose a tag to compare

Reverts

  • Revert "refactor(tag): renames scheduler tag" (3800d9f)

3.1.1

25 Feb 21:36
8461925
Compare
Choose a tag to compare

Bug Fixes

Features

  • iam: add aws tags on iam role resource (cdf4737)

3.1.0

31 Dec 16:45
4be3160
Compare
Choose a tag to compare

Features

  • cloudwatch: add aws tags on cloudwatch resources (6a579e2)

3.0.1

04 Dec 12:39
41f16cd
Compare
Choose a tag to compare

Bug Fixes

  • lambda: add git version in the filename used by lambda (4aa887e)
  • lambda: removing source_code_hash param (c813a0f)

Chore

  • gitignore: ignore dependency lockfile (41ba586)

Refactor

  • python: add utf-8 header encoding (4aa887e)
  • terraform: apply terraform fmt (a51e4d6)

Tests

  • pytest: set python_path directly in pytest.ini (a2bceb3)
  • sanity: stop sanity script when error is found (a22e396)
  • pytest: update python packages requirements (c9904ca)

CI

  • travis-ci: removing travis-ci pipeline (68a2827)
  • tflint: update terraform version (60eaa5a)
  • linting: sparse github-action steps (33b746a)