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:
parent
26d176674c
commit
87f56051e6
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user