Remove deprecated features, bump version to 2.0.0 (#210)

* Remove docker_login's email option.

* container_default_behavior now has default value no_defaults.

* Disallow 'all' next to other ports. Deprecate 'all' in favor of publish_all_ports.

* Change default for network_mode.

* Add changelog fragment.

* Fix tests.

* Next expected release is 2.0.0.
This commit is contained in:
Felix Fontein
2021-10-05 17:39:42 +02:00
committed by GitHub
parent 14f15c0aec
commit 4070dab9a8
6 changed files with 40 additions and 82 deletions
-1
View File
@@ -113,7 +113,6 @@ DOCKER_REQUIRED_TOGETHER = [
]
DEFAULT_DOCKER_REGISTRY = 'https://index.docker.io/v1/'
EMAIL_REGEX = r'[^@]+@[^@]+\.[^@]+'
BYTE_SUFFIXES = ['B', 'KB', 'MB', 'GB', 'TB', 'PB']