-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Converted pr template to markdown (#17)
* Converted pr template to markdown * Bump version: 0.3.2 → 0.3.3
- Loading branch information
1 parent
7a7290d
commit 5c37410
Showing
5 changed files
with
17 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Pull Request | ||
|
||
Please describe your changes, including the motivation behind the changes. | ||
|
||
## Prior to Submitting | ||
|
||
Please confirm the following: | ||
|
||
* [ ] I agree to the [Developer Certificate of Origin](https://developercertificate.org/) | ||
* [ ] I have read the [Contribution Document](CONTRIBUTING.md) | ||
* [ ] I updated any user-documentation that is impacted by my change. | ||
* [ ] I tested my changes and ensured existing functionality wasn't broken. | ||
* [ ] [optional] I tested my changes on all the supported platforms. | ||
* [ ] [optional] In case of a major change, I communicated with the maintainers via an issue or email. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ on: | |
workflow_dispatch: | ||
|
||
env: | ||
VERSION: 0.3.2 | ||
VERSION: 0.3.3 | ||
|
||
jobs: | ||
docker: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "sp-devsup-vault-expiration-monitoring" | ||
version = "0.3.2" | ||
version = "0.3.3" | ||
description = "Prometheus exporter to monitor custom metadata for KV2 secrets for (self-imposed) expiration." | ||
authors = ["Eugene Davis <[email protected]>"] | ||
readme = "README.md" | ||
|