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:
parent
f06e1c76fd
commit
71cfc8402f
1
.gitignore
vendored
1
.gitignore
vendored
@ -79,3 +79,4 @@
|
||||
/cockpit-0.105.tar.xz
|
||||
/cockpit-0.106.tar.xz
|
||||
/cockpit-0.107.tar.xz
|
||||
/cockpit-0.108.tar.xz
|
||||
|
12
cockpit.spec
12
cockpit.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user