Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Releases: tmax-cloud/kubevirt-image-service

v1.2.0

29 Sep 08:38
4c564d9
Compare
Choose a tag to compare

Note

  • Recommended k8s version is v1.18.8
  • Minimum supported k8s version is v1.17
  • Kubernetes Volume Snapshot Beta API is now supported

Feature

  • Update e2e test environment to support k8s v1.18.8 and rook v1.4.2 (#50)
  • Update volume snapshot API version from v1alpha1 to v1beta1 (#49)
  • Add feature to import image from local (#33)
  • Add feature to export volume to s3 destination (#32)
  • Add pending state for VirtualMachineVolumeExport and VirtualMachineVolume (#45)
  • Using condition array to check availability of VirtualMachineVolume (#41)
  • Separating namespace kis for operator (#40, #31)

Bugfix

  • Fix error on VirtualMachineVolumeExport user guide local export section (#42)

Documentation

  • Add how to retrieve exported volume from local exporter pod on user guide (#30)

v1.1.0

23 Jul 01:42
Compare
Choose a tag to compare

Release v1.1

Features

  • Export VirtualMachineVolume to the local environment is now supported through VirtualMachineVolumeExport #9

Breaking Changes

  • Migrated Gitlab CI/CD pipeline to Github action #3
  • Applied Condition array to status fields of VirtualMachineImage, VirtualMachineVolume and VirtualMachineVolumeExport #14, #16

Bugfix

  • Fix PVC creating issue which happens during creating scratch PVC #18

Documentation

  • Translated user guide and troubleshooting guide in English #17

Release v1.2

Planned future release

Features

  • Enable operator to be deployed in a separate namespace besides default namespace
  • Export VirtualMachineVolume to s3 through VirtualMachineVolumeExport
  • Import disk image from the local environment to VirtualMachineImage