Skip to content

Commit

Permalink
Merge pull request #198 from cyberark/remove-submodule
Browse files Browse the repository at this point in the history
Remove conjur-intro submodule from build
  • Loading branch information
gl-johnson authored Sep 28, 2023
2 parents 856ea4e + 3d040a9 commit 0b27d36
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.2.2] - 2023-09-28

### Changed
- Bump required Ansible version to >= 2.13
[cyberark/ansible-conjur-collection#198](https://github.com/cyberark/ansible-conjur-collection/pull/198)
- Ignore dev folder when building the collection
[cyberark/ansible-conjur-collection#198](https://github.com/cyberark/ansible-conjur-collection/pull/198)

## [1.2.1] - 2023-09-20

### Fixed
Expand Down Expand Up @@ -91,7 +99,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Migrated code from Ansible conjur_variable lookup plugin
- Added support to configure the use of the plugin via environment variables

[Unreleased]: https://github.com/cyberark/ansible-conjur-collection/compare/v1.2.1...HEAD
[Unreleased]: https://github.com/cyberark/ansible-conjur-collection/compare/v1.2.2...HEAD
[1.2.2]: https://github.com/cyberark/ansible-conjur-collection/compare/v1.2.1...v1.2.2
[1.2.1]: https://github.com/cyberark/ansible-conjur-collection/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/cyberark/ansible-conjur-collection/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/cyberark/ansible-conjur-collection/compare/v1.0.7...v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ detailed information on our certification levels, see
- An instance of [CyberArk Conjur Open Source](https://www.conjur.org) v1.x+ or [CyberArk
Conjur Enterprise](https://docs.cyberark.com/Product-Doc/OnlineHelp/AAM-DAP/Latest/en/Content/Resources/_TopNav/cc_Home.htm)
(formerly DAP) v10.x+ accessible from the target node
- Ansible >= 2.9
- Ansible >= 2.13

## Using ansible-conjur-collection with Conjur Open Source

Expand Down
6 changes: 5 additions & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: "cyberark"
name: "conjur"
version: "1.2.1"
version: "1.2.2"
readme: README.md
authors:
- CyberArk Business Development (@cyberark-bizdev)
Expand All @@ -21,3 +21,7 @@ tags:
- devops
repository: "https://github.com/cyberark/ansible-conjur-collection"
issues: "https://github.com/cyberark/ansible-conjur-collection/issues"
build_ignore:
- "dev"
- "ci"
- "secrets.yml"
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
requires_ansible: '>=2.9'
requires_ansible: '>=2.13'

0 comments on commit 0b27d36

Please sign in to comment.