Skip to content

Commit 8e20e61

Browse files
authored
🔖 v1.14.0
1 parent 3b96e0c commit 8e20e61

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

CHANGELOG.md

+16-8
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,25 @@ The actions are versioned as a suite. Some actions may have no change in behavio
88

99
When using an action you can specify the version as:
1010

11-
- `@v1.13.0` to use an exact release
12-
- `@v1.13` to use the latest patch release for the specific minor version
11+
- `@v1.14.0` to use an exact release
12+
- `@v1.14` to use the latest patch release for the specific minor version
1313
- `@v1` to use the latest patch release for the specific major version
1414

15-
## [1.13.0] - 2021-07-24
15+
## [1.14.0] - 2021-09-15
1616

1717
### Added
18+
- Support for self-hosted GitHub Enterprise deployments. Thanks [f0rkz](https://github.com/f0rkz)!
19+
20+
### Changed
21+
- The `path` input variable is now optional, defaulting to the Action workspace.
22+
- Uninteresting workflow log output is now grouped and collapsed by default.
23+
24+
### Fixed
25+
- Applying PR approved plans where the plan comment is not within the first 30 comments.
26+
27+
## [1.13.0] - 2021-07-24
1828

29+
### Added
1930
- `TERRAFORM_PRE_RUN` environment variable for customising the environment before running terraform.
2031

2132
It can be set to a command that will be run prior to `terraform init`.
@@ -36,31 +47,27 @@ When using an action you can specify the version as:
3647
apt-get install -y --no-install-recommends postgresql-client
3748
```
3849
39-
Thanks to @alec-pinson and @GiuseppeChiesa-TomTom for working on this feature.
50+
Thanks to [alec-pinson](https://github.com/alec-pinson) and [GiuseppeChiesa-TomTom](https://github.com/GiuseppeChiesa-TomTom) for working on this feature.
4051
4152
## [1.12.0] - 2021-06-08
4253
4354
### Changed
44-
4555
- [terraform-fmt-check](https://github.com/dflook/terraform-github-actions/tree/master/terraform-fmt-check) now shows a diff in the workflow log when it finds files in non-canonical format
4656
4757
## [1.11.0] - 2021-06-05
4858
4959
### Added
50-
5160
- The `add_github_comment` input for [terraform-plan](https://github.com/dflook/terraform-github-actions/tree/master/terraform-plan) may now be set to `changes-only`. This will only add a PR comment
5261
for plans that result in changes to apply - no comment will be added for plans with no changes.
5362

5463
### Changed
55-
5664
- Improved messaging in the workflow log when [terraform-apply](https://github.com/dflook/terraform-github-actions/tree/master/terraform-apply) is aborted because the plan has changed
5765
- Update documentation for `backend_config`, `backend_config_file`, `var_file` & `target` inputs to use separate lines for multiple values.
5866
Multiple values may still be separated by commas if preferred.
5967

6068
## [1.10.0] - 2021-05-30
6169

6270
### Added
63-
6471
- `TERRAFORM_HTTP_CREDENTIALS` environment variable for configuring the username and password to use for
6572
`git::https://` & `https://` module sources.
6673

@@ -212,6 +219,7 @@ First release of the GitHub Actions:
212219
- [dflook/terraform-new-workspace](terraform-new-workspace)
213220
- [dflook/terraform-destroy-workspace](terraform-destroy-workspace)
214221

222+
[1.14.0]: https://github.com/dflook/terraform-github-actions/compare/v1.13.0...v1.14.0
215223
[1.13.0]: https://github.com/dflook/terraform-github-actions/compare/v1.12.0...v1.13.0
216224
[1.12.0]: https://github.com/dflook/terraform-github-actions/compare/v1.11.0...v1.12.0
217225
[1.11.0]: https://github.com/dflook/terraform-github-actions/compare/v1.10.0...v1.11.0

0 commit comments

Comments
 (0)