diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ff7053653..7105019cf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v4.3.5 (12 June 2020) + + - Bugfix: Fix machine provisioning for KVM clouds + - Bugfix: Use ThreadPoolExecutor in create_machine_async, fixes provisioning issue on OpenStack clouds + - Bugfix: Fix Azure storage account autogenerated name + - Bugfix: Fix links to filtered lists + - Bugfix: Fix handling of custom sizes + - Bugfix: Fix cost output in csv export + - Change: Set images as unstarred by default + ## v4.3.4 (5 June 2020) - Bugfix: Fix ordering of starred images in machine create form diff --git a/api b/api index 5a823c4f55..5cd978fad4 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit 5a823c4f555797682dc8ee849ed8855d6042ceb4 +Subproject commit 5cd978fad468d516bd4ff6abf31c28128a6b2db0 diff --git a/ui b/ui index a33a1739a2..40883f25a5 160000 --- a/ui +++ b/ui @@ -1 +1 @@ -Subproject commit a33a1739a209f6ed827e375c1a754a7596f179b8 +Subproject commit 40883f25a5b17125316f6ff9d7115fdd6a31bd67