Skip to content

Releases: DHI-GRAS/azure-multi-deploy-action

Fix pipeline passing despite errors occuring

09 Jun 13:59
Compare
Choose a tag to compare

fix: add a global catch all check (#17)

check PR description for more info

Https only flag

04 Nov 12:55
a0cc4e4
Compare
Choose a tag to compare

It adds the https only flag

Https-only

04 Nov 12:30
Compare
Choose a tag to compare
Https-only Pre-release
Pre-release
1.6.1-debug.0

commit latest build

Storage account with minimum tls version

21 Sep 07:56
6bfbe22
Compare
Choose a tag to compare
1.6.0

update the commend to accomodate new policy changes regarding tls (#15)

Create storage account with minimum tls version

21 Sep 07:44
6bfbe22
Compare
Choose a tag to compare
1.6.0-debug.0

update the commend to accomodate new policy changes regarding tls (#15)

Ignore key in azureDeployConfig

10 May 12:09
8494e16
Compare
Choose a tag to compare

A new key "ignore" can be passed as part of the "azureDeployConfig" that would prevent the respective app/func-app from being deployed.

Different format for staging urls. Further fixes and updates.

19 Apr 08:26
876b737
Compare
Choose a tag to compare
  • Changing the format of the staging accounts from storagestag.azure.account.com/{PrContainer} to storagestag{PrContainer}.azure.account.com.
  • Introduces a new required "azureDeployConfig" input subscriptionId where the subscription of the given resource needs to be provided.
  • Introduces a new optional "azureDeployConfig" input enableCorsApiIds which updates the CORS on Azure Function Apps for with the staging storage accounts. It accepts an array of resource Ids for the Function Apps.
  • Improves readability with colors for logs.

Console colors

04 Apr 10:11
63ce00c
Compare
Choose a tag to compare

It updates the action with colors for the console logs for better readability.

Fixes undefined values for libs

31 Mar 07:19
31dcbb9
Compare
Choose a tag to compare

Due to "lib" package types, the pipeline would be failing with undefined values for subscriptionId. This release fixes that bug by omitting the "lib" package types when getting the packages.

Fix subscriptionId on cleaning deployments

28 Mar 13:47
Compare
Choose a tag to compare
1.3.1

fix cleaning deployment based on subsId