Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Apr 22, 2024
1 parent 4a6d98a commit a2505ce
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
27 changes: 27 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
- commits:
- subject: "qemu: test for kvm device node"
hash: 4e83cd5da5241b288c5f8083bf905e826e2adae0
body: |
Before running qemu, test for the kvm device node existing and being
read/write for the current user.
This handles an edge case where the CPU supports hardware virtualization
extensions, but the KVM device node doesn't exist or the user can't
access it, such as from inside a container, or when disabled in the
kernel's configuration.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Joseph Kogut <[email protected]>
signed-off-by: Joseph Kogut <[email protected]>
author: Joseph Kogut
- subject: support for both GPT and MBR images
hash: ab2b9f1428a4edfb49162b8a9e281da165967dae
body: |
* QEMU v8.2.2
footer:
change-type: minor
author: Anton Belodedenko
version: 1.2.0
title: ""
date: 2024-04-22T19:19:04.341Z
- commits:
- subject: Update dependency balena-io/balena-cli to v18.2.0
hash: 2a435d642bc800c984ae25ce77127a8b2dc2c2d4
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change log
-----------

## v1.2.0 - 2024-04-22

* Qemu: test for kvm device node [Joseph Kogut]
* Support for both GPT and MBR images [Anton Belodedenko]

## v1.1.38 - 2024-04-17

* Update dependency balena-io/balena-cli to v18.2.0 [Self-hosted Renovate Bot]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.38
1.2.0

0 comments on commit a2505ce

Please sign in to comment.