Skip to content

Commit

Permalink
Add tests for vault_authenticate script (#22)
Browse files Browse the repository at this point in the history
* Add tests for vault_authenticate script

* Format with black, add missing poetry files

* Bump version: 0.3.4 → 0.3.5

* Bump version: 0.3.6 → 0.3.7

* Bump version: 0.3.7 → 0.3.8
  • Loading branch information
DawidDlubek-TomTom authored Jun 9, 2022
1 parent f2dbf22 commit 3e142ae
Show file tree
Hide file tree
Showing 5 changed files with 278 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.7
current_version = 0.3.8
commit = True
tag = False
message = Bump version: {current_version} → {new_version}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
VERSION: 0.3.7
VERSION: 0.3.8

jobs:
release:
Expand Down
123 changes: 79 additions & 44 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "vault-assesment-prometheus-exporter"
version = "0.3.7"
version = "0.3.8"
description = "Prometheus exporter to monitor custom metadata for KV2 secrets for (self-imposed) expiration."
authors = ["Eugene Davis <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -31,6 +31,8 @@ types-requests = "2.27.25"
types-PyYAML = "6.0.7"
bandit = "^1.7.4"
bump2version = "^1.0.1"
pytest-mock = "3.6.1"
mock = "4.0.3"


[build-system]
Expand Down
Loading

0 comments on commit 3e142ae

Please sign in to comment.