Update to 138-1
- Only allow mdraid disk removal when it won't destroy data - Allow DN style usernames in the Kubernetes dashboard - Simplify protocol that cockpit talks to session authentication processes
This commit is contained in:
parent
900cd26ce7
commit
da1af14127
1
.gitignore
vendored
1
.gitignore
vendored
@ -104,3 +104,4 @@
|
||||
/cockpit-133.tar.xz
|
||||
/cockpit-134.tar.xz
|
||||
/cockpit-137.tar.xz
|
||||
/cockpit-138.tar.xz
|
||||
|
11
cockpit.spec
11
cockpit.spec
@ -1,5 +1,5 @@
|
||||
# This spec file has been automatically updated
|
||||
Version: 137
|
||||
Version: 138
|
||||
Release: 1%{?dist}
|
||||
#
|
||||
# This file is maintained at the following location:
|
||||
@ -581,8 +581,8 @@ This package is not yet complete.
|
||||
Summary: Cockpit user interface for Kubernetes cluster
|
||||
Requires: /usr/bin/kubectl
|
||||
# Requires: Needs newer localization support
|
||||
Requires: %{name}-bridge >= 124.x
|
||||
Requires: %{name}-shell >= 124.x
|
||||
Requires: %{name}-bridge >= 137.x
|
||||
Requires: %{name}-shell >= 137.x
|
||||
BuildRequires: golang-bin
|
||||
BuildRequires: golang-src
|
||||
Provides: cockpit-stub = %{version}-%{release}
|
||||
@ -599,6 +599,11 @@ cluster. Installed on the Kubernetes master. This package is not yet complete.
|
||||
|
||||
# The changelog is automatically generated and merged
|
||||
%changelog
|
||||
* Mon Apr 10 2017 Stef Walter <<stefw@redhat.com>> - 138-1
|
||||
- Only allow mdraid disk removal when it won't destroy data
|
||||
- Allow DN style usernames in the Kubernetes dashboard
|
||||
- Simplify protocol that cockpit talks to session authentication processes
|
||||
|
||||
* Thu Mar 30 2017 Martin Pitt <<mpitt@redhat.com>> - 137-1
|
||||
|
||||
- Read ~/.ssh/known_hosts for connecting to remote machines with ssh
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (cockpit-137.tar.xz) = 92d1061266063cba6ec6d93de8bac035f1a5d2b777207e5c864bba4b2f2f4e1b47de23a30affb23624398bd72d2944dee550293895b2c3d991df71ffb616db54
|
||||
SHA512 (cockpit-138.tar.xz) = b46ac39a0710e61ab09e7df4eb57c6fef307c7c7ac92a6998fe8dd15c44173b74ec660ce2c5990446d84a15c653c4c1d9e1936f527245147f13afb1e30d0300f
|
||||
|
Loading…
Reference in New Issue
Block a user