Skip to content

Commit

Permalink
5.0.0-beta.2 - stop rotating after 403
Browse files Browse the repository at this point in the history
  • Loading branch information
seamusabshere committed Oct 14, 2020
1 parent e2878b8 commit 486742c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 486742c

Please sign in to comment.