Update to version 0.105

* Strict Content-Security-Policy in all shipped components of Cockpit
 * Can now add and remove Openshift users to and from groups
 * Add timeout setting for Cockpit authentication
 * Registry interface now has checkbox for mirroring from insecure registries
 * Kubernetes dashboard now allows deletion of Nodes
This commit is contained in:
Cockpit Project 2016-05-04 11:09:57 +00:00
parent 26d176674c
commit 87f56051e6
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -76,3 +76,4 @@
/cockpit-0.102.tar.xz /cockpit-0.102.tar.xz
/cockpit-0.103.tar.xz /cockpit-0.103.tar.xz
/cockpit-0.104.tar.xz /cockpit-0.104.tar.xz
/cockpit-0.105.tar.xz

View File

@ -1,4 +1,4 @@
%define tag 0.104 %define tag 0.105
%define rev 1 %define rev 1
# #
# This file is maintained at the following location: # This file is maintained at the following location:
@ -506,6 +506,13 @@ pulls in some necessary packages via dependencies.
%endif %endif
%changelog %changelog
* Wed May 04 2016 Stef Walter <stefw@redhat.com> - 0.105-1
- * Strict Content-Security-Policy in all shipped components of Cockpit
- * Can now add and remove Openshift users to and from groups
- * Add timeout setting for Cockpit authentication
- * Registry interface now has checkbox for mirroring from insecure registries
- * Kubernetes dashboard now allows deletion of Nodes
* Thu Apr 28 2016 Stef Walter <stefw@redhat.com> - 0.104-1 * Thu Apr 28 2016 Stef Walter <stefw@redhat.com> - 0.104-1
- * Show errors correctly when deleting or modifying user accounts - * Show errors correctly when deleting or modifying user accounts
- * Add support for iSCSI cluster volumes - * Add support for iSCSI cluster volumes

View File

@ -1 +1 @@
a97c7e783b44ff5d0b58932845b7249f cockpit-0.104.tar.xz 27c5157ec4764e3206952ea9666ed966 cockpit-0.105.tar.xz