mirror of
https://github.com/containers/podman-compose.git
synced 2025-03-13 22:50:08 +01:00
When running 'podman-compose down <service>', if service is not part of the compose, a KeyError exception is raised in function 'get_excluded'. By only allowing evaluation of services that exist in the compose provides a cleaner and gentler exit for this case. Signed-off-by: Rafael Guterres Jeffman <rjeffman@redhat.com> |
||
---|---|---|
.. | ||
398.bugfix | ||
1125.bugfix | ||
1152-config-quiet.feature | ||
compose_down_inexistent_service.bugfix | ||
do_not_close_fds.feature | ||
README.txt | ||
windows_not_implemented_error.bugfix | ||
x-podman.disable-dns.feature | ||
x-podman.dns.feature | ||
x-podman.interface_name.feature | ||
x-podman.pod-args.feature |
This is the directory for news fragments used by towncrier: https://github.com/hawkowl/towncrier You create a news fragment in this directory when you make a change, and the file gets removed from this directory when the news is published. towncrier has a few standard types of news fragments, signified by the file extension. These are: .feature: Signifying a new feature. .bugfix: Signifying a bug fix. .doc: Signifying a documentation improvement. .removal: Signifying a deprecation or removal of public API. .change: Signifying a change of behavior .misc: Miscellaneous change