Releases: shibayan/keyvault-acmebot
Releases · shibayan/keyvault-acmebot
v4.0.0
Announcements
Acmebot v4 has been migrated to Azure Functions v4. Acmebot v3 is strongly recommended to upgrade to v4 before support for Azure Functions v3 EOL.
Migration Guide
Upgrading to Acmebot v4 is completed by simply changing two values in the App Settings of Azure Functions.
FUNCTIONS_EXTENSION_VERSION
= ~4
WEBSITE_RUN_FROM_PACKAGE
= https://stacmebotprod.blob.core.windows.net/keyvault-acmebot/v4/latest.zip
v4.0.0-preview4
Bug fixes
- Fixed Custom DNS Provider not working (#514)
v4.0.0-preview3
Improvements
- Update latest GitHub Actions (#508)
- Update NuGet packages (#513)
Bug fixes
- Fixed crash when Link header does not exist (#512)
v4.0.0-preview2
Improvements
- Upgrade to Acmebot v4 for Deployment (#502)
- Use new version of Azure.ResourceManager.Dns SDK (#505)
Bug fixes
- Fixed NS validation using Cloudflare custom name server (#506)
v4.0.0-preview1
New Features
- Improvement multiple DNS providers (#484)
- Support Multiple ACME CA (#483)
Improvements
- Upgrade to Acmebot v4 (#361)
- Update NuGet packages (#486)
- Improvement DNS provider registration (#487)
- Update NuGet packages and bicep (#499)
Bug fixes
- Fixed ACME order status validation (#498)
v3.7.8
Improvements
- Improvement bicep module (#477)
- Update NuGet packages (#480)
v3.7.7
Improvements
- Update NuGet packages (#455)
- Start delay increased to 600 seconds to prevent throttling (#468)
- Update NuGet packages (#469)
Bug fixes
- Update to latest ACMESharpCore (#467)
- Fixed publish workflow error (#470)
v3.7.6
- Move requirements section (#446)
- Improvement feature support section (#447)
- Changed the execution timing of update triggers to daily (#448)
- Adding RenewBeforeExpiry option (#453)
v3.7.5
- Adding bicep template (#422)
- Fixed to prevent revocation of expired certificates (#430)
v3.7.4
Improvements
- Adding add-certificate to dashboard migration (#416)
- Update NuGet packages (#417)
- Update ARM Template to latest api-version (#332)