From 9a2e29acd2665eaa6fae64d222e7988a5493e4db Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Fri, 9 Oct 2020 13:46:20 -0500 Subject: [PATCH] Issue #263: Prepare for 1.1.1 release. (#268) --- CHANGELOG.rst | 8 ++++++++ Makefile | 2 +- README.md | 2 +- changelogs/changelog.yaml | 7 +++++++ galaxy.yml | 2 +- 5 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b88f0630..8712e5ca 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ Kubernetes Collection Release Notes .. contents:: Topics +v1.1.1 +====== + +Bugfixes +-------- + +- k8s - Fix sanity test 'compile' failing because of positional args (https://github.com/ansible-collections/community.kubernetes/issues/260). + v1.1.0 ====== diff --git a/Makefile b/Makefile index 0924e2cd..26e675fe 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Also needs to be updated in galaxy.yml -VERSION = 1.1.0 +VERSION = 1.1.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 6292acb6..a9561178 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ You can also include it in a `requirements.yml` file and install it via `ansible --- collections: - name: community.kubernetes - version: 1.1.0 + version: 1.1.1 ``` ### Installing the OpenShift Python Library diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 437d5a7d..17ba48db 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -245,3 +245,10 @@ releases: - 252_connection-plugin-fqcn-fix.yml - 93_helm-multiple-values-files.yml release_date: '2020-10-08' + 1.1.1: + changes: + bugfixes: + - k8s - Fix sanity test 'compile' failing because of positional args (https://github.com/ansible-collections/community.kubernetes/issues/260). + fragments: + - 260_k8s-positional-args.yml + release_date: '2020-10-09' diff --git a/galaxy.yml b/galaxy.yml index 93d57e1e..c27c45ce 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -26,7 +26,7 @@ tags: - openshift - okd - cluster -version: 1.1.0 +version: 1.1.1 build_ignore: - .DS_Store - '*.tar.gz'