Skip to content

Commit a5d07c2

Browse files
committed
release v2.0.0-beta.0
1 parent 9650a34 commit a5d07c2

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222

2323
*none*
2424

25+
## [2.0.0-beta.0] - 2023-03-07
26+
27+
- upgrade to Ubuntu 23.04
28+
- drop support for linux/riscv64
29+
2530
## [1.3.0] - 2021-12-06
2631

2732
### Fixed
@@ -54,7 +59,9 @@
5459

5560
- Docker image containing libguestfs command line tools
5661

57-
[unreleased]: https://github.com/bkahlert/libguestfs/compare/v1.3.0...HEAD
62+
[unreleased]: https://github.com/bkahlert/libguestfs/compare/v2.0.0-beta.0...HEAD
63+
64+
[1.3.0]: https://github.com/bkahlert/libguestfs/compare/v1.3.0...v2.0.0-beta.0
5865

5966
[1.3.0]: https://github.com/bkahlert/libguestfs/compare/v1.2.1...v1.3.0
6067

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ authors:
55
family-names: "Kahlert"
66
orcid: "https://orcid.org/0000-0003-1705-4067"
77
title: "Libguestfs - Containerized libguestfs including virt-customize, guestfish, etc."
8-
version: 1.3.0
9-
date-released: 2021-12-03
8+
version: 2.0.0-beta.0
9+
date-released: 2023-03-07
1010
url: "https://github.com/bkahlert/libguestfs"

test/image/libguestfs.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515

1616
@test "should execute guestfish script" {
17-
skip # broken since v1.2.1
17+
skip # broken since v2
1818

1919
copy_fixture tinycore.iso disk.img
2020

test/scripts/guestfish.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ EXPECT
1919
}
2020

2121
@test "should execute script if specified" {
22-
skip # broken since v1.2.1
22+
skip # broken since v2
2323

2424
copy_fixture tinycore.iso disk.img
2525

test/scripts/virt-customize.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010

1111
@test "should execute script" {
12-
skip # broken since v1.2.1
12+
skip # broken since v2
1313

1414
copy_fixture cirros.img disk.img
1515

0 commit comments

Comments
 (0)