Skip to content

Commit 9a26742

Browse files
committed
Release v1.6.1
* Runtime values for memory & CPU from VMI -> VM -> server (#173) * Fix the mocked list_storageclasses response (#172) * Add packit configuration (#171)
1 parent 51ef0ca commit 9a26742

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.6.1 / 2026-02-18
2+
3+
* Runtime values for memory & CPU from VMI -> VM -> server ([#173](https://github.com/fog/fog-kubevirt/pull/173))
4+
* Fix the mocked list_storageclasses response ([#172](https://github.com/fog/fog-kubevirt/pull/172))
5+
* Add packit configuration ([#171](https://github.com/fog/fog-kubevirt/pull/171))
6+
17
## 1.6.0 / 2026-02-02
28

39
* Fix status & phase for VirtualMachine ([#163](https://github.com/fog/fog-kubevirt/pull/163))

lib/fog/kubevirt/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Fog
22
module Kubevirt
3-
VERSION = '1.6.0'
3+
VERSION = '1.6.1'
44
end
55
end

0 commit comments

Comments
 (0)