podman-compose/newsfragments
Monika Kairaityte dd471c8918 Fix dockerfile definition if directory name ends with ".git"
After changes in 92f0a8583a, the
dockerfile parameter is igored if the (local) work directory's name ends
in `.git`.
This commit fixes the regression and adds more tests.

Signed-off-by: Monika Kairaityte <monika@kibit.lt>
2025-06-17 19:43:29 +03:00
..
README.txt Use newsfragments pattern for the release notes 2024-06-26 10:21:03 +03:00
compose-systemd-unregister.feature Add unregister command to remove systemd service registration 2025-05-12 22:53:09 +03:00
custom-pod-name-argument.change Allow specifying custom pod name in `--in-pod` 2025-05-18 18:46:15 +03:00
docker-compose-compat.feature Add docker_compose_compat setting 2025-06-15 18:31:06 -06:00
fix-build-ssh-path-to-be-relative.bugfix Fix build ssh path to be relative to directory of compose file 2025-05-24 12:58:59 +03:00
fix-cmd-healtchecks.bugfix Fix CMD healthchecks running with /bin/sh 2025-05-20 16:54:25 +03:00
fix-dockerfile-definition-regression.bugfix Fix dockerfile definition if directory name ends with ".git" 2025-06-17 19:43:29 +03:00
io-podman-compose-service-label.feature Expose io.podman.compose.service label 2025-05-29 22:01:35 +03:00
name-separator-compat.feature add name_separator_compat 2025-06-13 19:20:09 -06:00
secret-selinux-relabel-option.feature Add relabel option to secrets 2025-06-05 00:13:58 +02:00
x-podman-env-vars.feature allow overriding x-podman using env vars 2025-06-11 22:27:45 +03:00

README.txt

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