Skip to content

Commit 32a6892

Browse files
lsm5ashley-cui
andcommitted
[CI:DOCS] Final release notes for v4.5.0
Co-authored-by: Ashley Cui <[email protected]> Signed-off-by: Lokesh Mandvekar <[email protected]>
1 parent 8bef583 commit 32a6892

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

RELEASE_NOTES.md

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
- Podman now supports auto updates for containers running inside a pod ([#17181](https://github.com/containers/podman/issues/17181)).
2121
- Podman can now use a SQLite database as a backend for increased stability. The default remains the old database, BoltDB. The database to use is selected through the `database_backend` field in `containers.conf`.
2222
- Netavark plugin support has been added. The netavark network backend now allows users to create custom network drivers. `podman network create -d <plugin>` can be used to create a network config for your plugin and then Podman will use it like any other config and takes care of setup/teardown on container start/stop. This requires at least Netavark version 1.6.
23+
- DHCP with macvlan and the netavark backend is now supported.
2324

2425
### Changes
2526
- Remote builds using the `podman build` command no longer allows `.containerignore` or `.dockerignore` files to be symlinks outside the build context.
@@ -43,6 +44,7 @@
4344
- Quadlet now supports the `UserNS` option in `.container` files, which will replace the existing `RemapGid`, `RemapUid`, `RemapUidSize` and `RemapUsers` options in a future release ([#17984](https://github.com/containers/podman/issues/17984)).
4445
- Quadlet now includes a `--version` option.
4546
- Quadlet now forbids specifying SELinux label types, including disabling selinux separation.
47+
- Quadlet now does not set log-driver by default.
4648
- Fixed a bug where Quadlet did not recognize paths starting with systemd specifiers as absolute ([#17906](https://github.com/containers/podman/issues/17906)).
4749

4850
### Bugfixes
@@ -69,6 +71,7 @@
6971

7072
### API
7173
- The Compat Stats endpoint for Containers now returns the `Id` key as lowercase `id` to match Docker ([#17869](https://github.com/containers/podman/issues/17869)).
74+
- Fixed a bug where the Compat top endpoint incorrectly returned titles as a string instead of a list ([#17524](https://github.com/containers/podman/issues/17524)).
7275

7376
### Misc
7477
- The `podman version` command no longer joins the rootless user namespace ([#17657](https://github.com/containers/podman/issues/17657)).

0 commit comments

Comments
 (0)