mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-27 05:43:02 +00:00
@@ -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
|
||||
======
|
||||
|
||||
|
||||
2
Makefile
2
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]))'`
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -26,7 +26,7 @@ tags:
|
||||
- openshift
|
||||
- okd
|
||||
- cluster
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
build_ignore:
|
||||
- .DS_Store
|
||||
- '*.tar.gz'
|
||||
|
||||
Reference in New Issue
Block a user