From 902dc2d85344c6bc920dbd101f0e33d0267eb8f1 Mon Sep 17 00:00:00 2001 From: FrantiĊĦek Zatloukal Date: Dec 16 2020 14:27:43 +0000 Subject: Release 0.4.0 --- diff --git a/.gitignore b/.gitignore index efad43c..277b0fb 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /testcloud-0.3.5.tar.gz /testcloud-0.3.6.tar.gz /testcloud-0.3.7.tar.gz +/testcloud-0.4.0.tar.gz diff --git a/sources b/sources index 0f3028d..8015f2c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (testcloud-0.3.7.tar.gz) = c20153de8be0f6ae65cd6e53ffba1e7c3d42ec227e523b18dba304c044989230bd018886a1441fbdd6696d1b4b32effb9544865d47cc2d38b14cfc0c8fd734cb +SHA512 (testcloud-0.4.0.tar.gz) = 2a8d921db31f43185b972368b9d63916bae74ce806d0493079ef0e3fd4a6a6341aee89642bc211a47dfa6736d119ce68de9f0c45045438d0b2ba5e08c64f74c1 diff --git a/testcloud.spec b/testcloud.spec index d6e2b32..000c556 100644 --- a/testcloud.spec +++ b/testcloud.spec @@ -8,7 +8,7 @@ ExclusiveArch: %{kernel_arches} noarch Name: testcloud # Update also version in testcloud/__init__.py and docs/source/conf.py when changing this! -Version: 0.3.7 +Version: 0.4.0 Release: 1%{?dist} Summary: Tool for running cloud images locally @@ -120,6 +120,16 @@ rm -rf %{buildroot}%{_sysconfdir}/testcloud/__pycache__ %{python3_sitelib}/*.egg-info %changelog +* Wed Dec 16 2020 Frantisek Zatloukal - 0.4.0-1 +- Support creating instances by fedora:XX, fedora:latest and fedora:qa-matrix strings +- Implement auto cleaning of backingstore +- Make testcloud compatible with future Python 3.10 +- Adapt to requests defaulting to simplejson if present +- Don't throw out exception when trying to create instance already existing in libvirt +- --all is now the default in testcloud instance list +- Show some hints to the users on instance create/start +- cleanup the instance bits when instance create fails + * Mon Nov 16 2020 Frantisek Zatloukal - 0.3.7-1 - Do not throw out ugly tracebacks if user uses cli (#1887815) - Parse CMD_LINE_ARGS and add CMD_LINE_ENVS (https://pagure.io/testcloud/issue/49)