Prepare release 6.5.0 (#1188)

* Prepare k8s collection release 6.5.0

* update release date for the version 6.5.0

* Update changelog.yaml and changelog.rst mismatch

---------

Co-authored-by: Yuriy Novostavskiy <yuriy@novostavskiy.kyiv.ua>
This commit is contained in:
Bianca Henderson
2026-07-08 11:06:30 -04:00
committed by GitHub
parent a1cd39a71f
commit 0f472b53e2
14 changed files with 86 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
# Also needs to be updated in galaxy.yml
VERSION = 6.4.0
VERSION = 6.5.0
TEST_ARGS ?= ""
PYTHON_VERSION ?= `python -c 'import platform; print(".".join(platform.python_version_tuple()[0:2]))'`