From 578788ee0826986b4a4cf16a39aacabe85fae581 Mon Sep 17 00:00:00 2001 From: Daniel Flook Date: Mon, 5 Apr 2021 09:00:16 +0100 Subject: [PATCH] :bookmark: v.1.8.0 --- CHANGELOG.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7af9fdb5..f4ccaacb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,18 +8,21 @@ The actions are versioned as a suite. Some actions may have no change in behavio When using an action you can specify the version as: -- `@v1.7.0` to use an exact release -- `@v1.7` to use the latest patch release for the specific minor version +- `@v1.8.0` to use an exact release +- `@v1.8` to use the latest patch release for the specific minor version - `@v1` to use the latest patch release for the specific major version -## Unreleased +## [1.8.0] - 2021-04-05 ### Added -- `TERRAFORM_CLOUD_TOKENS` environment variable may be set to configure tokens to use for Terraform Cloud/Enterprise etc - when using `remote` backend or module registry. -- `TERRAFORM_SSH_KEY` environment variable may be set to configure an SSH private key to use for +- `TERRAFORM_CLOUD_TOKENS` environment variable for use with Terraform Cloud/Enterprise etc + when using module registries or a `remote` backend. + +- `TERRAFORM_SSH_KEY` environment variable to configure an SSH private key to use for [Git Repository](https://www.terraform.io/docs/language/modules/sources.html#generic-git-repository) module sources. +See individual actions for details, e.g. [terraform-validate](https://github.com/dflook/terraform-github-actions/tree/master/terraform-validate#environment-variables). + ## [1.7.0] - 2021-04-02 ### Added @@ -123,6 +126,8 @@ First release of the GitHub Actions: - [dflook/terraform-new-workspace](terraform-new-workspace) - [dflook/terraform-destroy-workspace](terraform-destroy-workspace) + +[1.8.0]: https://github.com/dflook/terraform-github-actions/compare/v1.7.0...v1.8.0 [1.7.0]: https://github.com/dflook/terraform-github-actions/compare/v1.6.0...v1.7.0 [1.6.0]: https://github.com/dflook/terraform-github-actions/compare/v1.5.2...v1.6.0 [1.5.2]: https://github.com/dflook/terraform-github-actions/compare/v1.5.1...v1.5.2