diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 212e77f0..670ba480 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ Kubernetes Collection Release Notes .. contents:: Topics +v2.0.1 +====== + +Bugfixes +-------- + +- inventory - add community.kubernetes to list of plugin choices in k8s inventory (https://github.com/ansible-collections/kubernetes.core/pull/128). + v2.0.0 ====== diff --git a/Makefile b/Makefile index 9c084ff0..202321a5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Also needs to be updated in galaxy.yml -VERSION = 2.0.0 +VERSION = 2.0.1 TEST_ARGS ?= "" PYTHON_VERSION ?= `python -c 'import platform; print("{0}.{1}".format(platform.python_version_tuple()[0], platform.python_version_tuple()[1]))'` diff --git a/README.md b/README.md index e10574eb..2738ea82 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ You can also include it in a `requirements.yml` file and install it via `ansible --- collections: - name: kubernetes.core - version: 2.0.0 + version: 2.0.1 ``` ### Installing the Kubernetes Python Library diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 373879d8..5a3bdee5 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -395,3 +395,11 @@ releases: name: k8s_json_patch namespace: '' release_date: '2021-06-09' + 2.0.1: + changes: + bugfixes: + - inventory - add community.kubernetes to list of plugin choices in k8s inventory + (https://github.com/ansible-collections/kubernetes.core/pull/128). + fragments: + - 128-update-inventory-plugin-param.yaml + release_date: '2021-06-11' diff --git a/changelogs/fragments/128-update-inventory-plugin-param.yaml b/changelogs/fragments/128-update-inventory-plugin-param.yaml deleted file mode 100644 index 4caaa46d..00000000 --- a/changelogs/fragments/128-update-inventory-plugin-param.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - inventory - add community.kubernetes to list of plugin choices in k8s inventory (https://github.com/ansible-collections/kubernetes.core/pull/128). diff --git a/docs/kubernetes.core.k8s_inventory.rst b/docs/kubernetes.core.k8s_inventory.rst index e1fc270b..79769c1b 100644 --- a/docs/kubernetes.core.k8s_inventory.rst +++ b/docs/kubernetes.core.k8s_inventory.rst @@ -300,6 +300,7 @@ Parameters diff --git a/galaxy.yml b/galaxy.yml index 36eb7aa1..0fe6126f 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -27,7 +27,7 @@ tags: - openshift - okd - cluster -version: 2.0.0 +version: 2.0.1 build_ignore: - .DS_Store - '*.tar.gz'