Skip to content

Releases: shibayan/keyvault-acmebot

v4.0.8

26 Mar 17:31
55027fa
Compare
Choose a tag to compare

Improvements

  • Improvement DNS-01 error message (#576)

v4.0.7

20 Mar 07:20
cddd1ef
Compare
Choose a tag to compare

Improvements

  • Update Bicep version (#564)
  • Improvement README (#563)
  • Update to latest Bicep version (#571)
  • Update NuGet packages (#570)

v4.0.6

10 Feb 06:55
6c6431f
Compare
Choose a tag to compare

Improvements

  • Change DefaultAzureCredential instance to singleton (#554)

Bug fixes

  • Update Azure.Identity and nuget packages (#560)

v4.0.5

14 Jan 05:17
610c609
Compare
Choose a tag to compare

Improvements

  • Update ARM and bicep version (#542)
  • Fixed set-output workflow function (#546)
  • Update README.md format (#538)
  • Fixed README forks badge link (#550)

Bug fixes

  • Update NuGet packages (#553)

v4.0.4

07 Dec 08:36
c3e73c7
Compare
Choose a tag to compare

New Features

  • Added support for Azure Private DNS (Experimental) (#530)

Improvements

  • Update Azure DNS and other packages (#541)

v4.0.3

29 Nov 14:30
32993a7
Compare
Choose a tag to compare

Improvements

  • Update bicep and api version (#539)
  • Update NuGet packages (#540)

v4.0.2

29 Oct 17:21
2045061
Compare
Choose a tag to compare

New Features

  • Adding new app role for revoke certificate (#532)

Improvements

  • Update NuGet packages (#533)

v4.0.1

20 Sep 15:25
16a9636
Compare
Choose a tag to compare

Improvements

  • Update NuGet packages (#522)
  • Update NuGet packages (#524)

v4.0.0

02 Sep 06:45
73db3bf
Compare
Choose a tag to compare

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

16 Aug 15:38
060508f
Compare
Choose a tag to compare
v4.0.0-preview4 Pre-release
Pre-release

Bug fixes

  • Fixed Custom DNS Provider not working (#514)