mirror of
https://github.com/openshift/community.okd.git
synced 2026-03-26 19:03:14 +00:00
Push 5.0.0 changes to main branch (#270)
* prepare release 5.0.0 (#269) * prepare release 5.0.0 * update changelog to include inventory plugin removal * update changelog to include inventory plugin removal * update changlogs * update version to 6.0.0-dev0 * update version current to 5.0.0
This commit is contained in:
@@ -4,6 +4,25 @@ OKD Collection Release Notes
|
|||||||
|
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
v5.0.0
|
||||||
|
======
|
||||||
|
|
||||||
|
Release Summary
|
||||||
|
---------------
|
||||||
|
|
||||||
|
This release drops support for ansible-lint < 25.1.2 and removes deprecated openshift inventory plugin.
|
||||||
|
|
||||||
|
Breaking Changes / Porting Guide
|
||||||
|
--------------------------------
|
||||||
|
|
||||||
|
- Remove openshift inventory plugin deprecated in 3.0.0 (https://github.com/openshift/community.okd/pull/252).
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- Bump version of ansible-lint to 25.1.2 (https://github.com/openshift/community.okd/pull/255).
|
||||||
|
- Bump version of ansible-lint to minimum 24.7.0 (https://github.com/openshift/community.okd/pull/240).
|
||||||
|
|
||||||
v4.0.2
|
v4.0.2
|
||||||
======
|
======
|
||||||
|
|
||||||
@@ -15,10 +34,15 @@ This patch updates the k8s dependency version to the 5.x range and modifies test
|
|||||||
v4.0.1
|
v4.0.1
|
||||||
======
|
======
|
||||||
|
|
||||||
Bugfixes
|
Release Summary
|
||||||
--------
|
---------------
|
||||||
|
|
||||||
- openshift_auth - fix issue where openshift_auth module sometimes does not delete the auth token (https://github.com/openshift/community.okd/pull/242)
|
This is a bug fix release
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- openshift_auth - fix issue where openshift_auth module sometimes does not delete the auth token. Based on stale PR (https://github.com/openshift/community.okd/pull/194).
|
||||||
|
|
||||||
v4.0.0
|
v4.0.0
|
||||||
======
|
======
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ You can also include it in a `requirements.yml` file and install it via `ansible
|
|||||||
---
|
---
|
||||||
collections:
|
collections:
|
||||||
- name: community.okd
|
- name: community.okd
|
||||||
version: 4.0.2
|
version: 5.0.0
|
||||||
```
|
```
|
||||||
|
|
||||||
### Installing the Kubernetes Python Library
|
### Installing the Kubernetes Python Library
|
||||||
|
|||||||
@@ -244,8 +244,8 @@ releases:
|
|||||||
4.0.1:
|
4.0.1:
|
||||||
changes:
|
changes:
|
||||||
minor_changes:
|
minor_changes:
|
||||||
- openshift_auth - fix issue where openshift_auth module sometimes does not delete the auth
|
- openshift_auth - fix issue where openshift_auth module sometimes does not
|
||||||
token. Based on stale PR (https://github.com/openshift/community.okd/pull/194).
|
delete the auth token. Based on stale PR (https://github.com/openshift/community.okd/pull/194).
|
||||||
release_summary: This is a bug fix release
|
release_summary: This is a bug fix release
|
||||||
fragments:
|
fragments:
|
||||||
- 242-fix-failed-token-deletion.yml
|
- 242-fix-failed-token-deletion.yml
|
||||||
@@ -257,3 +257,17 @@ releases:
|
|||||||
fragments:
|
fragments:
|
||||||
- 4.0.2.yml
|
- 4.0.2.yml
|
||||||
release_date: '2025-05-28'
|
release_date: '2025-05-28'
|
||||||
|
5.0.0:
|
||||||
|
changes:
|
||||||
|
breaking_changes:
|
||||||
|
- Remove openshift inventory plugin deprecated in 3.0.0 (https://github.com/openshift/community.okd/pull/252).
|
||||||
|
minor_changes:
|
||||||
|
- Bump version of ansible-lint to 25.1.2 (https://github.com/openshift/community.okd/pull/255).
|
||||||
|
- Bump version of ansible-lint to minimum 24.7.0 (https://github.com/openshift/community.okd/pull/240).
|
||||||
|
release_summary: This release drops support for ansible-lint < 25.1.2 and removes deprecated openshift inventory plugin.
|
||||||
|
fragments:
|
||||||
|
- 240-bump-ansible-lint-version.yml
|
||||||
|
- 5.0.0.yml
|
||||||
|
- ansible-lint-update.yml
|
||||||
|
- readme_template_update.yml
|
||||||
|
release_date: '2025-06-10'
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
minor_changes:
|
|
||||||
- Bump version of ansible-lint to minimum 24.7.0 (https://github.com/openshift/community.okd/pull/240).
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
minor_changes:
|
|
||||||
- Bump version of ansible-lint to 25.1.2 (https://github.com/openshift/community.okd/pull/255).
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
trivial:
|
|
||||||
- Update the README doc to match https://access.redhat.com/articles/7068606.
|
|
||||||
Reference in New Issue
Block a user