Skip to content

Tags: decentriq/dockworker

Tags

v0.1.0

Toggle v0.1.0's commit message
Bump up the version to `0.1.0` which complies with semver conventions.

* Improvements

- Extend HostConfig to allow LogConfig option for log-driver configuration Idein#131

v0.0.24

Toggle v0.0.24's commit message
bump up v0.0.24

Improvements:

- Update dependencies Idein#112
    - Update tokio and hyper
    - Replace failure crate with thiserror
- Extend IPAMConfig to accept AuxiliaryAddresses for macvlan network
- Restructuring unit tests
    - Reduced number of images used for testing
    - Add test cases

v0.0.21

Toggle v0.0.21's commit message
release 0.0.21

Since release 0.0.20 was skipped, this changelog also contains the differences.

* New features
- RestartPolicy constructors
- Workaround for hyper deadlock

* Changes
- This repository is transferred to Idein/dockworker

* Bug fixes
- Fix hyper workaround test

v0.0.19

Toggle v0.0.19's commit message
release 0.0.19

* New features
- Add ability to filter containers by status (Idein#94)

* Changes
- Bump up hyper to 0.13 (Idein#99)

v0.0.18

Toggle v0.0.18's commit message
release 0.0.18

Changes:
- Expose signal constructor (Idein#92)
- Publish response module (Idein#89)

v0.0.17

Toggle v0.0.17's commit message
release 0.0.17

New features:
-  (experimental) Add support for checkpoint feature (Idein#81)

Bug fixes:
- Fixes deserializer of a network configuraion parameter (Idein#84)

v0.0.16

Toggle v0.0.16's commit message
release v0.0.16

- Add: support network API
- Fix: when stop_container is called with a container id
  which is not exists, dockworker crashes.

v0.0.13

Toggle v0.0.13's commit message
release 0.0.13

Improvements:
  Switching error representation from error-chain to failure

v0.0.10

Toggle v0.0.10's commit message
Release 0.0.10

New feature:
- Support inspecting image api (`/image/{id}/json`)
- Support restarting container api (`/containers{id}/restart`)

Breaking change:
- Change name of the type `Image` to `ImageSummary`
- Add some fields to `Config` type
- Tweak types of fields of `Config` type
- Add `Health` field  to the type of container information (`container::State`)

v0.0.11

Toggle v0.0.11's commit message
Emergency fix.

Bug fix:
Make deserializer for `config::Config` to accept output of docker api.
Some fields can be `null`.