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
This commit is contained in:
Cockpit Project 2015-11-03 19:08:56 +00:00
parent 708b9aa042
commit fb24d2ab3a
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -61,3 +61,4 @@
/cockpit-0.80.tar.bz2 /cockpit-0.80.tar.bz2
/cockpit-0.81.tar.bz2 /cockpit-0.81.tar.bz2
/cockpit-0.82.tar.bz2 /cockpit-0.82.tar.bz2
/cockpit-0.83.tar.bz2

View File

@ -1,4 +1,4 @@
%define tag 0.82 %define tag 0.83
%define rev 1 %define rev 1
# #
# This file is maintained at the following location: # This file is maintained at the following location:
@ -482,6 +482,14 @@ fi
%endif %endif
%changelog %changelog
* Tue Nov 03 2015 Stef Walter <stefw@redhat.com> - 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 <stefw@redhat.com> - 0.82-1 * Wed Oct 28 2015 Stef Walter <stefw@redhat.com> - 0.82-1
- * Support certificate chains properly in cockpit-ws - * Support certificate chains properly in cockpit-ws
- * Rename the default self-signed certificate - * Rename the default self-signed certificate

View File

@ -1 +1 @@
86176c2da2c8edc5c98ed23937dd6720 cockpit-0.82.tar.bz2 92c9677514a123c2be3bd733a45f9383 cockpit-0.83.tar.bz2