Skip to content

Releases: cake-contrib/Cake.Terraform

0.15.0

28 May 20:26
259d4cd
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

Breaking change

  • #72 Update to target Cake 4.0.0

Feature

  • !97 (#46) enable multiple var files

Where to get it

You can download this release from nuget, or you can just reference it in a cake build script with #addin nuget:?package=Cake.Terraform&version=0.15.0.

SHA256 Hashes of the release artifacts

  • 623ec53f75fd31e9c6f7a53a9151fa8fa93eef75c506fca090e93e950f9fbca2 Cake.Terraform.0.15.0.nupkg

0.14.0

27 May 21:15
fff7b7b
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

Breaking change

  • #71 Update to target Cake 3.0.0

Documentation

  • #92 Update Git Release Manager config, so we get the cool comments on issues

Where to get it

You can download this release from nuget, or you can just reference it in a cake build script with #addin nuget:?package=Cake.Terraform&version=0.14.0.

SHA256 Hashes of the release artifacts

  • c6c85667024f7f2aefe1fb001d133d4fd9a8691c770c85468af56a2e2de85727 Cake.Terraform.0.14.0.nupkg

0.13.0

26 May 22:32
a2b3bc5
Compare
Choose a tag to compare

As part of this release we had 3 issues closed.

Breaking change

  • #70 Update to target Cake 2.0.0

0.12.0

26 May 21:03
4ec4fc5
Compare
Choose a tag to compare

As part of this release we had 17 issues closed.

Breaking change

  • #59 Update to target Cake 1.0.0

Documentation

  • #60 Add cake-addin tag to Cake.Terraform NuGet package
  • #61 Update Cake.Terraform NuGet package icon to the new Cake-Contrib logo for Cake addins
  • #69 Readme should be included in nupkg

Features

  • #40 Output Support
  • #55 Missing Input and Backend Switches In Apply, Init, and Plan settings
  • !56 Added some missing switches to apply, init, and plan settings
  • #57 Support Terraform Validate
  • !63 Adding destroy attribute to the apply

0.11.0

01 Sep 16:05
Compare
Choose a tag to compare

As part of this release we had 4 issues closed.

Breaking change

  • #41 Recommended changes resulting from automated audit

Feature

  • #49 Terraform Refresh support

Improvements

  • #51 Add support for -parallelism to terraform apply
  • #50 General Repository/Project update

v0.10.0

13 Aug 13:41
af4f7ef
Compare
Choose a tag to compare
  • Enable -auto-approve workflow that was introduced in Terraform 0.10.0 (#34)
  • Aligned version number with terraform minimum supported version

v0.6.1

12 Oct 09:50
Compare
Choose a tag to compare
Merge pull request #36 from erikvanbrakel/develop

v0.6.0

v0.6.0

12 Oct 09:37
Compare
Choose a tag to compare

To align with Terraform v0.10.x, the TerraformEnv* aliases now use the workspace command internally. This means it won't work with Terraform v0.9.x and lower!

v0.5.1

11 Oct 08:59
Compare
Choose a tag to compare

Make sure TerraformEnvList returns a list of the environments.

v0.5.0

01 Jul 18:40
Compare
Choose a tag to compare
  • Add support for .NET Standard.
  • Add support for backend config overrides (#24)
  • Add additional flags to terraform init (#25)
  • Add Cake-Contrib Icon (#27, #29)
  • Add support for env command (#26, #28)