podman-compose/newsfragments
Povilas Kanapickas f376700972
Merge pull request #1104 from rjeffman/disable_dns
Add support for disable_dns, dns and ignore on network creation
2025-01-19 19:41:30 +02:00
..
398.bugfix Exclude dependent containers on up if --no-deps. 2025-01-15 22:32:28 +01:00
README.txt Use newsfragments pattern for the release notes 2024-06-26 10:21:03 +03: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

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