Update to version 0.104
* Show errors correctly when deleting or modifying user accounts * Add support for iSCSI cluster volumes * Strict Content-Security-Policy in the dashboard, sosreport and realmd code * Better list expansion and navigation behavior across Cockpit * Don't show 'Computer OU' field when leaving a domain * Remove usage of bootstrap-select * Show errors properly in performance profile dialog * Fix Cluster sidebar to react to window size * Allow specifying specific tags in registry image streams * Make registry project access policy more visible
This commit is contained in:
parent
b94b01751c
commit
26d176674c
1
.gitignore
vendored
1
.gitignore
vendored
@ -75,3 +75,4 @@
|
|||||||
/cockpit-0.95.tar.xz
|
/cockpit-0.95.tar.xz
|
||||||
/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
|
||||||
|
17
cockpit.spec
17
cockpit.spec
@ -1,4 +1,4 @@
|
|||||||
%define tag 0.103
|
%define tag 0.104
|
||||||
%define rev 1
|
%define rev 1
|
||||||
#
|
#
|
||||||
# This file is maintained at the following location:
|
# This file is maintained at the following location:
|
||||||
@ -73,7 +73,10 @@ BuildRequires: pcp-libs-devel
|
|||||||
BuildRequires: gdb
|
BuildRequires: gdb
|
||||||
|
|
||||||
%if %{defined gitcommit}
|
%if %{defined gitcommit}
|
||||||
|
# on fedora 24, nodejs provides npm
|
||||||
|
%if 0%{?fedora} > 0 && 0%{?fedora} < 24
|
||||||
BuildRequires: npm
|
BuildRequires: npm
|
||||||
|
%endif
|
||||||
BuildRequires: nodejs
|
BuildRequires: nodejs
|
||||||
# For kerberos tests
|
# For kerberos tests
|
||||||
BuildRequires: krb5-server
|
BuildRequires: krb5-server
|
||||||
@ -503,6 +506,18 @@ pulls in some necessary packages via dependencies.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 28 2016 Stef Walter <stefw@redhat.com> - 0.104-1
|
||||||
|
- * Show errors correctly when deleting or modifying user accounts
|
||||||
|
- * Add support for iSCSI cluster volumes
|
||||||
|
- * Strict Content-Security-Policy in the dashboard, sosreport and realmd code
|
||||||
|
- * Better list expansion and navigation behavior across Cockpit
|
||||||
|
- * Don't show 'Computer OU' field when leaving a domain
|
||||||
|
- * Remove usage of bootstrap-select
|
||||||
|
- * Show errors properly in performance profile dialog
|
||||||
|
- * Fix Cluster sidebar to react to window size
|
||||||
|
- * Allow specifying specific tags in registry image streams
|
||||||
|
- * Make registry project access policy more visible
|
||||||
|
|
||||||
* Tue Apr 19 2016 Stef Walter <stefw@redhat.com> - 0.103-1
|
* Tue Apr 19 2016 Stef Walter <stefw@redhat.com> - 0.103-1
|
||||||
- * Strict Content-Security-Policy for subscriptions component
|
- * Strict Content-Security-Policy for subscriptions component
|
||||||
- * New dialog for Kubernetes connection configuration
|
- * New dialog for Kubernetes connection configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user