Release 2.0.0 (#96)

This commit is contained in:
Mike Graves
2021-06-23 08:43:56 -04:00
committed by GitHub
parent 9ff94989ae
commit d7a8ba15c7
23 changed files with 512 additions and 109 deletions

View File

@@ -109,3 +109,23 @@ releases:
fragments:
- 81-include-requirements.yaml
release_date: '2021-04-08'
2.0.0:
changes:
breaking_changes:
- drop python 2 support (https://github.com/openshift/community.okd/pull/93).
bugfixes:
- fixes test suite to use correct versions of python and dependencies (https://github.com/ansible-collections/community.okd/pull/89).
- openshift_process - fix module execution when template does not include a
message (https://github.com/ansible-collections/community.okd/pull/87).
major_changes:
- update to use kubernetes.core 2.0 (https://github.com/openshift/community.okd/pull/93).
minor_changes:
- Added documentation for the ``community.okd`` collection.
- openshift - inventory plugin supports FQCN ``redhat.openshift``.
fragments:
- 87-openshift_process-fix-template-without-message.yaml
- 89-clean-up-ci.yaml
- 93-update-to-k8s-2.yaml
- add_docs.yml
- fqcn_inventory.yml
release_date: '2021-06-22'

View File

@@ -1,2 +0,0 @@
minor_changes:
- restrict the version of kubernetes.core dependency (https://github.com/ansible-collections/community.okd/pull/66).

View File

@@ -1,2 +0,0 @@
minor_changes:
- increase the kubernetes.core dependency version number (https://github.com/ansible-collections/community.okd/pull/71).

View File

@@ -1,3 +0,0 @@
bugfixes:
- restrict molecule version to <3.3.0 to address breaking change (https://github.com/ansible-collections/community.okd/pull/77).
- 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).

View File

@@ -1,2 +0,0 @@
bugfixes:
- add missing requirements.txt file needed for execution environments (https://github.com/ansible-collections/community.okd/pull/78).

View File

@@ -1,2 +0,0 @@
bugfixes:
- update CI to work with ansible 2.11 (https://github.com/ansible-collections/community.okd/pull/80).

View File

@@ -1,2 +0,0 @@
bugfixes:
- include requirements.txt in downstream build process (https://github.com/ansible-collections/community.okd/pull/81).

View File

@@ -1,2 +0,0 @@
bugfixes:
- openshift_process - fix module execution when template does not include a message (https://github.com/ansible-collections/community.okd/pull/87).

View File

@@ -1,3 +0,0 @@
---
bugfixes:
- fixes test suite to use correct versions of python and dependencies (https://github.com/ansible-collections/community.okd/pull/89).

View File

@@ -1,5 +0,0 @@
---
breaking_changes:
- drop python 2 support (https://github.com/openshift/community.okd/pull/93).
major_changes:
- update to use kubernetes.core 2.0 (https://github.com/openshift/community.okd/pull/93).

View File

@@ -1,3 +0,0 @@
---
minor_changes:
- Added documentation for the ``community.okd`` collection.

View File

@@ -1,2 +0,0 @@
minor_changes:
- openshift - inventory plugin supports FQCN ``redhat.openshift``.