Release 2.0.1 (#98)

This commit is contained in:
Mike Graves
2021-06-24 14:28:28 -04:00
committed by GitHub
parent bffadb5a55
commit 6b2f06a157
7 changed files with 19 additions and 7 deletions

View File

@@ -5,6 +5,14 @@ OKD Collection Release Notes
.. contents:: Topics
v2.0.1
======
Minor Changes
-------------
- increase kubernetes.core dependency version (https://github.com/openshift/community.okd/pull/97).
v2.0.0
======

View File

@@ -1,7 +1,7 @@
.PHONY: molecule
# Also needs to be updated in galaxy.yml
VERSION = 2.0.0
VERSION = 2.0.1
SANITY_TEST_ARGS ?= --docker --color
PYTHON_VERSION ?= `python3 -c 'import platform; print("{0}.{1}".format(platform.python_version_tuple()[0], platform.python_version_tuple()[1]))'`

View File

@@ -58,7 +58,7 @@ You can also include it in a `requirements.yml` file and install it via `ansible
---
collections:
- name: community.okd
version: 2.0.0
version: 2.0.1
```
### Installing the Kubernetes Python Library

View File

@@ -129,3 +129,10 @@ releases:
- add_docs.yml
- fqcn_inventory.yml
release_date: '2021-06-22'
2.0.1:
changes:
minor_changes:
- increase kubernetes.core dependency version (https://github.com/openshift/community.okd/pull/97).
fragments:
- 97-bump-k8s-version.yaml
release_date: '2021-06-24'

View File

@@ -1,3 +0,0 @@
---
minor_changes:
- increase kubernetes.core dependency version (https://github.com/openshift/community.okd/pull/97).

View File

@@ -9,7 +9,7 @@
# - All functions are prefixed with f_ so it's obvious where they come
# from when in use throughout the script
DOWNSTREAM_VERSION="2.0.0"
DOWNSTREAM_VERSION="2.0.1"
KEEP_DOWNSTREAM_TMPDIR="${KEEP_DOWNSTREAM_TMPDIR:-''}"
_build_dir=""

View File

@@ -24,4 +24,4 @@ tags:
- okd
- cluster
# Also needs to be updated in the Makefile
version: 2.0.0
version: 2.0.1