rebase changelog based on openSUSE:13.2:Update docker
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=86
This commit is contained in:
parent
6632f104c3
commit
8f8770d804
@ -189,6 +189,16 @@ Wed Jan 27 23:40:09 UTC 2016 - asarai@suse.com
|
||||
Added:
|
||||
fix_json_econnreset_bug.patch (https://github.com/docker/docker/issues/14203)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 15:08:05 UTC 2016 - jmassaguerpla@suse.com
|
||||
|
||||
- use_fs_cgroups_by_default.patch: fix bsc#963177 - Use fs cgroups
|
||||
by default in docker
|
||||
- fix_cgroup.parent_path_sanitisation.patch: fix bsc# 963198 - fix
|
||||
cgroup.Parent path sanitisation in docker
|
||||
- fix_bnc_958255.patch: fix bnc#958255 - Docker creates strange
|
||||
apparmor profile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 21 16:52:41 UTC 2016 - jmassaguerpla@suse.com
|
||||
|
||||
@ -365,11 +375,11 @@ Thu Sep 10 22:33:01 UTC 2015 - jmassaguerpla@suse.com
|
||||
|
||||
see detailed changelog in
|
||||
|
||||
https://github.com/docker/docker/releases/tag/v1.8.2
|
||||
https://github.com/docker/docker/releases/tag/v1.8.2
|
||||
|
||||
fix bsc#946653 update do docker 1.8.2
|
||||
|
||||
- devicemapper: fix zero-sized field access
|
||||
- devicemapper: fix zero-sized field access
|
||||
Fix issue #15279: does not build with Go 1.5 tip
|
||||
Due to golang/go@7904946
|
||||
the devices field is dropped.
|
||||
@ -377,7 +387,7 @@ Thu Sep 10 22:33:01 UTC 2015 - jmassaguerpla@suse.com
|
||||
This solution works on go1.4 and go1.5
|
||||
|
||||
See more in https://github.com/docker/docker/pull/15404
|
||||
|
||||
|
||||
This fix was not included in v1.8.2. See previous link
|
||||
on why.
|
||||
|
||||
@ -405,9 +415,9 @@ Thu Aug 13 09:00:25 UTC 2015 - jmassaguerpla@suse.com
|
||||
- Update to docker 1.8.0:
|
||||
see detailed changelog in
|
||||
|
||||
https://github.com/docker/docker/releases/tag/v1.8.0
|
||||
https://github.com/docker/docker/releases/tag/v1.8.0
|
||||
|
||||
- remove docker-netns-aarch64.patch: This patch was adding
|
||||
- remove docker-netns-aarch64.patch: This patch was adding
|
||||
vendor/src/github.com/vishvananda/netns/netns_linux_arm64.go
|
||||
which is now included upstream, so we don't need this patch anymore
|
||||
|
||||
@ -417,7 +427,7 @@ Fri Jul 24 14:24:16 UTC 2015 - jmassaguerpla@suse.com
|
||||
- Exclude archs where docker does not build. Otherwise it gets into
|
||||
and infinite loop when building.
|
||||
|
||||
We'll fix that later if we want to release for those archs.
|
||||
We'll fix that later if we want to release for those archs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 15 08:11:11 UTC 2015 - jmassaguerpla@suse.com
|
||||
@ -446,18 +456,18 @@ Distribution
|
||||
|
||||
Fix pulling private images
|
||||
Fix fallback between registry V2 and V1
|
||||
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 10 11:22:00 UTC 2015 - jmassaguerpla@suse.com
|
||||
|
||||
- Exclude init scripts other than systemd from the test-package
|
||||
- Exclude init scripts other than systemd from the test-package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 1 12:38:50 UTC 2015 - jmassaguerpla@suse.com
|
||||
|
||||
- Exclude intel 32 bits arch. Docker does not built on that. Let's
|
||||
make it explicit.
|
||||
make it explicit.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 25 16:49:59 UTC 2015 - dmueller@suse.com
|
||||
@ -509,7 +519,7 @@ Mon Jun 22 08:48:11 UTC 2015 - fcastelli@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 9 16:35:46 UTC 2015 - jmassaguerpla@suse.com
|
||||
|
||||
- Add test subpackage and fix line numbers in patches
|
||||
- Add test subpackage and fix line numbers in patches
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 5 15:29:45 UTC 2015 - fcastelli@suse.com
|
||||
@ -682,7 +692,7 @@ Fri Dec 12 16:13:30 UTC 2014 - fcastelli@suse.com
|
||||
* Notable Features since 1.3.0:
|
||||
- Set key=value labels to the daemon (displayed in `docker info`), applied with
|
||||
new `-label` daemon flag
|
||||
- Add support for `ENV` in Dockerfile of the form:
|
||||
- Add support for `ENV` in Dockerfile of the form:
|
||||
`ENV name=value name2=value2...`
|
||||
- New Overlayfs Storage Driver
|
||||
- `docker info` now returns an `ID` and `Name` field
|
||||
@ -1160,7 +1170,7 @@ Wed Feb 19 08:35:27 UTC 2014 - fcastelli@suse.com
|
||||
- Fix broken images API for version less than 1.7
|
||||
- Use the right encoding for all API endpoints which return JSON
|
||||
- Move remote api client to api/
|
||||
- Queue calls to the API using generic socket wait
|
||||
- Queue calls to the API using generic socket wait
|
||||
* Runtime:
|
||||
- Fix the use of custom settings for bridges and custom bridges
|
||||
- Refactor the devicemapper code to avoid many mount/unmount race
|
||||
@ -1283,7 +1293,7 @@ Fri Jan 10 10:44:23 UTC 2014 - fcastelli@suse.com
|
||||
* Do not add hostname when networking is disabled
|
||||
* Return most recent image from the cache by date
|
||||
* Return all errors from docker wait
|
||||
* Add Content-Type Header "application/json" to GET /version and /info responses
|
||||
* Add Content-Type Header "application/json" to GET /version and /info responses
|
||||
* Other:
|
||||
- Update DCO to version 1.1
|
||||
- Update Makefile to use "docker:GIT_BRANCH" as the generated image name
|
||||
@ -1302,7 +1312,7 @@ Fri Jan 10 10:44:23 UTC 2014 - fcastelli@suse.com
|
||||
- Fix for wrong version warning on master instead of latest
|
||||
* Runtime:
|
||||
- Only get the image's rootfs when we need to calculate the image size
|
||||
- Correctly handle unmapping UDP ports
|
||||
- Correctly handle unmapping UDP ports
|
||||
- Make CopyFileWithTar use a pipe instead of a buffer to save memory on docker build
|
||||
- Fix login message to say pull instead of push
|
||||
- Fix "docker load" help by removing "SOURCE" prompt and mentioning STDIN
|
||||
|
Loading…
Reference in New Issue
Block a user