Skip to content

Releases: cyberark/conjur-puppet

v3.1.1

24 Aug 15:58
b0e0232
Compare
Choose a tag to compare

[3.1.1] - 2023-08-23

Security

v3.1.0

13 Oct 15:54
0c4bf4f
Compare
Choose a tag to compare

v3.1.0 - 2020-10-08

Added

  • Module now fully supports the use of cert_file parameter, which accepts the path to the PEM-encoded
    x509 CA certificate chain for Conjur. Users can supply the module with certificate path in cert_file OR
    with certificate contents in ssl_certificate.
    cyberark/conjur-puppet#105

Changed

v3.0.0

17 Sep 21:27
9d1c9b1
Compare
Choose a tag to compare

v3.0.0 - 2020-09-17

Added

Changed

Fixed

  • Account names with special characters that require encoding (eg. +, , etc) are
    now properly escaped when variables are fetched from Conjur / DAP within the
    conjur::secret function.
    cyberark/conjur-puppet#170

Removed

v3.0.0-rc3

11 Sep 16:13
176fa80
Compare
Choose a tag to compare
v3.0.0-rc3 Pre-release
Pre-release

v3.0.0-rc3 - 2020-09-11

Fixed


This release also includes the following changes since v2.0.6 version:

Added

Changed

Fixed

  • Account names with special characters that require encoding (eg. +, , etc) are now properly escaped when variables are fetched from Conjur / DAP within the conjur::secret function. cyberark/conjur-puppet#170

Removed

v3.0.0-rc1

25 Aug 21:19
75094e8
Compare
Choose a tag to compare
v3.0.0-rc1 Pre-release
Pre-release

v3.0.0-rc1 - 2020-08-25

Added

Changed

Removed

v2.0.6

19 Aug 15:43
f833c5e
Compare
Choose a tag to compare

v2.0.6 - 2020-08-10

Deprecated

  • Support for using the Conjur Puppet module with Puppet v5 is now deprecated. Support will be removed in the next major release. cyberark/conjur-puppet#180
  • Support for configuring this module to exchange host factory tokens for Conjur host identities and API keys is now deprecated. You may still configure your systems to create a host using host factory, however, as long as you provide this module with the Conjur host identity and API key.
    cyberark/conjur-puppet#180

v2.0.5

28 Jul 19:09
8b54129
Compare
Choose a tag to compare

v2.0.5 - 2020-07-28

Added

  • Preliminary support for Puppet 6 with Linux agents, now including Ubuntu 18.04
    and 20.04, Debian 9 and 10, and Alpine 3.9.
    Epic cyberark/conjur-puppet#20

Deprecated

  • Support for using the Conjur Puppet module with Conjur Enterprise v4 is now
    deprecated. Support will be removed in the next major release. The conjurize
    method of providing the Conjur Puppet module with its Conjur identity will
    also no longer be supported as of the next version.
  • Support for using the Conjur Puppet module with Windows Server 2008
    or Debian 7 agents, since both
    operating systems have now reached end of life.

v2.0.4

22 Jul 13:57
b2b2f0f
Compare
Choose a tag to compare

Change log

Added

  • Preliminary support for Puppet 6 with Windows agents (Server 2012 R2,
    Server 2016, Server 2019).
    Epic cyberark/conjur-puppet#20
  • Support for using cert_file in the conjur class or CertFile in Windows
    Registry on Windows as an alternative to using the existing ssl_certificate
    parameter.
    cyberark/conjur-puppet#113

Changed

Fixed

  • Module no longer returns internal server errors when decrypting tokens
    when used with Puppet 6.
    cyberark/conjur-puppet#91
  • Module no longer relies on Puppet 6-incompatible methods for retrieving
    Puppet CA chains.
    cyberark/conjur-puppet#44
  • Module no longer reports "identity not found" on subsequent runs for nodes
    running with HFT-created identities, and is updated with improved logging
    for Windows-based configuration and credential fetching.
    cyberark/conjur-puppet#47
  • Module no longer fails on the first run when using Conjur Host Factory tokens
    with Hiera.
    cyberark/conjur-puppet#112

v2.0.3

16 Jun 20:22
b714eb3
Compare
Choose a tag to compare

v2.0.3 - 2020-05-10

Changed

  • We now encode the variable id before retrieving it from Conjur v5.
    Spaces are encoded into "%20" and slashes into "%2F"
    (cyberark/conjur-puppet#72)

v2.0.2

18 Dec 16:18
Compare
Choose a tag to compare

Change log

  • Update support contact info in README