Skip to content

Commit 12099fd

Browse files
committed
- Added version_history.md
1 parent 526fc90 commit 12099fd

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

.github/version_history.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[![Venafi](./images/Venafi_logo.png)](https://www.venafi.com/)
2+
3+
[![Apache 2.0 License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
4+
![Community Supported](https://img.shields.io/badge/Support%20Level-Community-brightgreen)
5+
![Compatible with TPP 17.3+ & VaaS](https://img.shields.io/badge/Compatibility-TPP%2017.3+%20%26%20VaaS-f9a90c)
6+
[![pypi Downloads](https://img.shields.io/pypi/dw/vcert)](https://pypi.org/project/vcert/)
7+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Venafi_vcert-python&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=Venafi_vcert-python)
8+
9+
_**This open source project is community-supported.** To report a problem or share an idea, use
10+
**[Issues](../../issues)**; and if you have a suggestion for fixing the issue, please include those details, too.
11+
In addition, use **[Pull Requests](../../pulls)** to contribute actual bug fixes or proposed enhancements.
12+
We welcome and appreciate all contributions. Got questions or want to discuss something with our team?
13+
**[Join us on Slack](https://join.slack.com/t/venafi-integrations/shared_invite/zt-i8fwc379-kDJlmzU8OiIQOJFSwiA~dg)**!_
14+
15+
# Venafi Collection for Ansible
16+
## Version History
17+
18+
#### 0.14.0
19+
* **Dropped support for Python2. New baseline is Python 3.6+**
20+
* Minor bug fixes on Policy Management
21+
* Added integration with sonarcloud for code analysis
22+
* Created version history file

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,10 @@ NOTE: While developing with vcert-python, it is helpful if you are using a virtu
100100
install the vcert-python library from source in development mode with `pip install --editable`.
101101
See https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/
102102

103+
## Version History
104+
105+
[Check version history here](.github/version_history.md)
106+
103107
## License
104108

105109
Copyright © Venafi, Inc. All rights reserved.

0 commit comments

Comments
 (0)