podman-compose/newsfragments
Uosis 7a0c6e791b implement 'up --no-recreate'
Signed-off-by: Uosis <uosisl+github@gmail.com>
2025-07-04 23:27:50 -06: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
env-var-interpolation-for-keys.feature Implement environment variable interpolation to YAML dictionary keys 2025-06-30 23:54:27 +03: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
fix-forwarding-exit-code-for-push-command.bugfix Properly surface errors from `push` command 2025-07-02 23:34:24 +03:00
fix-short-syntax-env-variables.bugfix Implement short syntax for env variables in compose.yml "environment:" 2025-06-26 12:40:39 +03:00
fix-unnecessary-log-text-when-detached.bugfix Remove unnecessary 'or "text"' 2025-06-25 21:53:34 +09:00
fix-up-no-recreate.bugfix implement 'up --no-recreate' 2025-07-04 23:27:50 -06:00
hide-stack-trace-yaml-parse-error.change Hide stack trace shown on YAML parse error by default 2025-06-30 15:33:25 +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