Disable environment export by default.

fixes #597
This commit is contained in:
Justin Wood 2026-04-06 12:05:18 -04:00 committed by Justin Wood (Callek)
parent 79632e33d6
commit 71eccb597c
3 changed files with 10 additions and 5 deletions

View file

@ -1,5 +1,10 @@
## Unreleased
Major (Breaking Change):
* `exportEnv` now defaults to `false`. If you relied on that feature please switch it to `true` or reference via outputs.
This change was made to facilitate a better default supply chain security position. (https://github.com/hashicorp/vault-action/pull/598)
## 3.4.0 (June 13, 2025)
Bugs: