Releases: pulumi/pulumi-az-pipelines-task
Version 1.0.11
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
This version fixes #64 (thanks to @JasonWhall!).
Install for free from the Visual Studio Marketplace.
Version 1.0.9
- 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
Bump axios to 0.21.1.
Install for free from the Visual Studio Marketplace.
Version 1.0.7
- 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
- Removed the
init
option from thecommand
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 anupdate
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 yourPulumi.yaml
file, OR by passing one of the config flags:--config
,--config-file
,--config-path
to thepreview
, orupdate
command as appropriate.
- Note that if you wish to create a new stack, as well as run a
Version 1.0.5
This version was released on 1/21/2020.
Fix issue with loginArgs not being checked before failing a task.
Version 1.0.4
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
- Allow args to be passed to the
pulumi login
command.
Version 1.0.2
- 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.