Skip to content

Commit 0c4bf4f

Browse files
authored
Merge pull request #242 from cyberark/240-prep-3.1-release
240 Prep 3.1 release
2 parents 8020515 + 37add61 commit 0c4bf4f

File tree

3 files changed

+8
-13
lines changed

3 files changed

+8
-13
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [3.1.0] - 2020-10-08
10+
911
### Added
1012
- Module now fully supports the use of `cert_file` parameter, which accepts the path to the PEM-encoded
1113
x509 CA certificate chain for Conjur. Users can supply the module with certificate path in `cert_file` OR
@@ -173,7 +175,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
173175
### Fixed
174176
- fixed a bug in host identity manifest preventing usage of host factory
175177

176-
[Unreleased]: https://github.com/cyberark/conjur-puppet/compare/v3.0.0...HEAD
178+
[Unreleased]: https://github.com/cyberark/conjur-puppet/compare/v3.1.0...HEAD
179+
[3.1.0]: https://github.com/cyberark/conjur-puppet/compare/v3.0.0...v3.1.0
177180
[3.0.0]: https://github.com/cyberark/conjur-puppet/compare/v2.0.6...v3.0.0
178181
[2.0.6]: https://github.com/cyberark/conjur-puppet/compare/v2.0.5...v2.0.6
179182
[2.0.5]: https://github.com/cyberark/conjur-puppet/compare/v2.0.4...v2.0.5

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
- [Description](#description)
88
- [Certification Level](#certification-level)
9-
* [Certified Versions](#certified-versions)
109
- [Setup](#setup)
1110
* [Setup requirements](#setup-requirements)
1211
* [Deprecations](#deprecations)
@@ -45,19 +44,12 @@ You can find our official distributable releases on Puppet Forge under [`cyberar
4544

4645
## Certification level
4746

48-
![](https://img.shields.io/badge/Certification%20Level-Trusted-007BFF?link=https://github.com/cyberark/community/blob/master/Conjur/conventions/certification-levels.md)
47+
![Certification Level](https://img.shields.io/badge/Certification%20Level-Certified-6C757D?link=https://github.com/cyberark/community/blob/master/Conjur/conventions/certification-levels.md)
4948

50-
This repo is a **Trusted** level project. It's been reviewed by CyberArk to verify that it will securely
51-
work with Conjur OSS as documented. For more detailed information on our certification levels, see
49+
This repo is a **Certified** project. It is officially approved to work with Conjur OSS
50+
and DAP as documented. For more detailed information on our certification levels, see
5251
[our community guidelines](https://github.com/cyberark/community/blob/master/Conjur/conventions/certification-levels.md#community).
5352

54-
### Certified Versions
55-
56-
Releases of this module belonging to the `v3` major version are not currently
57-
Certified. If a Certified version of this module is desired, please use the highest
58-
available `v2.x.x` version available on PuppetForge under
59-
[`cyberark/conjur`](https://forge.puppet.com/cyberark/conjur).
60-
6153
## Setup
6254

6355
### Setup requirements

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cyberark-conjur",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"author": "CyberArk Software, Inc.",
55
"summary": "Register nodes as Conjur hosts and securely use secrets stored in Conjur",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)