From fb24d2ab3aab8016160de7c375833453ccfaeac9 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Tue, 3 Nov 2015 19:08:56 +0000 Subject: [PATCH] Update to version 0.83 * Fix NTP server configuration bugs * Kubernetes dashboard topology icons don't leave the view * Kubernetes dashboard uses shared container-terminal component * Fix race when adding machine to Cockpit dashboard * Updated documentation for running new distributed tests * Lots of other bug and testing fixes --- .gitignore | 1 + cockpit.spec | 10 +++++++++- sources | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4c0aa29..c60760b 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,4 @@ /cockpit-0.80.tar.bz2 /cockpit-0.81.tar.bz2 /cockpit-0.82.tar.bz2 +/cockpit-0.83.tar.bz2 diff --git a/cockpit.spec b/cockpit.spec index 227da8e..b9b47b8 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -1,4 +1,4 @@ -%define tag 0.82 +%define tag 0.83 %define rev 1 # # This file is maintained at the following location: @@ -482,6 +482,14 @@ fi %endif %changelog +* Tue Nov 03 2015 Stef Walter - 0.83-1 +- * Fix NTP server configuration bugs +- * Kubernetes dashboard topology icons don't leave the view +- * Kubernetes dashboard uses shared container-terminal component +- * Fix race when adding machine to Cockpit dashboard +- * Updated documentation for running new distributed tests +- * Lots of other bug and testing fixes + * Wed Oct 28 2015 Stef Walter - 0.82-1 - * Support certificate chains properly in cockpit-ws - * Rename the default self-signed certificate diff --git a/sources b/sources index 67df3d6..1ccf101 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -86176c2da2c8edc5c98ed23937dd6720 cockpit-0.82.tar.bz2 +92c9677514a123c2be3bd733a45f9383 cockpit-0.83.tar.bz2