Skip to content

Releases: oVirt/go-ovirt-client

v3.1.0

03 Aug 15:58
v3.1.0
Compare
Choose a tag to compare

What's Changed

  • Updating GitHub Actions by @janosdebugs in #243
  • OCPBUGS-6486: add initial size disk create parameter by @engelmi in #242
  • Bump version by @janosdebugs in #244
  • Extend vm description by @AmberDante in #246
  • fix ci rpm build by @engelmi in #248
  • added nic configuration on intialization by @engelmi in #249

New Contributors

Full Changelog: v2.1.0...v3.1.0

v3.0.0-alpha1

31 Jan 13:38
Compare
Choose a tag to compare
v3.0.0-alpha1 Pre-release
Pre-release

This release adds the ability to set the initial size explicitly on disks. In parallel, it also sets the initial size to the file size when uploading disk images to a new disk.

What's Changed

  • Updating GitHub Actions by @janosdebugs in #243
  • OCPBUGS-6486: add initial size disk create parameter by @engelmi in #242
  • Bump version by @janosdebugs in #244

Full Changelog: v2.1.0...v3.0.0-alpha1

v2.1.0

29 Nov 08:53
v2.1.0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.1.0

v2.0.1

14 Sep 07:11
v2.0.1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

12 Sep 15:29
v2.0.0
b55828f
Compare
Choose a tag to compare

What's Changed

  • Readme: update go-ovirt-client to go-ovirt-client-log/v3 by @mnecas in #225
  • Document storage domain type questions by @Darth-Mera in #226
  • Fix tests failing due to disks not bootable by @Darth-Mera in #227
  • FIX Bug 2107241: CSI provisioned disks are preallocated by @Darth-Mera in #229
  • OCPRHV-794: added soundcard enabled flag to builder and VM by @engelmi in #231
  • update major version in module path by @engelmi in #232
  • use default value for soundcard_enabled by @engelmi in #234
  • fixed panic on failed update disk by @engelmi in #236
  • filter for storage domain nfs in testhelper setup by @engelmi in #237
  • OCPRHV-856 - removed error log for console not found by @engelmi in #238

New Contributors

Full Changelog: v1.0.1...v2.0.0

1.0.1: Affinity group bugfix

23 Jun 14:30
Compare
Choose a tag to compare

What's Changed

  • Fixed error message when reaching maximum retries by @janosdebugs in #223
  • Bug 2100496: Making descriptions returned from the API optional by @janosdebugs in #224

Full Changelog: v1.0.0...v1.0.1

1.0.0-beta6: VM locked error reporting

20 Jun 07:41
3192eae
Compare
Choose a tag to compare

What's Changed

  • Detect locked VM and issue proper error code by @janosdebugs in #221

Full Changelog: v1.0.0-beta5...v1.0.0-beta6

1.0.0: First stable version

20 Jun 18:15
Compare
Choose a tag to compare

What's Changed

  • Fixes #158: Optional tag description by @janosdebugs in #160
  • Fixes #159: Listing and removing VM tags by @janosdebugs in #161
  • Fixes #163: Add instance type ID to VM by @janosdebugs in #164
  • Fixes #162: VM type parameters by @janosdebugs in #165
  • Os type by @janosdebugs in #167
  • Remove setting up Go tooling before golangci-lint by @janosdebugs in #168
  • Fixes #176: CPUMode setting by @janosdebugs in #177
  • Fixes #178: VM creation disk parameters by @janosdebugs in #179
  • Blank template handling by @janosdebugs in #86
  • Fixes #180: Getting VM by name doesn't return an error if no VM is found by @janosdebugs in #181
  • Fixes #183: Adding support for proxies by @janosdebugs in #185
  • Added test for stopping already stopped VM by @janosdebugs in #182
  • Fixes #151: automatic recovery from invalid_grant failures by @janosdebugs in #152
  • fix OVIRT_PASSWORD typo by @michalskrivanek in #187
  • updated test helper example by @engelmi in #188
  • Restructured code by @janosdebugs in #186
  • Specialized types by @janosdebugs in #190
  • added nolint to pass new golangci-lint v1.46.0 by @engelmi in #194
  • Remove mock test fallback by @engelmi in #193
  • Implement graphics console handling by @janosdebugs in #192
  • Added missing default retry values for optimizing VM CPU settings by @janosdebugs in #198
  • Identify 'cannot run VM' errors by @janosdebugs in #197
  • Fixed comments about the certificate pool not being available on Windows by @janosdebugs in #196
  • Fixed disk creation correlation ID by @janosdebugs in #199
  • Use go-suite-master for OST testing by @michalskrivanek in #200
  • Updated readme by @janosdebugs in #201
  • Changing log levels to info by @janosdebugs in #203
  • added disk size validation for update disk params by @engelmi in #204
  • Removing CodeQL by @janosdebugs in #202
  • Minor fix for error message by @janosdebugs in #205
  • Implemented max memory by @janosdebugs in #206
  • Adding ballooning support by @janosdebugs in #207
  • added feature flag for placement policy by @engelmi in #208
  • Added serial console support by @janosdebugs in #209
  • More descriptive blank template error message by @janosdebugs in #210
  • use default blank template ID const when vm clone is true by @engelmi in #212
  • Workaround for serial console-related crash by @janosdebugs in #213
  • Affinity group description by @janosdebugs in #214
  • Fixes #215: Better error message on missing IP address by @janosdebugs in #216
  • Added the ability to get (not just wait for) non-local IP addresses by @janosdebugs in #217
  • Fixing active and bootable behavior on disk attachments by @janosdebugs in #219
  • Fixes crash when no affinity groups are present with a given name by @janosdebugs in #220
  • Detect locked VM and issue proper error code by @janosdebugs in #221
  • Removed notice about early development by @janosdebugs in #222

New Contributors

Full Changelog: v0.9.0...v1.0.0

1.0.0-beta3: IP address handling

13 Jun 11:07
Compare
Choose a tag to compare

What's Changed

  • Fixes #215: Better error message on missing IP address by @janosdebugs in #216
  • Added the ability to get (not just wait for) non-local IP addresses by @janosdebugs in #217

Full Changelog: v1.0.0-beta2...v1.0.0-beta3

1.0.0-beta2: Affinity group description support

04 Jun 12:01
Compare
Choose a tag to compare

What's Changed

  • Affinity group description by @janosdebugs in #214

Full Changelog: v1.0.0-beta1...v1.0.0-beta2