Skip to content

Latest commit

 

History

History
233 lines (123 loc) · 9.35 KB

CHANGELOG.md

File metadata and controls

233 lines (123 loc) · 9.35 KB

CHANGELOG

v0.4.1 (2024-06-20)

Chore

  • chore: fix release command (763fcf3)

  • chore: publish command fix (47ddf71)

  • chore: update semantic_release config (632c665)

  • chore: update dependencies (d57b23a)

  • chore: update GitHub Actions to use latest versions (4a218f3)

  • chore: dependencies update (40d9741)

Fix

  • fix: update to Python 3.11, use complete-platform JSON

The latest supported AWS Lambda runtime is Python 3.11, so upgrade from Python 3.9 to Python 3.11. To avoid falling into #166, specify a complete-platform.json file, generated using pex3 interpreter inspect --markers --tags in an AWS Lambda Python 3.11 runtime.

Fixes #166 (20c8d92)

Unknown

  • Delete .github/workflows/codeql-analysis.yml (96c6bc2)

  • Delete .github/dependabot.yml (6244cb4)

  • Update devcontainer.json (24397ba)

v0.4.0 (2022-12-28)

Feature

  • feat: remove secrets listing to reduce required AWS permissions

closes #107 (b16cc62)

Unknown

v0.3.0 (2022-12-28)

Chore

Feature

  • feat: dependencies update (56c67e5)

Unknown

v0.2.4 (2022-07-30)

Fix

  • fix: credentials file fix (2e563f1)

Unknown

v0.2.3 (2022-07-30)

Chore

  • chore(deps): bump boto3 from 1.24.40 to 1.24.41

Bumps boto3 from 1.24.40 to 1.24.41.


updated-dependencies:

  • dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ...

Signed-off-by: dependabot[bot] <[email protected]> (950599e)

Documentation

Fix

  • fix: fix dependency issue, add google cloud function support (01630d0)

Test

Unknown

  • Merge pull request #7 from KiraLT/dependabot/pip/boto3-1.24.41

chore(deps): bump boto3 from 1.24.40 to 1.24.41 (0bdb5f5)

v0.2.2 (2022-07-29)

Chore

Ci

  • ci: remove poetry cache (d22cf8e)

Fix

v0.2.1 (2022-07-29)

Chore

Fix

  • fix: dependencies update and settings fix (0264d8f)

v0.2.0 (2022-07-23)

Chore

Feature

  • feat: credentials file, propagation seconds and custom certbot args support

Add ability to specify credentials, propagation seconds and custom certbot args by passing environment variables.

closes #1 (8ba38bd)

v0.1.2 (2022-01-19)

Documentation

  • docs: update CONTRIBUTING.md (758ef7d)

Feature

  • feat: certbot ability to specify preferred chain to remove expired DST Root CA X3 cert (9ddab81)

Fix

Unknown

  • Merge branch 'main' of github.com:KiraLT/certbot-lambda (ccc7b7e)

v0.1.1 (2022-01-18)

Fix

  • fix: support asterisk and multiple domains (9e299e7)

v0.1.0 (2022-01-18)

Breaking

  • feat: first release

BREAKING CHANGE: first release (569ca9a)

Chore

Documentation

Feature

  • feat: ability to change AWS secret description (963a47c)

  • feat: auto-release and certs validation (bf63ae4)

Unknown