diff --git a/CHANGES.rst b/CHANGES.rst index 07f0538bd3d3bd5e7abafa42fa0610819f723882..ade30784b26fe4bd094db17f11167cd419ab23dd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,22 @@ Changes ======= +1.6.0 (2020-07-15) +------------------ + + * cli: Allow boot and bang commands in non-root environments + * collect: disable FolderSizeSnapshot for now + * collect: small optimization on garbage collect + * grid: Fix OS detection + * grid: Support non writable files and folders when removing software or partition directories + * grid: try 3 times to upload archive to binary cache + * prune: Several bug fixes + * proxy: support forwarding requests as a partition + * standalone: support setting multi-master in slapos.cfg + * testing/testcase: several bug fixes in ldd check and snapshots + * util: use safe variant or xml_marshaller + * util: introduce rmtree, a wrapper for shutil.rmtree with support for non writable files and folders + 1.5.12 (2020-04-07) ------------------- diff --git a/slapos/version.py b/slapos/version.py index ed5fa9b06aeb4b89706a168c2291f50561b8036a..7df6777f6437571bc62f1c4438ce00afaa53d20a 100644 --- a/slapos/version.py +++ b/slapos/version.py @@ -26,4 +26,4 @@ # ############################################################################## -version = '1.5.12' +version = '1.6.0'