File tree Expand file tree Collapse file tree 3 files changed +8
-13
lines changed Expand file tree Collapse file tree 3 files changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 3.1.0] - 2020-10-08
10
+
9
11
### Added
10
12
- Module now fully supports the use of ` cert_file ` parameter, which accepts the path to the PEM-encoded
11
13
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.
173
175
### Fixed
174
176
- fixed a bug in host identity manifest preventing usage of host factory
175
177
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
177
180
[ 3.0.0 ] : https://github.com/cyberark/conjur-puppet/compare/v2.0.6...v3.0.0
178
181
[ 2.0.6 ] : https://github.com/cyberark/conjur-puppet/compare/v2.0.5...v2.0.6
179
182
[ 2.0.5 ] : https://github.com/cyberark/conjur-puppet/compare/v2.0.4...v2.0.5
Original file line number Diff line number Diff line change 6
6
7
7
- [ Description] ( #description )
8
8
- [ Certification Level] ( #certification-level )
9
- * [ Certified Versions] ( #certified-versions )
10
9
- [ Setup] ( #setup )
11
10
* [ Setup requirements] ( #setup-requirements )
12
11
* [ Deprecations] ( #deprecations )
@@ -45,19 +44,12 @@ You can find our official distributable releases on Puppet Forge under [`cyberar
45
44
46
45
## Certification level
47
46
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 )
49
48
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
52
51
[ our community guidelines] ( https://github.com/cyberark/community/blob/master/Conjur/conventions/certification-levels.md#community ) .
53
52
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
-
61
53
## Setup
62
54
63
55
### Setup requirements
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cyberark-conjur" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.1 .0" ,
4
4
"author" : " CyberArk Software, Inc." ,
5
5
"summary" : " Register nodes as Conjur hosts and securely use secrets stored in Conjur" ,
6
6
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments