podman-compose/newsfragments
Rafael Guterres Jeffman d4760712b7 Don't raise exception on inexistent services in 'down' command
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>
2025-03-05 15:49:52 -03:00
..
398.bugfix Exclude dependent containers on up if --no-deps. 2025-01-15 22:32:28 +01:00
1125.bugfix Remove incorrect os.chdir call to fix folder error 2025-01-31 01:24:24 +02:00
1152-config-quiet.feature Add quiet flag to podman-compose config 2025-02-28 12:48:08 -08:00
compose_down_inexistent_service.bugfix Don't raise exception on inexistent services in 'down' command 2025-03-05 15:49:52 -03:00
do_not_close_fds.feature Do not close file descriptors when executing podman 2025-02-12 11:35:51 +01:00
README.txt Use newsfragments pattern for the release notes 2024-06-26 10:21:03 +03:00
windows_not_implemented_error.bugfix added release note to newsfragment directory 2025-02-27 11:45:38 +00:00
x-podman.disable-dns.feature Add network "disable-dns" support 2025-01-17 12:14:15 -03:00
x-podman.dns.feature Add network "dns" support 2025-01-17 13:58:13 -03:00
x-podman.interface_name.feature Add newsfragment for interface_name option 2025-02-23 17:08:06 +01:00
x-podman.pod-args.feature Implement x-podman.pod_args to override --pod-args default 2025-02-07 12:11:19 +01:00

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