From 82ab3b9f00a3e23f62d89b032d25c293f6c2c57d Mon Sep 17 00:00:00 2001 From: Bradley Boutcher Date: Tue, 15 Sep 2020 15:03:27 -0400 Subject: [PATCH] Deprecate project - Add deprecation notice to readme - Add deprecation notice to changelog --- CHANGELOG.md | 11 +++++++++-- README.md | 4 ++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65028ec..1ea2cdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file. 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] +## [1.0.0] - 2020-09-15 + +### Deprecated +- This repository is deprecated, with all relevant files and tests migrated to the [Ansible Conjur + Collection](https://github.com/cyberark/ansible-conjur-collection/). + [cyberark/conjur-host-identity#30](https://github.com/cyberark/ansible-conjur-host-identity/issues/30) + ### Added - Added daily build trigger @@ -32,7 +38,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/v1.0.0....HEAD +[1.0.0]: https://github.com/cyberark/ansible-conjur-host-identity/compare/v0.3.1...v1.0.0 [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 diff --git a/README.md b/README.md index 8801ccf..c272b56 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# Deprecation Notice ⚠️ +This role has been migrated to the [Ansible Conjur Collection](https://github.com/cyberark/ansible-conjur-collection/), +and this repository has been deprecated. + # Conjur Ansible Role This Ansible role provides the ability to grant Conjur machine identity to a host. Based on that identity, secrets can then be retrieved securely using the [Summon](https://github.com/cyberark/summon) tool (installed on hosts with identities created by this role).