Skip to content

Commit 3d3064c

Browse files
committed
Release notes for 1.5.0
Signed-off-by: Povilas Kanapickas <[email protected]>
1 parent 04b12e0 commit 3d3064c

18 files changed

+30
-18
lines changed

docs/Changelog-1.5.0.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
Version 1.5.0 (2025-07-07)
2+
==========================
3+
4+
Bug fixes
5+
---------
6+
7+
- Fixed path to a local SSH key to be relative to the directory of compose file during build.
8+
- Fixed CMD healthchecks to run the given command directly and not use `/bin/sh -c`.
9+
- Fixed regression of dockerfile definition if current directory name ends with ".git".
10+
- Fixed exit code from `push` command.
11+
- Implemented short syntax for environment variables set in `.env` for compose.yml `environment:` section.
12+
- Fixed regression of log output including "text" in detached mode.
13+
- Implemented `up --no-recreate` to work as advertised.
14+
- Stack traces emitted due to YAML parse errors are now hidden.
15+
16+
17+
Features
18+
--------
19+
20+
- Added unregister command to remove systemd service registration (`podman-compose systemd -a unregister`)
21+
- Added new `docker_compose_compat` `x-podman` meta setting to enable all Docker Compose compatibility settings
22+
- Added new `name_separator_compat` `x-podman` setting to change name separator to hyphen, same as Docker Compose.
23+
- Added support for environment variable interpolation for YAML keys.
24+
- Added `io.podman.compose.service` label to created containers. It contains the same value as
25+
`com.docker.compose.service`.
26+
- Added relabel option to secret to make possible to read the secret file by the contained process.
27+
- Added support for setting x-podman values using PODMAN_COMPOSE_* environment variables.
28+
- Added support to set `--route` option to `podman network create` via
29+
`x-podman.routes` key on network configuration.
30+
- Implemented support for custom pod names in `--in-pod`.

newsfragments/compose-systemd-unregister.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/custom-pod-name-argument.change

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/docker-compose-compat.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/env-var-interpolation-for-keys.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/fix-build-ssh-path-to-be-relative.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/fix-cmd-healtchecks.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/fix-dockerfile-definition-regression.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/fix-forwarding-exit-code-for-push-command.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/fix-short-syntax-env-variables.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)