Terraform Support Release Notes

3.0.0 (July 16, 2023)

As part of this release we had 3 issues closed.

Requirements

  • Cake 3.x
  • Cake.Issues 3.x
  • Targeting .NET 6 and .NET 7

Breaking changes

  • #44 Multi-Target .NET 6 & 7 instead of .NET Core 3.1, 5 & 6 by @pascalberger
  • #45 Update to Cake 3.0 by @pascalberger
  • #46 Build against Cake.Issues 3.0 by @pascalberger

Full Changelog: https://github.com/cake-contrib/Cake.Issues.Terraform/compare/2.0.0...3.0.0

3.0.0-beta.1 (June 22, 2023)

As part of this release we had 3 issues closed.

Requirements

  • Cake 3.x
  • Cake.Issues 3.0 Beta 1
  • Targeting .NET 6 and .NET 7

Breaking changes

  • #44 Multi-Target .NET 6 & 7 instead of .NET Core 3.1, 5 & 6 by @pascalberger
  • #45 Update to Cake 3.0 by @pascalberger
  • #46 Build against Cake.Issues 3.0 by @pascalberger

Full Changelog: https://github.com/cake-contrib/Cake.Issues.Terraform/compare/2.0.0...3.0.0-beta.1

2.0.0 (December 09, 2022)

As part of this release we had 3 issues closed.

Requirements

  • Cake 2.x
  • Cake.Issues 2.x
  • Targeting .NET Core 3.1, .NET 5 and .NET 6

Breaking changes

  • #14 Multi-Target .NET Core 3.1, 5 & 6 instead of .NET Standard 2.0 by @pascalberger
  • #15 Update to Cake 2.0 by @pascalberger
  • #21 Build against Cake.Issues 2.0 by @pascalberger

Chores

  • #7 Update depandabot configuration by @pascalberger
  • #25 Build with Visual Studio 2022 by @pascalberger
  • #28 Ignore Cake 2.x updates by @pascalberger
  • #29 Build using Cake .NET tool by @pascalberger
  • #30 Build with Cake Recipe 3.0 by @pascalberger
  • #31 Enable publishing to GitHub Packages by @pascalberger

Full Changelog: https://github.com/cake-contrib/Cake.Issues.Terraform/compare/1.0.0...2.0.0

2.0.0-beta.1 (July 28, 2022)

As part of this release we had 3 issues closed.

Requirements

  • Cake 2.x
  • Cake.Issues 2.0.0-beta.1
  • Targeting .NET Core 3.1, .NET 5 and .NET 6

Breaking changes

  • #14 Multi-Target .NET Core 3.1, 5 & 6 instead of .NET Standard 2.0
  • #15 Update to Cake 2.0
  • #21 Build against Cake.Issues 2.0

1.0.0 (July 27, 2021)

As part of this release we had 1 issue closed.

Requirements

  • Cake 1.x
  • Cake.Issues 1.x
  • Targeting .NET Standard 2.0

Feature

  • #1 Support reading output from terraform validate

1.0.0-beta.1 (February 19, 2021)

As part of this release we had 1 issue closed.

Requirements

  • Cake 1.x
  • Cake.Issues 1.0.0-beta.1
  • Targeting .NET Standard 2.0

Feature

  • #1 Support reading output from terraform validate
GitHub