Update to version 0.116

* Support for volumes when starting a docker container
 * Support for setting environment variables in a docker container
 * Fix regressions that broke display of localized text
This commit is contained in:
Cockpit Project 2016-07-29 16:35:49 +00:00
parent 5a1b2da225
commit 9399c7bc05
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -86,3 +86,4 @@
/cockpit-0.113.tar.xz
/cockpit-0.114.tar.xz
/cockpit-0.115.tar.xz
/cockpit-0.116.tar.xz

View File

@ -1,4 +1,4 @@
%define tag 0.115
%define tag 0.116
%define rev 1
#
# This file is maintained at the following location:
@ -523,6 +523,11 @@ pulls in some necessary packages via dependencies.
%endif
%changelog
* Fri Jul 29 2016 Stef Walter <stefw@redhat.com> - 0.116-1
- * Support for volumes when starting a docker container
- * Support for setting environment variables in a docker container
- * Fix regressions that broke display of localized text
* Thu Jul 21 2016 Stef Walter <stefw@redhat.com> - 0.115-1
- * Setup Docker container and image storage through the UI
- * Use Webpack to build Cockpit UI packages

View File

@ -1 +1 @@
4c10d01cdd03bffd430dfd444051aabc cockpit-0.115.tar.xz
b95f51c2b13c2ecf32211e4ac109fa93 cockpit-0.116.tar.xz