Update to version 0.108

* SELinux troubleshooting alerts can now be dismissed
 * Show SELinux icon for critical alerts
 * SELinux enforcing mode can be turned off and on with a switch
 * Kubernetes Nodes are now include charts about usage data
 * Fix Debian dependency on Docker
 * Update the look and feel of the toggle switch
 * Update ListenStream documentation to include address info
This commit is contained in:
Cockpit Project 2016-05-27 19:03:54 +00:00
parent f06e1c76fd
commit 71cfc8402f
3 changed files with 13 additions and 2 deletions

1
.gitignore vendored
View File

@ -79,3 +79,4 @@
/cockpit-0.105.tar.xz
/cockpit-0.106.tar.xz
/cockpit-0.107.tar.xz
/cockpit-0.108.tar.xz

View File

@ -1,4 +1,4 @@
%define tag 0.107
%define tag 0.108
%define rev 1
#
# This file is maintained at the following location:
@ -379,6 +379,7 @@ Summary: Cockpit user interface for storage, using Storaged
Requires: %{name}-shell = %{version}-%{release}
Requires: storaged >= 2.1.1
Requires: storaged-lvm2 >= 2.1.1
Requires: storaged-iscsi >= 2.1.1
Requires: device-mapper-multipath
BuildArch: noarch
@ -506,6 +507,15 @@ pulls in some necessary packages via dependencies.
%endif
%changelog
* Fri May 27 2016 Stef Walter <stefw@redhat.com> - 0.108-1
- * SELinux troubleshooting alerts can now be dismissed
- * Show SELinux icon for critical alerts
- * SELinux enforcing mode can be turned off and on with a switch
- * Kubernetes Nodes are now include charts about usage data
- * Fix Debian dependency on Docker
- * Update the look and feel of the toggle switch
- * Update ListenStream documentation to include address info
* Fri May 20 2016 Stef Walter <stefw@redhat.com> - 0.107-1
- * Display image stream import errors
- * Add GlusterFS persistent volumes in Cluster dashboard

View File

@ -1 +1 @@
0c95eb8fdf5fad5bfe59d3f31ada47e2 cockpit-0.107.tar.xz
13eb75980b871beb5573c3c5363d2332 cockpit-0.108.tar.xz