Issue #263: Prepare for 1.1.1 release. (#268)

This commit is contained in:
Jeff Geerling
2020-10-09 13:46:20 -05:00
committed by GitHub
parent d60a726e6d
commit 9a2e29acd2
5 changed files with 18 additions and 3 deletions

View File

@@ -5,6 +5,14 @@ Kubernetes Collection Release Notes
.. contents:: Topics .. 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 v1.1.0
====== ======

View File

@@ -1,5 +1,5 @@
# Also needs to be updated in galaxy.yml # Also needs to be updated in galaxy.yml
VERSION = 1.1.0 VERSION = 1.1.1
TEST_ARGS ?= "" TEST_ARGS ?= ""
PYTHON_VERSION ?= `python -c 'import platform; print("{0}.{1}".format(platform.python_version_tuple()[0], platform.python_version_tuple()[1]))'` PYTHON_VERSION ?= `python -c 'import platform; print("{0}.{1}".format(platform.python_version_tuple()[0], platform.python_version_tuple()[1]))'`

View File

@@ -48,7 +48,7 @@ You can also include it in a `requirements.yml` file and install it via `ansible
--- ---
collections: collections:
- name: community.kubernetes - name: community.kubernetes
version: 1.1.0 version: 1.1.1
``` ```
### Installing the OpenShift Python Library ### Installing the OpenShift Python Library

View File

@@ -245,3 +245,10 @@ releases:
- 252_connection-plugin-fqcn-fix.yml - 252_connection-plugin-fqcn-fix.yml
- 93_helm-multiple-values-files.yml - 93_helm-multiple-values-files.yml
release_date: '2020-10-08' 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'

View File

@@ -26,7 +26,7 @@ tags:
- openshift - openshift
- okd - okd
- cluster - cluster
version: 1.1.0 version: 1.1.1
build_ignore: build_ignore:
- .DS_Store - .DS_Store
- '*.tar.gz' - '*.tar.gz'