mirror of
https://github.com/openshift/community.okd.git
synced 2026-05-06 13:12:37 +00:00
Release version 3.0.1 (#210)
This commit is contained in:
@@ -5,6 +5,15 @@ OKD Collection Release Notes
|
||||
.. contents:: Topics
|
||||
|
||||
|
||||
v3.0.1
|
||||
======
|
||||
|
||||
Release Summary
|
||||
---------------
|
||||
|
||||
This patch release fixes an issue in building the downstream collection.
|
||||
|
||||
|
||||
v3.0.0
|
||||
======
|
||||
|
||||
|
||||
2
Makefile
2
Makefile
@@ -1,7 +1,7 @@
|
||||
.PHONY: molecule
|
||||
|
||||
# Also needs to be updated in galaxy.yml
|
||||
VERSION = 3.0.0
|
||||
VERSION = 3.0.1
|
||||
|
||||
SANITY_TEST_ARGS ?= --docker --color
|
||||
UNITS_TEST_ARGS ?= --docker --color
|
||||
|
||||
@@ -76,7 +76,7 @@ You can also include it in a `requirements.yml` file and install it via `ansible
|
||||
---
|
||||
collections:
|
||||
- name: community.okd
|
||||
version: 3.0.0
|
||||
version: 3.0.1
|
||||
```
|
||||
|
||||
### Installing the Kubernetes Python Library
|
||||
|
||||
@@ -207,8 +207,20 @@ releases:
|
||||
deprecated_features:
|
||||
- openshift - the ``openshift`` inventory plugin has been deprecated and will
|
||||
be removed in release 4.0.0 (https://github.com/ansible-collections/kubernetes.core/issues/31).
|
||||
release_summary: This major release drops support for ansible-core versions lower than 2.14 and Python versions lower than 3.9. It also deprecates ``openshift`` inventory plugin.
|
||||
release_summary: This major release drops support for ansible-core versions
|
||||
lower than 2.14 and Python versions lower than 3.9. It also deprecates ``openshift``
|
||||
inventory plugin.
|
||||
fragments:
|
||||
- 20230206-deprecate-openshift-inventory.yml
|
||||
- 20231107-move-sanity-and-units-to-gha.yml
|
||||
release_date: '2023-11-20'
|
||||
3.0.1:
|
||||
changes:
|
||||
release_summary: 'This patch release fixes an issue in building the downstream
|
||||
collection.
|
||||
|
||||
'
|
||||
fragments:
|
||||
- downstream-gitignore.yml
|
||||
- release_summary.yml
|
||||
release_date: '2023-11-30'
|
||||
|
||||
@@ -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="3.0.0"
|
||||
DOWNSTREAM_VERSION="3.0.1"
|
||||
KEEP_DOWNSTREAM_TMPDIR="${KEEP_DOWNSTREAM_TMPDIR:-''}"
|
||||
INSTALL_DOWNSTREAM_COLLECTION_PATH="${INSTALL_DOWNSTREAM_COLLECTION_PATH:-}"
|
||||
_build_dir=""
|
||||
|
||||
@@ -24,4 +24,4 @@ tags:
|
||||
- okd
|
||||
- cluster
|
||||
# Also needs to be updated in the Makefile
|
||||
version: 3.0.0
|
||||
version: 3.0.1
|
||||
|
||||
Reference in New Issue
Block a user