mirror of https://github.com/docker/docker-py.git
Bump 4.1.0
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
This commit is contained in:
parent
8077d80118
commit
c81200a483
|
@ -1,2 +1,2 @@
|
|||
version = "4.1.0-dev"
|
||||
version = "4.1.0"
|
||||
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
|
||||
|
|
|
@ -1,6 +1,27 @@
|
|||
Change log
|
||||
==========
|
||||
|
||||
4.1.0
|
||||
-----
|
||||
|
||||
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/61?closed=1)
|
||||
|
||||
### Bugfixes
|
||||
|
||||
- Correct `INDEX_URL` logic in build.py _set_auth_headers
|
||||
- Fix for empty auth keys in config.json
|
||||
|
||||
### Features
|
||||
|
||||
- Add `NetworkAttachmentConfig` for service create/update
|
||||
|
||||
### Miscellaneous
|
||||
|
||||
- Bump pytest to 4.3.1
|
||||
- Adjust `--platform` tests for changes in docker engine
|
||||
- Update credentials-helpers to v0.6.3
|
||||
|
||||
|
||||
4.0.2
|
||||
-----
|
||||
|
||||
|
|
Loading…
Reference in New Issue