mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-26 19:03:16 +00:00
chore: Prepare release 1.5.0
Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
@@ -101,3 +101,7 @@ releases:
|
|||||||
- 91.yaml
|
- 91.yaml
|
||||||
- 95.yaml
|
- 95.yaml
|
||||||
release_date: '2024-05-29'
|
release_date: '2024-05-29'
|
||||||
|
1.5.0:
|
||||||
|
changes:
|
||||||
|
release_summary: Support for stopped VMs, deprecation of the 'connections' parameter and many cleanups.
|
||||||
|
release_date: '2024-07-10'
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
namespace: kubevirt
|
namespace: kubevirt
|
||||||
name: core
|
name: core
|
||||||
version: "1.4.0"
|
version: "1.5.0"
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- KubeVirt Project (kubevirt.io)
|
- KubeVirt Project (kubevirt.io)
|
||||||
|
|||||||
@@ -39,11 +39,9 @@ options:
|
|||||||
- Optional list of cluster connection settings. If no connections are provided, the default
|
- Optional list of cluster connection settings. If no connections are provided, the default
|
||||||
I(~/.kube/config) and active context will be used, and objects will be returned for all namespaces
|
I(~/.kube/config) and active context will be used, and objects will be returned for all namespaces
|
||||||
the active user is authorized to access.
|
the active user is authorized to access.
|
||||||
deprecated:
|
- This parameter is deprecated. Split your connections into multiple configuration files and move
|
||||||
removed_in: "3.0.0"
|
parameters of each connection to the configuration top level.
|
||||||
alternative:
|
- Deprecated in version C(1.5.0), will be removed in version C(3.0.0).
|
||||||
- Split your connections into multiple configuration files and move parameters of each connection
|
|
||||||
to the configuration top level.
|
|
||||||
type: list
|
type: list
|
||||||
elements: dict
|
elements: dict
|
||||||
suboptions:
|
suboptions:
|
||||||
|
|||||||
Reference in New Issue
Block a user