Skip to content

Commit

Permalink
v0.0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 12, 2023
1 parent d868086 commit 3ac2a08
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
- commits:
- subject: Enable KVM in x86_64 guest kernels
hash: e9ac1be9ee1a057b89a181fd82ad029a46bd328a
body: |
Nested KVM is not supported on aarch64 hardware or kernels
so we can only enable this on x86_64 for now.
This functionality allows us to test KVM features via CI
on VM self-hosted GitHub runners. Hence "nested".
footer:
Change-type: patch
change-type: patch
Signed-off-by: Kyle Harding <[email protected]>
signed-off-by: Kyle Harding <[email protected]>
author: Kyle Harding
nested: []
version: 0.0.35
title: ""
date: 2023-12-12T14:35:00.238Z
- commits:
- subject: Create missing /dev/pts device
hash: efd1c107babffc6f35aaa835227c2b5fe494b96d
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

# v0.0.35
## (2023-12-12)

* Enable KVM in x86_64 guest kernels [Kyle Harding]

# v0.0.34
## (2023-11-16)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.34
0.0.35

0 comments on commit 3ac2a08

Please sign in to comment.