Skip to content

Commit 8df6f4d

Browse files
author
Joachim Jablon
committed
Release 0.6.0
1 parent b24701f commit 8df6f4d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
CHANGELOG
22
=========
33

4-
0.6.0 (unreleased)
4+
0.6.0 (2019-15-06)
55
------------------
66

7-
- Add --safe-write. 0.5.1's behaviour of not allowing overwriting without -f is not the default anymore.
7+
- Add --safe-write. 0.5.1's behaviour of not allowing overwriting without -f is not the default anymore (breaking change) (#73)
8+
- Add certificate auth (#61)
9+
- Remove "requests" backend and the backend argument (breaking change) (#71)
10+
- Allow to write secret when if 'read' and/or 'list' accesses are not allowed (#70)
11+
- Add testing module and pytest fixture to help external tests (#71)
812

913
0.5.1 (2019-06-06)
1014
------------------

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = vault-cli
33
description = CLI tool for hashicorp vault
4-
version = 0.5.2.dev0
4+
version = 0.6.0
55
author = ylachiver
66
author_email = yann.lachiver@people-doc.com
77
url = https://github.com/peopledoc/vault-cli

0 commit comments

Comments
 (0)