Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit 9a2e29a

Browse files
authored
Issue #263: Prepare for 1.1.1 release. (#268)
1 parent d60a726 commit 9a2e29a

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ Kubernetes Collection Release Notes
55
.. contents:: Topics
66

77

8+
v1.1.1
9+
======
10+
11+
Bugfixes
12+
--------
13+
14+
- k8s - Fix sanity test 'compile' failing because of positional args (https://github.com/ansible-collections/community.kubernetes/issues/260).
15+
816
v1.1.0
917
======
1018

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 = 1.1.0
2+
VERSION = 1.1.1
33

44
TEST_ARGS ?= ""
55
PYTHON_VERSION ?= `python -c 'import platform; print("{0}.{1}".format(platform.python_version_tuple()[0], platform.python_version_tuple()[1]))'`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You can also include it in a `requirements.yml` file and install it via `ansible
4848
---
4949
collections:
5050
- name: community.kubernetes
51-
version: 1.1.0
51+
version: 1.1.1
5252
```
5353
5454
### Installing the OpenShift Python Library

changelogs/changelog.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,3 +245,10 @@ releases:
245245
- 252_connection-plugin-fqcn-fix.yml
246246
- 93_helm-multiple-values-files.yml
247247
release_date: '2020-10-08'
248+
1.1.1:
249+
changes:
250+
bugfixes:
251+
- k8s - Fix sanity test 'compile' failing because of positional args (https://github.com/ansible-collections/community.kubernetes/issues/260).
252+
fragments:
253+
- 260_k8s-positional-args.yml
254+
release_date: '2020-10-09'

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tags:
2626
- openshift
2727
- okd
2828
- cluster
29-
version: 1.1.0
29+
version: 1.1.1
3030
build_ignore:
3131
- .DS_Store
3232
- '*.tar.gz'

0 commit comments

Comments
 (0)