Skip to content

Releases: kubevirt/common-templates

v0.13.0-rc.1

28 Dec 09:29
f26e5ba
Compare
Choose a tag to compare
v0.13.0-rc.1 Pre-release
Pre-release
Explain why Windows grace period is so long (#295)

commit 7127e2fd0 has set terminationGracePeriodSeconds for Windows
template on 3600 seconds, or one whole hour. I find it way too long, so
document the reason behind it.

Signed-off-by: Dan Kenigsberg <danken@redhat.com>

v0.13.0-rc.0

10 Dec 08:11
793ddf7
Compare
Choose a tag to compare
v0.13.0-rc.0 Pre-release
Pre-release
This commit presents the following changes: (#282)

- Removel of deprecated templates:
	Templates that are no longer in use should not be deployed on the
	client's cluster, so they were removed (if they are needed for old
	VMs, they exist on a cluster from a previous deployment.

- _linux.yaml Embedded into variant templates:
	In order to support fine-tuning of specific linux OSs without
	affecting others, the _linux.yaml template was embedded into
	all linux variants templates

- vm.kubevirt.io/validation annotation was introduced:
	In order to provide an easy upgrade for templates, the 'validation'
	label was moved to the processed VM from the parent template.
	This change breaks the dependency of the VM in the template
	during validation, and allows us the freedom to upgrade
	templates

Signed-off-by: Omer Yahud <oyahud@redhat.com>

v0.12.4

23 Nov 13:13
a585ddf
Compare
Choose a tag to compare

v0.12.3

21 Oct 14:42
dbc0bc9
Compare
Choose a tag to compare

v0.12.2

01 Oct 07:23
db7a44e
Compare
Choose a tag to compare

v0.12.1

17 Sep 15:16
48b228a
Compare
Choose a tag to compare

Linux templates now have parameter for random cloud user password

v0.12.0

11 Sep 12:40
f3cbbb8
Compare
Choose a tag to compare

Add new SRC_PVC_NAME and SRC_PVC_NAMESPACE params
Removed flavor/size labels from the deprecated windows template

v0.11.3

09 Aug 11:55
4ea319f
Compare
Choose a tag to compare

This release contains the following changes:

  • Updated terminationGracePeriodSeconds to give VMs time to gracefully shutdown.
  • Windows Server 2008 is no longer supported
  • Windows can be created without disks

v0.11.2

22 Jun 11:57
53e5809
Compare
Choose a tag to compare

Fixed windows cdrom validation rule

v0.11.1

10 Jun 12:14
f868f03
Compare
Choose a tag to compare

Fix cdrom validation
Add Fedora 32 as supported OS