Skip to content

Commit baec422

Browse files
committed
Prepare release 3.2.0
1 parent 4854d7f commit baec422

File tree

7 files changed

+29
-8
lines changed

7 files changed

+29
-8
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ Kubernetes Collection Release Notes
44

55
.. contents:: Topics
66

7+
v3.2.0
8+
======
9+
10+
Release Summary
11+
---------------
12+
This release comes with documentation updates.
13+
14+
Minor Changes
15+
-------------
16+
17+
- 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).
19+
720
v3.1.0
821
======
922

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Also needs to be updated in galaxy.yml
2-
VERSION = 3.0.0
2+
VERSION = 3.2.0
33

44
TEST_ARGS ?= ""
55
PYTHON_VERSION ?= `python -c 'import platform; print(".".join(platform.python_version_tuple()[0:2]))'`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ You can also include it in a `requirements.yml` file and install it via `ansible
9393
---
9494
collections:
9595
- name: kubernetes.core
96-
version: 3.0.0
96+
version: 3.2.0
9797
```
9898
9999
### Installing the Kubernetes Python Library

changelogs/changelog.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -854,3 +854,14 @@ releases:
854854
- 652-fix-json-patch-action.yml
855855
- 654-helm-expand-user.yml
856856
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.
863+
fragments:
864+
- 20240530-defer-removal-and-ansible-core-support-update.yaml
865+
- 20240601-doc-example-of-using-kubectl.yaml
866+
- 3.2.0.yml
867+
release_date: '2024-06-14'

changelogs/fragments/20240601-doc-example-of-using-kubectl.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/kubernetes.core.k8s_inventory.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ DEPRECATED
1717
----------
1818
:Removed in collection release after
1919
: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.
2121

2222
:Alternative: Use :ref:`kubernetes.core.k8s_info <kubernetes.core.k8s_info_module>` and :ref:`ansible.builtin.add_host <ansible.builtin.add_host_module>` instead.
2323

@@ -357,7 +357,7 @@ Status
357357
------
358358

359359

360-
- This inventory will be removed in version 4.0.0. *[deprecated]*
360+
- This inventory will be removed in version 6.0.0. *[deprecated]*
361361
- For more information see `DEPRECATED`_.
362362

363363

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tags:
2525
- openshift
2626
- okd
2727
- cluster
28-
version: 3.1.0
28+
version: 3.2.0
2929
build_ignore:
3030
- .DS_Store
3131
- "*.tar.gz"

0 commit comments

Comments
 (0)