Skip to content

Commit 8371e9d

Browse files
committed
Release v1.5.1
Fixed: - CVE-2026-1530 - Don't override @opts in create_client_from_token (#168)
1 parent 0af1fe5 commit 8371e9d

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 1.5.1 / 2026-01-28
2+
* CVE-2026-1530 - Don't override @opts in create_client_from_token ([#168](https://github.com/fog/fog-kubevirt/pull/168))
3+
14
### 1.5.0 / 2026-01-16
25
* Fix Compute.valid? suppressing the original error ([#162](https://github.com/fog/fog-kubevirt/pull/162))
36

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.5.0'
3+
VERSION = '1.5.1'
44
end
55
end

0 commit comments

Comments
 (0)