Update to version 0.75

* New design for kubernetes listing pages
* Namespace filter for kubernetes
* Pretty http error pages
* Lots of bugs, build and testing fixes
This commit is contained in:
petervo 2015-09-10 14:51:50 -07:00
parent 0a7ca46534
commit 5b9213ed4c
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -53,3 +53,4 @@
/cockpit-0.71.tar.bz2
/cockpit-0.73.tar.bz2
/cockpit-0.74.tar.bz2
/cockpit-0.75.tar.bz2

View File

@ -1,4 +1,4 @@
%define tag 0.74
%define tag 0.75
%define rel 1
# Globals that might be defined elsewhere
# * gitcommit xxxx
@ -472,6 +472,12 @@ fi
%endif
%changelog
* Thu Sep 10 2015 petervo <petervo@redhat.com> - 0.75-1
- New design for kubernetes listing pages
- Namespace filter for kubernetes
- Pretty http error pages
- Lots of bugs, build and testing fixes
* Thu Sep 03 2015 Stef Walter <stefw@redhat.com> - 0.74-1
- * Display an intelligent message when password auth is not possible
- * Correctly start terminal in home directory

View File

@ -1 +1 @@
1d9c353392dd100e9e3e56cb0d7da8f3 cockpit-0.74.tar.bz2
a6e27f380334d039f4f49333f396ca65 cockpit-0.75.tar.bz2