Release 2.3.0 (#184) (#185)

This commit is contained in:
Bikouo Aubin
2023-02-03 19:21:03 +01:00
committed by GitHub
parent f94eabffa1
commit 81339235c7
12 changed files with 1458 additions and 14 deletions

View File

@@ -180,3 +180,22 @@ releases:
name: openshift_registry_info
namespace: ''
release_date: '2022-05-05'
2.3.0:
changes:
bugfixes:
- openshift_adm_groups_sync - initialize OpenshiftGroupSync attributes early
to avoid Attribute error (https://github.com/openshift/community.okd/issues/155).
- openshift_auth - Review the way the discard process is working, add openshift
algorithm to convert token to resource object name (https://github.com/openshift/community.okd/issues/176).
fragments:
- 165-initialize-attributes-early.yml
- 178-openshift_auth-fix-revoke-token.yml
- 180-default-values-doc.yml
modules:
- description: Prune old completed and failed builds
name: openshift_adm_prune_builds
namespace: ''
- description: Start a new build or Cancel running, pending, or new builds.
name: openshift_build
namespace: ''
release_date: '2023-02-03'

View File

@@ -1,2 +0,0 @@
bugfixes:
- openshift_adm_groups_sync - initialize OpenshiftGroupSync attributes early to avoid Attribute error (https://github.com/openshift/community.okd/issues/155).

View File

@@ -1,2 +0,0 @@
bugfixes:
- openshift_auth - Review the way the discard process is working, add openshift algorithm to convert token to resource object name (https://github.com/openshift/community.okd/issues/176).

View File

@@ -1,3 +0,0 @@
---
trivial:
- add missing default values to docstrings (https://github.com/openshift/community.okd/pull/180).