From cf0476fb596aaedcf7f23934a03425a399fd98e9 Mon Sep 17 00:00:00 2001 From: Tanguy Segarra Date: Mon, 27 Nov 2023 14:40:36 +0100 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d50d06..d894dea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## Unreleased -* Add changes here +Features: + +* Add `ignoreNotFound` input (default: false) to make the action ignore unexisting secrets without failing [GH-504](https://github.com/hashicorp/vault-action/pull/504) ## 2.7.4 (October 26, 2023)