From 0f05b10fe74367fe211fcedbbf8a711971ef7e4d Mon Sep 17 00:00:00 2001 From: Eric Kidd Date: Sun, 20 Sep 2020 15:52:21 -0400 Subject: [PATCH] v0.3.2: More vault per-target improvements --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f1d700a..958d35a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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). +## 0.3.2 - 2020-09-20 + +### Added + +- vault: Allow overriding the Vault option `default_policies` on a per-target basis. + +### Fixed + +- vault: Correctly respect per-target TTLs. + ## 0.3.1 - 2020-09-20 ### Added diff --git a/Cargo.lock b/Cargo.lock index 3f6e61a9..2adcf7c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -184,7 +184,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cage" -version = "0.3.1" +version = "0.3.2" dependencies = [ "boondock 0.1.0-alpha.1 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.33.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index d3c979ce..d859abfa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cage" -version = "0.3.1" +version = "0.3.2" authors = ["Eric Kidd ", "Derek Kastner "] edition = "2018"