From 5e964178c184d07c03d15557c504258fceacc2b2 Mon Sep 17 00:00:00 2001 From: JordanKeo45 Date: Fri, 10 May 2024 13:41:21 -0300 Subject: [PATCH] release v0.1.0-0010 --- CHANGELOG.md | 4 ++-- manifest.json | 4 ++-- packaging/el8/main.spec | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7edf20e..888e2c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ -## cockpit zfs 0.1.0-9 +## cockpit zfs 0.1.0-10 -* fixes a bug with finding importable pools \ No newline at end of file +* fixed bug with missing disks breaking pools \ No newline at end of file diff --git a/manifest.json b/manifest.json index 2ebf961..a82218f 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "title": "cockpit zfs", "prerelease": true, "version": "0.1.0", - "buildVersion": "9", + "buildVersion": "10", "author": "Jordan Keough ", "url": "https://github.com/45Drives/cockpit-zfs", "category": "utils", @@ -40,7 +40,7 @@ "changelog": { "urgency": "medium", "version": "0.1.0", - "buildVersion": "9", + "buildVersion": "10", "ignore": [], "date": null, "packager": "Jordan Keough ", diff --git a/packaging/el8/main.spec b/packaging/el8/main.spec index f7848d7..83ed474 100644 --- a/packaging/el8/main.spec +++ b/packaging/el8/main.spec @@ -27,6 +27,8 @@ make DESTDIR=%{buildroot} install /usr/share/cockpit/zfs/* %changelog +* Fri May 10 2024 Jordan Keough 0.1.0-10 +- fixed bug with missing disks breaking pools * Wed Apr 24 2024 Jordan Keough 0.1.0-9 - fixes a bug with finding importable pools * Tue Apr 23 2024 Jordan Keough 0.1.0-8