Prepare to publish 0.2.0 release to Galaxy (#39)

* Issue #38: Add version_added to new openshift_auth module.

* Fixes #38: Prepare for 0.2.0 release on Galaxy.
This commit is contained in:
Jeff Geerling
2020-09-24 15:56:18 -05:00
committed by GitHub
parent b7e341842d
commit 6942cd6756
9 changed files with 53 additions and 4 deletions

View File

@@ -5,6 +5,25 @@ OKD Collection Release Notes
.. contents:: Topics
v0.2.0
======
Major Changes
-------------
- openshift_auth - new module (migrated from k8s_auth in community.kubernetes) (https://github.com/ansible-collections/community.okd/pull/33).
Minor Changes
-------------
- Add a contribution guide (https://github.com/ansible-collections/community.okd/pull/37).
- Use the API Group APIVersion for the `Route` object (https://github.com/ansible-collections/community.okd/pull/27).
New Modules
-----------
- openshift_auth - Authenticate to OpenShift clusters which require an explicit login step
v0.1.0
======