Skip to content

Commit 2e3836d

Browse files
committed
Update release notes for v5.3.0
Signed-off-by: Matt Heon <[email protected]>
1 parent 4002405 commit 2e3836d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

RELEASE_NOTES.md

+7
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
- The output of the `podman inspect` command for containers now includes a new field, `HostConfig.AutoRemoveImage`, which shows whether a container was created with the `--rmi` option set.
2121
- The output of the `podman inspect` command for containers now includes a new field, `Config.ExposedPorts`, which includes all exposed ports from the container, improving Docker compatibility.
2222
- The output of the `podman inspect` command for containers now includes a new field, `Config.StartupHealthCheck`, which shows the container's startup healthcheck configuration.
23+
- The output of the `podman inspect` command for containers now includes a new field in `Mounts`, `SubPath`, which contains any subpath set for image or named volumes.
2324
- The `podman machine list` command now supports a new option, `--all-providers`, which lists machines from all supported VM providers, not just the one currently in use.
2425
- VMs run by `podman machine` on Windows will now provide API access by exposing a Unix socket on the host filesystem which forwards into the VM ([#23408](https://github.com/containers/podman/issues/23408)).
2526
- The `podman buildx prune` and `podman image prune` commands now support a new option, `--build-cache`, which will also clean the build cache.
@@ -64,6 +65,8 @@
6465
- Fixed a bug where Quadlet would reject `RemapUsers=keep-id` when run as root.
6566
- Fixed a bug where XFS quotas on volumes were not unique, meaning that all volumes using a quota shared the same maximum size and inodes (set by the most recent volume with a quota to be created).
6667
- Fixed a bug where `Service` section of Quadlet files would only use defaults and not respect user input ([#24322](https://github.com/containers/podman/issues/24322)).
68+
- Fixed a bug where `podman volume ls` would sometimes fail when a volume was removed at the same time it was run.
69+
- Fixed a bug where the `--tz=local` option could not be used when the `TZDIR` environment variable was set.
6770

6871
### API
6972
- The Play API for Kubernetes YAML now supports `application/x-tar` compressed context directories ([#24015](https://github.com/containers/podman/pull/24015)).
@@ -78,6 +81,10 @@
7881
- Quadlet will no longer log spurious ENOENT errors when resolving unit directories ([#23620](https://github.com/containers/podman/issues/23620)).
7982
- The Docker alias shell script will now also honor the presence of `$XDG_CONFIG_HOME/containers/nodocker` when considering whether it should print its warning message that Podman is in use.
8083
- The podman-auto-update systemd unit files have been moved into the `contrib/systemd/system` directory in the repo for consistency with our other unit files.
84+
- Updated Buildah to v1.38.0
85+
- Updated the containers/common library to v0.61.0
86+
- Updated the containers/storage library to v1.56.0
87+
- Updated the containers/image library to v5.33.0
8188

8289
## 5.2.5
8390
### Security

0 commit comments

Comments
 (0)