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:
parent
5a1b2da225
commit
9399c7bc05
1
.gitignore
vendored
1
.gitignore
vendored
@ -86,3 +86,4 @@
|
||||
/cockpit-0.113.tar.xz
|
||||
/cockpit-0.114.tar.xz
|
||||
/cockpit-0.115.tar.xz
|
||||
/cockpit-0.116.tar.xz
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user