Skip to content

Releases: pulumi/pulumi-az-pipelines-task

Version 1.0.11

20 May 18:36
76cca17
Compare
Choose a tag to compare

With this release the Pulumi task extension no longer modifies DOTNET_CLI_HOME by default. See our troubleshooting section for more info. Related to #40. (Thanks again to @JasonWhall!)

Install for free from the Visual Studio Marketplace.

Version 1.0.10

06 May 17:36
e5f5edb
Compare
Choose a tag to compare

This version fixes #64 (thanks to @JasonWhall!).

Install for free from the Visual Studio Marketplace.

Version 1.0.9

13 Apr 15:43
51c5154
Compare
Choose a tag to compare
  • Add the extracted tool path to the tool cache dir. (fixes #59)
  • Create the stack using the -c flag if the CLI version is newer than 1.10.0. (closes #38, closes #53)
  • Make the pulumi command optional so that users can use the task to simply install the CLI.

Install for free from the Visual Studio Marketplace.

Version 1.0.8

22 Jan 01:49
9812236
Compare
Choose a tag to compare

Bump axios to 0.21.1.

Install for free from the Visual Studio Marketplace.

Version 1.0.7

28 Oct 17:12
764f4c0
Compare
Choose a tag to compare
  • Map step env vars to the login command environment
  • Set AZURE_* env vars from the Service Connection in addition to the ARM_* env vars

Install for free from the Visual Studio Marketplace.

Version 1.0.6

06 Feb 23:15
Compare
Choose a tag to compare
  • Removed the init option from the command drop-down.
  • Added a new options group called Advanced Options.
  • Added a new option under the Advanced Options group to let users specify if they would like to create the stack if it does not exist.
    • Note that if you wish to create a new stack, as well as run a preview or an update on a newly-created stack -- all in one step, you will need to ensure that the new stack has configuration relevant to your Pulumi app. You can do that by either creating a stack config YAML file in the build sources directory, co-located with your Pulumi.yaml file, OR by passing one of the config flags: --config, --config-file, --config-path to the preview, or update command as appropriate.

Version 1.0.5

21 Jan 18:01
Compare
Choose a tag to compare

This version was released on 1/21/2020.

Fix issue with loginArgs not being checked before failing a task.

Version 1.0.4

21 Jan 17:55
Compare
Choose a tag to compare

This version was released on 12/17/2019.

Add the Node process' env map to the environment of the tool runner that runs the Pulumi CLI.

Version 1.0.3

17 Dec 19:27
Compare
Choose a tag to compare
  • Allow args to be passed to the pulumi login command.

Version 1.0.2

03 Dec 17:56
Compare
Choose a tag to compare
  • Allow logging in using Azure Storage backend (requires specifying either the ARM_ env vars or an Azure Service Connection for your DevOps Project.)
  • Pass environment variables defined in the build agent to the Pulumi CLI. This enables using this task extension to deploy to any of the cloud providers supported by Pulumi.