podman-compose/newsfragments
Elsa 98f166d2e4 Implement pids_limit
Signed-off-by: Elsa <zeyugao@outlook.com>
2025-04-21 22:51:37 +03:00
..
127-fix-git-build-url-context.bugfix Fix using git URL as build context 2025-03-30 21:56:55 +03:00
267.bugfix Addition of relevant newsfragments file 2025-04-05 20:32:58 +05:30
398.bugfix Exclude dependent containers on up if --no-deps. 2025-01-15 22:32:28 +01:00
1039-fix-port-command.bugfix Fix port command for dynamic host ports 2025-04-08 13:57:19 +02: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
1163.bugfix Allow merging of args in both list and dict syntax 2025-03-24 13:31:19 +02:00
1165-PROJECT_NAME-interpolation.bugfix Fix interpolation for COMPOSE_PROJECT_NAME 2025-03-20 12:07:07 +01:00
1165-project-name-evaluation-order.bugfix Fix project name evaluation order 2025-03-20 12:07:07 +01:00
1182-implement-pids-limit.feature Implement pids_limit 2025-04-21 22:51:37 +03:00
add-rmi-argument.feature Implement rmi argument for down command 2025-04-08 13:53:27 +02: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
implement-cpuset.feature Add newsfragment 2025-04-19 14:33:15 +02:00
README.txt Use newsfragments pattern for the release notes 2024-06-26 10:21:03 +03:00
sigint-up.bugfix added changes to release notes 2025-03-19 16:02:34 +03:30
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