You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- inventory/k8s.py - Defer removal of k8s inventory plugin to version 6.0.0 (https://github.com/ansible-collections/kubernetes.core/pull/734).
18
+
- connection/kubectl.py - Added an example of using the kubectl connection plugin to the documentation (https://github.com/ansible-collections/kubernetes.core/pull/741).
Copy file name to clipboardExpand all lines: changelogs/changelog.yaml
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -854,3 +854,14 @@ releases:
854
854
- 652-fix-json-patch-action.yml
855
855
- 654-helm-expand-user.yml
856
856
release_date: '2024-05-16'
857
+
3.2.0:
858
+
changes:
859
+
minor_changes:
860
+
- inventory/k8s.py - Defer removal of k8s inventory plugin to version 6.0.0 (https://github.com/ansible-collections/kubernetes.core/pull/734).
861
+
- connection/kubectl.py - Added an example of using the kubectl connection plugin to the documentation (https://github.com/ansible-collections/kubernetes.core/pull/741).
862
+
release_summary: This release comes with documentation updates.
Copy file name to clipboardExpand all lines: docs/kubernetes.core.k8s_inventory.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ DEPRECATED
17
17
----------
18
18
:Removed in collection release after
19
19
:Why: As discussed in https://github.com/ansible-collections/kubernetes.core/issues/31, we decided to
20
-
remove the k8s inventory plugin in release 4.0.0.
20
+
remove the k8s inventory plugin in release 6.0.0.
21
21
22
22
:Alternative: Use :ref:`kubernetes.core.k8s_info <kubernetes.core.k8s_info_module>` and :ref:`ansible.builtin.add_host <ansible.builtin.add_host_module>` instead.
23
23
@@ -357,7 +357,7 @@ Status
357
357
------
358
358
359
359
360
-
- This inventory will be removed in version 4.0.0. *[deprecated]*
360
+
- This inventory will be removed in version 6.0.0. *[deprecated]*
0 commit comments