Skip to content

Commit 87b27c2

Browse files
committed
v0.3.0-alpha.3: Add no_default_policies for Vault
This can be used to indicate that a service should not receive the default Vault policies
1 parent 5cb8c3b commit 87b27c2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7+
## 0.3.0-alpha.3 - 2020-04-10
8+
9+
### Added
10+
11+
- When using `config/vault.yml`, it is now possible to use `no_default_policies` to indicate that a pod should not receive the default Vault policies.
12+
- Some Windows debugging code has been added to try to figure out the template failures on Appveyor.
13+
714
## 0.3.0-alpha.2 - 2020-04-09
815

916
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cage"
3-
version = "0.3.0-alpha.2"
3+
version = "0.3.0-alpha.3"
44
authors = ["Eric Kidd <[email protected]>",
55
"Derek Kastner <[email protected]>"]
66
edition = "2018"

0 commit comments

Comments
 (0)