Skip to content

Commit

Permalink
Prepare release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo committed May 29, 2024
1 parent f22ffca commit f434316
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Kubernetes Collection Release Notes

.. contents:: Topics

v4.0.1
======

Release Summary
---------------

This release updates collection documentation and meta/runtime.yml files to reflect ansible-core version support (support for ``ansible-core<2.15.0`` has been dropped in release ``4.0.0``).

v4.0.0
======

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Also needs to be updated in galaxy.yml
VERSION = 4.0.0
VERSION = 4.0.1

TEST_ARGS ?= ""
PYTHON_VERSION ?= `python -c 'import platform; print(".".join(platform.python_version_tuple()[0:2]))'`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ You can also include it in a `requirements.yml` file and install it via `ansible
---
collections:
- name: kubernetes.core
version: 4.0.0
version: 4.0.1
```
### Installing the Kubernetes Python Library
Expand Down
8 changes: 8 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -896,3 +896,11 @@ releases:
- k8s-merge_type-removed.yml
- module_utils-common-remove-deprecated-functions-and-class.yaml
release_date: '2024-05-24'
4.0.1:
changes:
release_summary: This release updates collection documentation and meta/runtime.yml
files to reflect ansible-core version support (support for ``ansible-core<2.15.0``
has been dropped in release ``4.0.0``).
fragments:
- 4.0.1.yaml
release_date: '2024-05-29'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tags:
- openshift
- okd
- cluster
version: 4.0.0
version: 4.0.1
build_ignore:
- .DS_Store
- "*.tar.gz"
2 changes: 1 addition & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
requires_ansible: '>=2.14.0'
requires_ansible: '>=2.15.0'

action_groups:
helm:
Expand Down

0 comments on commit f434316

Please sign in to comment.