Release 1.1.1 (#79)

* Release 1.1.1

* Add CI fix to changelog
This commit is contained in:
Mike Graves
2021-04-06 12:09:53 -04:00
committed by GitHub
parent fb1912728d
commit ac86a8900c
6 changed files with 28 additions and 4 deletions

View File

@@ -5,6 +5,17 @@ OKD Collection Release Notes
.. contents:: Topics
v1.1.1
======
Bugfixes
--------
- add missing requirements.txt file needed for execution environments (https://github.com/ansible-collections/community.okd/pull/78).
- openshift_route - default to ``no_log=False`` for the ``key`` parameter in TLS configuration to fix sanity failures (https://github.com/ansible-collections/community.okd/pull/77).
- restrict molecule version to <3.3.0 to address breaking change (https://github.com/ansible-collections/community.okd/pull/77).
- update CI to work with ansible 2.11 (https://github.com/ansible-collections/community.okd/pull/80).
v1.1.0
======