Skip to content

Releases: piraces/azure-devops-bicep-task

0.5.1

09 Apr 19:02
Compare
Choose a tag to compare

Changes

  • Rollback azure-pipelines-tool-lib to a previous version due to unexpected behaviour.

Note: releases between 0.4.5 and 0.5.1 (this not included) are not stable and should be avoided.

0.4.9

09 Apr 14:53
Compare
Choose a tag to compare

Changes

  • Rollback typescript version for now.

0.4.8

09 Apr 14:15
Compare
Choose a tag to compare

Changes

  • Rollback glob and axios versions due to incompatibilities

0.4.6

09 Apr 12:53
Compare
Choose a tag to compare

Changes

  • #25 "Fix with Glob where path provided has wild card and using backward slash" by @Andrew-D-Wilson
  • Bump all dependencies to latest version
  • Automate extension creation in GitHub workflow

0.4.5

15 Feb 15:06
Compare
Choose a tag to compare

Changes

  • Fixed #24 by dropping GitHub API in favor of URL redirects

0.4.3

14 Feb 18:50
Compare
Choose a tag to compare

Changes

  • Fixed problems with packages and non built files.

0.4.1

12 Feb 13:59
Compare
Choose a tag to compare

Changes

0.3.8

17 Sep 10:36
Compare
Choose a tag to compare

Changes

  • Fixed problems with glob patterns in Windows agents and others by downgrading glob from 8.0.3 to 7.x (fixes #21).

0.3.7

13 Sep 20:08
Compare
Choose a tag to compare

Changes

  • The decompile command for Bicep CLI has changed and it requires to pass an extra argument --force to allow to overwrite existing files. This argument is included by default by now to preserve the original extension behaviour. It will be configurable in future versions.

0.3.6

13 Sep 19:41
Compare
Choose a tag to compare

Changes

  • No changes since 0.3.5. Only task.json and version files have been changed in order to make the extension get the new changes of the tasks. The 0.3.5 version uploaded was invalid due to bad version values.
  • Please do not use version 0.3.5, use 0.3.6 instead.