From 486742cc7d304ddbb8380481aab50cbb95024887 Mon Sep 17 00:00:00 2001 From: Seamus Abshere Date: Wed, 14 Oct 2020 15:35:27 -0400 Subject: [PATCH] 5.0.0-beta.2 - stop rotating after 403 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 679e200..38105a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [6.0.0-beta.1] 2020-08-23 +## [5.0.0-beta.2] 2020-08-23 + +## Changed + +- If we get a 403 from Vault, stop trying to rotate secrets + +## [5.0.0-beta.1] 2020-08-23 ## Changed diff --git a/package.json b/package.json index 2e0453d..0332c95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vault-env", - "version": "5.0.0-beta.1", + "version": "5.0.0-beta.2", "description": "Put your vault secrets in your process.env", "main": "main.js", "types": "main.d.ts",