mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Completed Changelog for all past versions
This commit is contained in:
parent
0b60829df7
commit
4f6cc5c733
1 changed files with 69 additions and 24 deletions
93
CHANGELOG.md
93
CHANGELOG.md
|
@ -1,32 +1,77 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 0.2.0 (dev)
|
## 0.1.8 (2013-04-22)
|
||||||
- Fix Vagrant in windows and OSX
|
- Dynamically detect cgroup capabilities
|
||||||
- Fix TTY behavior
|
- Issue stability warning on kernels <3.8
|
||||||
- Fix attach/detach/run behavior
|
- 'docker push' buffers on disk instead of memory
|
||||||
- Fix memory/fds leaks
|
- Fix 'docker diff' for removed files
|
||||||
- Fix various race conditions
|
- Fix 'docker stop' for ghost containers
|
||||||
- Fix `docker diff` for removed files
|
- Fix handling of pidfile
|
||||||
- Fix `docker stop` for ghost containers
|
- Various bugfixes and stability improvements
|
||||||
- Fix lxc 0.9 compatibility
|
|
||||||
- Implement an escape sequence `C-p C-q` in order to detach containers in tty mode
|
|
||||||
- Implement `-a stdin` in order to write on container's stdin while retrieving its ID
|
|
||||||
- Implement the possiblity to choose the publicly exposed port
|
|
||||||
- Implement progress bar for registry push/pull
|
|
||||||
- Improve documentation
|
|
||||||
- Improve `docker rmi` in order to remove images by name
|
|
||||||
- Shortened containers and images IDs
|
|
||||||
- Add cgroup capabilities detection
|
|
||||||
- Automatically try to load AUFS module
|
|
||||||
- Automatically create and configure a bridge `dockbr0`
|
|
||||||
- Remove the standalone mode
|
|
||||||
|
|
||||||
## 0.1.0 (03/23/2013)
|
## 0.1.7 (2013-04-18)
|
||||||
- Open-source the project
|
- Container ports are available on localhost
|
||||||
|
- 'docker ps' shows allocated TCP ports
|
||||||
|
- Contributors can run 'make hack' to start a continuous integration VM
|
||||||
|
- Streamline ubuntu packaging & uploading
|
||||||
|
- Various bugfixes and stability improvements
|
||||||
|
|
||||||
|
## 0.1.6 (2013-04-17)
|
||||||
|
- Record the author an image with 'docker commit -author'
|
||||||
|
|
||||||
|
## 0.1.5 (2013-04-17)
|
||||||
|
- Disable standalone mode
|
||||||
|
- Use a custom DNS resolver with 'docker -d -dns'
|
||||||
|
- Detect ghost containers
|
||||||
|
- Improve diagnosis of missing system capabilities
|
||||||
|
- Allow disabling memory limits at compile time
|
||||||
|
- Add debian packaging
|
||||||
|
- Documentation: installing on Arch Linux
|
||||||
|
- Documentation: running Redis on docker
|
||||||
|
- Fixed lxc 0.9 compatibility
|
||||||
|
- Automatically load aufs module
|
||||||
|
- Various bugfixes and stability improvements
|
||||||
|
|
||||||
|
## 0.1.4 (2013-04-09)
|
||||||
|
- Full support for TTY emulation
|
||||||
|
- Detach from a TTY session with the escape sequence `C-p C-q`
|
||||||
|
- Various bugfixes and stability improvements
|
||||||
|
- Minor UI improvements
|
||||||
|
- Automatically create our own bridge interface 'docker0'
|
||||||
|
|
||||||
|
## 0.1.3 (2013-04-04)
|
||||||
|
- Choose TCP frontend port with '-p :PORT'
|
||||||
|
- Layer format is versioned
|
||||||
|
- Major reliability improvements to the process manager
|
||||||
|
- Various bugfixes and stability improvements
|
||||||
|
|
||||||
|
## 0.1.2 (2013-04-03)
|
||||||
|
- Set container hostname with 'docker run -h'
|
||||||
|
- Selective attach at run with 'docker run -a [stdin[,stdout[,stderr]]]'
|
||||||
|
- Various bugfixes and stability improvements
|
||||||
|
- UI polish
|
||||||
|
- Progress bar on push/pull
|
||||||
|
- Use XZ compression by default
|
||||||
|
- Make IP allocator lazy
|
||||||
|
|
||||||
|
## 0.1.1 (2013-03-31)
|
||||||
|
- Display shorthand IDs for convenience
|
||||||
|
- Stabilize process management
|
||||||
|
- Layers can include a commit message
|
||||||
|
- Simplified 'docker attach'
|
||||||
|
- Fixed support for re-attaching
|
||||||
|
- Various bugfixes and stability improvements
|
||||||
|
- Auto-download at run
|
||||||
|
- Auto-login on push
|
||||||
|
- Beefed up documentation
|
||||||
|
|
||||||
|
## 0.1.0 (2013-03-23)
|
||||||
|
- First release
|
||||||
- Implement registry in order to push/pull images
|
- Implement registry in order to push/pull images
|
||||||
|
- TCP port allocation
|
||||||
- Fix termcaps on Linux
|
- Fix termcaps on Linux
|
||||||
- Add the documentation
|
- Add documentation
|
||||||
- Add Vagrant support with Vagrantfile
|
- Add Vagrant support with Vagrantfile
|
||||||
- Add unit tests
|
- Add unit tests
|
||||||
- Add repository/tags to ease the image management
|
- Add repository/tags to ease image management
|
||||||
- Improve the layer implementation
|
- Improve the layer implementation
|
||||||
|
|
Loading…
Reference in a new issue