Skip to content

Commit

Permalink
Bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Geri Jennings committed Dec 29, 2020
1 parent 5aeaa96 commit 2cd0a2d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
27 changes: 20 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,26 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- Added daily build trigger

## [0.3.2] - 2020-12-29

### Changed
- Updated reference to Conjur CLI container
- Updated base image to Ubuntu 18.04
- [Added retries](https://github.com/cyberark/ansible-conjur-host-identity/pull/32) to tasks/identity/Request identity from Conjur.
This will increase the reliability of host factory requests without introducing any extra delay if the first request succeeds.
- Summon and Summon-Conjur default versions are updated to v0.8.3 and v0.5.3,
respectively.
[cyberark/ansible-conjur-host-identity#45](https://github.com/cyberark/ansible-conjur-host-identity/issues/45)
- [Added retries](https://github.com/cyberark/ansible-conjur-host-identity/pull/32)
to tasks/identity/Request identity from Conjur. This will increase the reliability
of host factory requests without introducing any extra delay if the first request succeeds.

### Deprecated
- Support for Ansible versions lower than 2.8 is removed in this release since
these versions are already well past end of life. For Ansible 2.9+, we now
recommend that users leverage the [Conjur Ansible collection](https://github.com/cyberark/ansible-conjur-collection)
instead of this project.
[cyberark/ansible-conjur-host-identity#45](https://github.com/cyberark/ansible-conjur-host-identity/issues/45)
- Support for Conjur Enterprise v4 is deprecated in this release. It will be removed
in the next release.
[cyberark/ansible-conjur-host-identity#45](https://github.com/cyberark/ansible-conjur-host-identity/issues/45)

## [0.3.1] - 2019-02-27
### Fixed
Expand All @@ -32,7 +44,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Establishes Conjur identity using a Conjur Host Factory Token
- Installs and configures Summon Summon-Conjur provider for secure secret retrieval

[Unreleased]: https://github.com/cyberark/ansible-conjur-host-identity/compare/v0.3.1...HEAD
[Unreleased]: https://github.com/cyberark/ansible-conjur-host-identity/compare/v0.3.2...HEAD
[0.3.2]: https://github.com/cyberark/ansible-conjur-host-identity/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/cyberark/ansible-conjur-host-identity/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/cyberark/ansible-conjur-host-identity/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/cyberark/ansible-conjur-host-identity/compare/v0.1.0...v0.2.0
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ using the [Summon](https://github.com/cyberark/summon) tool.
## Requirements

* Conjur v1+ or Dynamic Access Provider (DAP) v10+
* Conjur Enterprise v4
* Ansible v2.8

If you are using Ansible v2.9+, please consider using our
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.1
0.3.2

0 comments on commit 2cd0a2d

Please sign in to comment.