Skip to content

Commit

Permalink
Merge pull request spotify#858 from spotify/mattnworb-patch-1
Browse files Browse the repository at this point in the history
update CHANGELOG for releases 8.8.2 and 8.8.3
  • Loading branch information
davidxia authored Aug 7, 2017
2 parents 67d8d0e + 8298c61 commit 8ffd33a
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,32 @@
# Changelog

## 8.8.3

Released August 3, 2017

- add 'force' parameter to `disconnectFromNetwork` ([839])
- allow additional `MemoryStats` attributes to be nullable ([847])
- add missing `Options` property to `Ipam`, allow `Config` to be nullable ([843])

[839]: https://github.com/spotify/docker-client/pull/839
[847]: https://github.com/spotify/docker-client/pull/847
[843]: https://github.com/spotify/docker-client/pull/843

## 8.8.2

Released July 24, 2017

- add `attachable` property to `Network` ([830])
- allow `UpdateStatus.completedAt` to be nullable ([834])
- add `RootFS` property to `inspectImage` response ([835])

[830]: https://github.com/spotify/docker-client/pull/830
[834]: https://github.com/spotify/docker-client/pull/834
[835]: https://github.com/spotify/docker-client/pull/835

## 8.8.1

Not yet released
Released July 13, 2017

- Rename `NoOpRegistryAuthSupplier` to `FixedRegistryAuthSupplier`
- Fix RegistryAuth JSON properties; RegistryAuth keys should all be lowercase
Expand Down

0 comments on commit 8ffd33a

Please sign in to comment.