Skip to content

Commit 15c3025

Browse files
committed
Final release notes for v4.5.0-RC2
Signed-off-by: Matthew Heon <[email protected]>
1 parent 3a47342 commit 15c3025

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

RELEASE_NOTES.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- Defaults for the `--cgroup-config` option for `podman create` and `podman run` can now be set in `containers.conf`.
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`.
22-
- Netavark plugin support is 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.
22+
- 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.
2323

2424
### Changes
2525
- Remote builds using the `podman build` command no longer allows `.containerignore` or `.dockerignore` files to be symlinks outside the build context.
@@ -40,6 +40,7 @@
4040
- Quadlet now supports relative paths in the Volume key in .container files ([#17418](https://github.com/containers/podman/issues/17418)).
4141
- Quadlet now supports setting the UID and GID options for `--userns=keep-id` ([#17908](https://github.com/containers/podman/issues/17908)).
4242
- Quadlet now supports adding `tmpfs` filesystems through the `Tmpfs` key in `.container` files ([#17907](https://github.com/containers/podman/issues/17907)).
43+
- 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)).
4344
- Quadlet now includes a `--version` option.
4445
- Quadlet now forbids specifying SELinux label types, including disabling selinux separation.
4546
- Fixed a bug where Quadlet did not recognize paths starting with systemd specifiers as absolute ([#17906](https://github.com/containers/podman/issues/17906)).
@@ -64,13 +65,18 @@
6465
- Fixed a bug where the `podman play kube` command did not properly handle `secret.items` in volumes ([#17829](https://github.com/containers/podman/issues/17829)).
6566
- Fixed a bug where the `podman generate kube` command could generate pods with invalid names and hostnames ([#18054](https://github.com/containers/podman/issues/18054)).
6667
- Fixed a bug where names of limits (such as `RLIMIT_NOFILE`) passed to the `--ulimit` option to `podman create` and `podman run` were case-sensitive ([#18077](https://github.com/containers/podman/issues/18077)).
68+
- Fixed a possible corruption issue with the configuration state of `podman machine` during system failures on Mac, Linux, and Windows.
6769

6870
### API
6971
- 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)).
7072

7173
### Misc
7274
- The `podman version` command no longer joins the rootless user namespace ([#17657](https://github.com/containers/podman/issues/17657)).
7375
- The `podman-events --stream` option is no longer hidden and is now documented.
76+
- Updated Buildah to v1.30.0
77+
- Updated the containers/storage library to v1.46.1
78+
- Updated the containers/image library to v5.25.0
79+
- Updated the containers/common library to v0.52.0
7480

7581
## 4.4.4
7682
### Changes

0 commit comments

Comments
 (0)