SHA256
1
0
forked from pool/docker

Accepting request 263863 from Virtualization

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/263863
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docker?expand=0&rev=10
This commit is contained in:
2014-12-03 21:48:32 +00:00
committed by Git OBS Bridge
parent 70d0809182
commit 80ac41173a
4 changed files with 30 additions and 9 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Nov 26 11:27:06 UTC 2014 - fcastelli@suse.com
- Updated to 1.3.2 (2014-11-20) - fixes bnc#907012 (CVE-2014-6407) and
bnc#907014 (CVE-2014-6408)
* Security:
- Fix tar breakout vulnerability
- Extractions are now sandboxed chroot
- Security options are no longer committed to images
* Runtime:
- Fix deadlock in `docker ps -f exited=1`
- Fix a bug when `--volumes-from` references a container that failed to start
* Registry:
- `--insecure-registry` now accepts CIDR notation such as 10.1.0.0/16
- Private registries whose IPs fall in the 127.0.0.0/8 range do no need
the `--insecure-registry` flag
- Skip the experimental registry v2 API when mirroring is enabled
- Fixed minor packaging issues.
-------------------------------------------------------------------
Fri Oct 31 08:54:47 UTC 2014 - fcastelli@suse.com