Skip to content

Commit b0ea95e

Browse files
committed
Update docs and changelog
1 parent b954a9a commit b0ea95e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Unreleased
22

33
* [Issue #332](https://github.com/manheim/terraform-pipeline/issues/332) Upgrade from Junit 4 to 5.7, upgrade hamcrest from 1.3 to 2.2, remove junit-hierarchicalcontextrunner dependency
4+
* [Issue #344](https://github.com/manheim/terraform-pipeline/issues/344) Add PLAN_ONLY parameter to PlanOnlyPlugin
5+
* **BREAKING CHANGE** This change is a breaking change. Prior to this update, applying the PlanOnlyPlugin would restrict the pipeline to only running `terraform plan`. This update changes behavior to simply providing a `PLAN_ONLY` boolean parameter that can be set to restrict the build behavior. It defaults to `false`.
46

57
# v5.14
68

docs/PlanOnlyPlugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## [PlanOnlyPlugin](../src/PlanOnlyPlugin.groovy)
22

3-
Enable this plugin to change pipeline functionality to `terraform plan`.
3+
Enable this plugin to add a parameter to the build which will restrict pipeline functionality to `terraform plan` only.
44

55
```
66
// Jenkinsfile

0 commit comments

Comments
 (0)