Merge pull request #125 from 0xFelix/bump-version-2.0.0

chore: Bump version to 2.0.0
This commit is contained in:
kubevirt-bot
2024-07-17 11:38:57 +02:00
committed by GitHub
2 changed files with 12 additions and 1 deletions

View File

@@ -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'

View File

@@ -1,7 +1,7 @@
---
namespace: kubevirt
name: core
version: "1.5.0"
version: "2.0.0"
readme: README.md
authors:
- KubeVirt Project (kubevirt.io)