From 29a74c492e6a4b1dfed59bcb1bc4485d58a76f52 Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Wed, 17 Jul 2024 11:30:16 +0200 Subject: [PATCH] chore: Bump version to 2.0.0 Bump version and add changelog with release summary. Signed-off-by: Felix Matouschek --- changelogs/changelog.yaml | 11 +++++++++++ galaxy.yml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 4943f78..d1d99dd 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -144,3 +144,14 @@ releases: - 114.yaml - 115.yaml release_date: '2024-07-10' + 2.0.0: + changes: + release_summary: The deprecation of the 'connections' parameter is + continued by dropping support for multiple connections. Inventory + configurations with a single connection remain working for now. + This backwards compatibility will be dropped in version 3.0.0 of the + collection. + + Inventory source caching is now working and allows to reduce the load + on the control plane of a cluster from which an inventory is built. + release_date: '2024-07-17' diff --git a/galaxy.yml b/galaxy.yml index 6e0030c..5cde8a8 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: kubevirt name: core -version: "1.5.0" +version: "2.0.0" readme: README.md authors: - KubeVirt Project (kubevirt.io)