Skip to content

Latest commit

 

History

History
127 lines (97 loc) · 5.68 KB

CHANGELOG.md

File metadata and controls

127 lines (97 loc) · 5.68 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.3.2] - 2024-12-12

Added

  • Added ignore file for ansible-core 2.18 sanity test
  • The Lookup plugin now supports certificate content as a parameter variable

[1.3.1] - 2024-10-16

Added

  • Automated cloud tests

[1.3.0] - 2024-05-23

Added

1.2.2 - 2023-09-28

Changed

1.2.1 - 2023-09-20

Fixed

Added

Security

1.2.0 - 2020-09-01

Added

Changed

Removed

1.1.0 - 2020-12-29

Added

  • The Conjur Ansible role has been migrated to this collection, where it will be maintained moving forward. At current, the role in the collection is aligned with the v0.3.2 release of the standalone role. cyberark/ansible-conjur-host-identity#30
  • Add as_file boolean option to the lookup plugin which stores the secret as a temporary file and returns its path. This enables users to use the ansible_ssh_private_key_file parameter to define an SSH private key using a variable stored in Conjur; previously, users couldn't set this parameter via a direct call to the lookup plugin because the parameter does not accept inline SSH keys, and the lookup plugin could only return a string. cyberark/ansible-conjur-collection#52, Cyberark Commons post #1070

1.0.7 - 2020-08-20

Changed

  • Various improvements to code quality, documentation, and adherence to Ansible standards in preparation for including this collection in the release of Ansible 2.10. cyberark/ansible-conjur-collection#30

1.0.6 - 2020-07-01

Added

1.0.5 - 2020-06-18

Added

Fixed

1.0.3 - 2020-04-18

Changed

  • Updated documentation section to comply with sanity checks

[1.0.2] - 2020-04-01

Added

  • Migrated code from Ansible conjur_variable lookup plugin
  • Added support to configure the use of the plugin via environment variables