Skip to content

Commit 57c174c

Browse files
chore(release): 1.0.0 [skip ci]
## 1.0.0 (2023-01-11) ### Features * Add file recrypt ([8deaa21](8deaa21)) * Add first working version of CLI ([641e781](641e781)) * Add first working version of CLI ([f466351](f466351)) * Add match and vault functionality ([9667e78](9667e78)) * Add update support for vault file ([b3012c9](b3012c9)) * First release ([6eeedd2](6eeedd2))
1 parent 2fffe93 commit 57c174c

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## 1.0.0 (2023-01-11)
2+
3+
4+
### Features
5+
6+
* Add file recrypt ([8deaa21](https://github.com/trustedshops-public/python-ansible-vault-rotate/commit/8deaa218679d2a94d7f467fc57e9fca3383d716f))
7+
* Add first working version of CLI ([641e781](https://github.com/trustedshops-public/python-ansible-vault-rotate/commit/641e7818c41181b9ed52d8277f537abfd5908a3c))
8+
* Add first working version of CLI ([f466351](https://github.com/trustedshops-public/python-ansible-vault-rotate/commit/f466351803152f6cb95fb1ef573610e8caa26bf2))
9+
* Add match and vault functionality ([9667e78](https://github.com/trustedshops-public/python-ansible-vault-rotate/commit/9667e78cb6852a9330845c81b88d6743dbe8012b))
10+
* Add update support for vault file ([b3012c9](https://github.com/trustedshops-public/python-ansible-vault-rotate/commit/b3012c9c40d442e3364f5584c5772284d416be3e))
11+
* First release ([6eeedd2](https://github.com/trustedshops-public/python-ansible-vault-rotate/commit/6eeedd273978272f8c6910d39789f410601e8912))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ansible-vault-rotate"
3-
version = "0.2.0"
3+
version = "1.0.0"
44
description = "Advanced Python CLI to rotate the secret used for ansible vault inline secrets and files in a project"
55
authors = [
66
"Timo Reymann <Timo.Reymann@trustedshops.de>"

0 commit comments

Comments
 (0)