All Versions
124
Latest Version
Avg Release Cycle
65 days
Latest Release
78 days ago
Changelog History
Page 7
Changelog History
Page 7
-
v1.4.0
December 11, 2014Notable 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:ENV name=value name2=value2...
- ๐ New Overlayfs Storage Driver
- ๐ณ
docker info
now returns anID
andName
field - Filter events by event name, container, or image
- ๐ณ
docker cp
now supports copying from container volumes - ๐ Fixed
docker tag
, so it honors--force
when overriding a tag for existing image.
- ๐ณ Set key=value labels to the daemon (displayed in
-
v1.3.3
December 11, 2014๐ Security
- ๐ Fix path traversal vulnerability in processing of absolute symbolic links (CVE-2014-9356)
- ๐ Fix decompression of xz image archives, preventing privilege escalation (CVE-2014-9357)
- Validate image IDs (CVE-2014-9358)
โ Runtime
- ๐ Fix an issue when image archives are being read slowly
Client
- ๐ Fix a regression related to stdin redirection
- ๐ Fix a regression with
docker cp
when destination is the current directory
-
v1.3.2
November 20, 2014๐ 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
-
v1.3.1
October 28, 2014๐ Security
- Prevent fallback to SSL protocols < TLS 1.0 for client, daemon and registry
- Secure HTTPS connection to registries with certificate verification and without HTTP fallback unless
--insecure-registry
is specified
โ Runtime
- ๐ Fix issue where volumes would not be shared
Client
- ๐ Fix issue with
--iptables=false
not automatically setting--ip-masq=false
- ๐ Fix docker run output to non-TTY stdout
๐ Builder
- ๐ Fix escaping
$
for environment variables - ๐ Fix issue with lowercase
onbuild
Dockerfile instruction - Restrict environment variable expansion to
ENV
,ADD
,COPY
,WORKDIR
,EXPOSE
,VOLUME
andUSER
-
v1.3.0
October 14, 2014Notable features since 1.2.0
- ๐ณ Docker
exec
allows you to run additional processes inside existing containers - ๐ณ Docker
create
gives you the ability to create a container via the CLI without executing a process - ๐
--security-opts
options to allow user to customize container labels and apparmor profiles - ๐ณ Docker
ps
filters - ๐ Wildcard support to COPY/ADD
- ๐ณ Move production URLs to get.docker.com from get.docker.io
- Allocate IP address on the bridge inside a valid CIDR
- ๐ท Use drone.io for PR and CI testing
- Ability to setup an official registry mirror
- ๐ณ Ability to save multiple images with docker
save
- ๐ณ Docker
-
v1.2.0
August 20, 2014โ Runtime
- ๐ Make /etc/hosts /etc/resolv.conf and /etc/hostname editable at runtime
- Auto-restart containers using policies
- ๐ณ Use /var/lib/docker/tmp for large temporary files
- ๐ง
--cap-add
and--cap-drop
to tweak what linux capability you want --device
to use devices in containers
Client
- ๐ณ
docker search
on private registries - โ Add
exited
filter todocker ps --filter
- ๐ณ
docker rm -f
now kills instead of stop - ๐ Support for IPv6 addresses in
--dns
flag
Proxy
- Proxy instances in separate processes
- Small bug fix on UDP proxy
-
v1.1.2
July 23, 2014โ Runtime
- ๐ Fix port allocation for existing containers
- ๐ Fix containers restart on daemon restart
Packaging
- ๐ Fix /etc/init.d/docker issue on Debian
-
v1.1.1
July 09, 2014๐ Builder
- ๐ Fix issue with ADD
-
v1.1.0
July 03, 2014Notable features since 1.0.1
- โ Add
.dockerignore
support - ๐ณ Pause containers during
docker commit
- โ Add
--tail
todocker logs
๐ Builder
- ๐ Allow a tar file as context for
docker build
- ๐ Fix issue with white-spaces and multi-lines in
Dockerfiles
โ Runtime
- ๐ Overall performance improvements
- ๐ Allow
/
as source ofdocker run -v
- ๐ Fix port allocation
- ๐ Fix bug in
docker save
- โ Add links information to
docker inspect
Client
- ๐ Improve command line parsing for
docker commit
Remote API
- ๐ Improve status code for the
start
andstop
endpoints
- โ Add
-
v1.0.1
June 19, 2014Notable features since 1.0.0
- โจ Enhance security for the LXC driver
๐ Builder
- ๐ Fix
ONBUILD
instruction passed to grandchildren
โ Runtime
- ๐ Fix events subscription
- ๐ Fix /etc/hostname file with host networking
- ๐ Allow
-h
and--net=none
- ๐ Fix issue with hotplug devices in
--privileged
Client
- ๐ Fix artifacts with events
- ๐ Fix a panic with empty flags
- ๐ Fix
docker cp
on Mac OS X
Miscellaneous
- ๐ Fix compilation on Mac OS X
- ๐ Fix several races