-
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: 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.
-
Delete .github/workflows/codeql-analysis.yml (
96c6bc2
) -
Delete .github/dependabot.yml (
6244cb4
) -
Update devcontainer.json (
24397ba
)
- feat: remove secrets listing to reduce required AWS permissions
closes #107 (b16cc62
)
- Merge branch 'main' of https://github.com/KiraLT/certbot-lambda (
1a5963f
)
- feat: dependencies update (
56c67e5
)
- fix: credentials file fix (
2e563f1
)
- Merge branch 'main' of https://github.com/KiraLT/certbot-lambda (
a7c1620
)
- 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] <support@github.com> (950599e
)
- docs: README update (
a7e318a
)
- fix: fix dependency issue, add google cloud function support (
01630d0
)
- 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
)
- ci: remove poetry cache (
d22cf8e
)
- fix: release ci (
331a18f
)
-
chore: release ci fix (
3908fde
) -
chore: release fix (
4d9530b
) -
chore: ci fix (
79f9920
) -
chore: fix release ci (
e0ec429
) -
chore: ci update (
1f22f8d
)
- fix: dependencies update and settings fix (
0264d8f
)
- chore: CodeQL workflow (
3bec9e3
)
- 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
)
- docs: update CONTRIBUTING.md (
758ef7d
)
- feat: certbot ability to specify preferred chain to remove expired DST Root CA X3 cert (
9ddab81
)
- fix: code improvements (
4777178
)
- Merge branch 'main' of github.com:KiraLT/certbot-lambda (
ccc7b7e
)
- fix: support asterisk and multiple domains (
9e299e7
)
- feat: first release
BREAKING CHANGE: first release (569ca9a
)