Skip to content

Releases: kubevirt/kubevirt-tekton-tasks

v0.10.0

28 Jun 07:42
24f8cf2
Compare
Choose a tag to compare

What's Changed

  • Update tekton tasks manifests to version v0.9.2 by @ksimon1 in #145
  • Update examples documentation by @0xFelix in #148
  • Add array params in taskrun only if array is not empty by @ksimon1 in #150
  • remove common templates labels / annotations from VM in modify-template task by @ksimon1 in #149
  • modify-vm-template: Add deleteTemplate parameter by @0xFelix in #151
  • Onboard create-data-object task by @0xFelix in #152
  • Bump create-data-object golang version to 1.17 temporarily by @0xFelix in #162
  • Add script to obtain Windows 10 ISO download URL in an automated way by @0xFelix in #164
  • Add create-data-object task by @0xFelix in #161
  • Update tekton tasks manifests to version v0.9.3 by @ksimon1 in #159

Full Changelog: v0.9.2...v0.10.0

v0.9.3

17 Jun 13:29
9ea7d61
Compare
Choose a tag to compare

What's Changed

  • [release-v0.9.0] remove all common-template labels / annotations in copy task by @kubevirt-bot in #147
  • [release-v0.9.0] remove common templates labels / annotations from VM in modify-template task by @kubevirt-bot in #153
  • [release-v0.9.0] Add array params in taskrun only if array is not empty by @openshift-cherrypick-robot in #156
  • [release-v0.9.0] enable creating datasources in create-datavolume-task by @ksimon1 in #155

New Contributors

Full Changelog: v0.9.1...v0.9.3

v0.9.2

16 May 17:34
90d5179
Compare
Choose a tag to compare

What's Changed

  • Update tekton tasks manifests to version v0.9.1 by @ksimon1 in #142
  • remove all common-template labels / annotations in copy task by @ksimon1 in #144

Full Changelog: v0.9.1...v0.9.2

v0.9.1

12 May 07:42
e7c55d6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

09 May 10:16
2e3bc5a
Compare
Choose a tag to compare

What's Changed

  • Update tekton tasks manifests to version v0.8.0 by @ksimon1 in #130
  • add packages golang, git, which to a builder dockerfile by @ksimon1 in #131
  • update owners file by @ksimon1 in #132
  • fix getting of kubevirt components latest release by @ksimon1 in #129
  • add gcc package into openshift ci builder image by @ksimon1 in #134
  • create tekton-pipelines namespace during tests by @ksimon1 in #135
  • remove tests which doesn't have serviceAccount by @ksimon1 in #136
  • add RunStrategy parameter to create vm tasks by @ksimon1 in #133
  • modify-vm-template: Fix updating template labels and annotations by @0xFelix in #138
  • bump golang version to 1.18 by @ksimon1 in #121
  • Allow create-datavolume-from-manifest-role to create pods by @0xFelix in #140

Full Changelog: v0.8.0...v0.9.0

v0.8.0

27 Apr 10:51
1fb2bfc
Compare
Choose a tag to compare

What's Changed

  • Update tekton tasks manifests to version v0.7.0 by @ksimon1 in #120
  • bump quay.io/kubevirt/libguestfs-tools image to v0.52.0 by @ksimon1 in #122
  • add datavolumeTemplates parameter to modify-vm-template task by @ksimon1 in #124
  • Add missing defaults to modify-vm-template manifest by @0xFelix in #123
  • Fix typo in modify-vm-template test by @0xFelix in #125
  • update ginkgo version in a test container by @ksimon1 in #126
  • add param allowReplace in copy template task by @ksimon1 in #127
  • add new parameters to modify template task by @ksimon1 in #128

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

09 Apr 19:21
e1cecc6
Compare
Choose a tag to compare

What's Changed

  • add step to GH actions to upload released manifests to TTO by @ksimon1 in #119
  • Add deleteDatavolumeTemplate parameter to modify-vm-template task by @ksimon1 in #118

Full Changelog: v0.6.0...v0.7.0

v0.6.0

01 Apr 12:52
5ef2ef5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

22 Feb 13:38
9d7a844
Compare
Choose a tag to compare

What's Changed

  • switch to libguestfs-tools image for disk-virt-customize and disk-virt-sysprep by @ksimon1 in #108
  • update centos repos URL by @ksimon1 in #110
  • add release automation and offense language validation via github actions by @ksimon1 in #109
  • regenerate local manifests with latest image tag by @ksimon1 in #111

Full Changelog: v0.4.0...v0.5.0

v0.4.0

12 Nov 18:06
101b9aa
Compare
Choose a tag to compare

Changes

  • adds copy-template and modify-vm-template tasks for copying and modifying OKD templates
  • adds new option startVM to create-vm-from-manifest and create-vm-from-template tasks