You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+14
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# Release Notes
2
2
3
+
## 4.9.1
4
+
### Bugfixes
5
+
- Fixed a bug where the `--rootful` option to `podman machine set` would not set the machine to use the root connection ([#21195](https://github.com/containers/podman/issues/21195)).
6
+
- Fixed a bug where podman would crash when running in a containerized environment with `euid != 0` and capabilities set ([#20766](https://github.com/containers/podman/issues/20766)).
7
+
- Fixed a bug where the `podman info` command would crash on if called multiple times when podman was running as `euid=0` without `CAP_SYS_ADMIN` ([#20908](https://github.com/containers/podman/issues/20908)).
8
+
- Fixed a bug where `podman machine` commands were not relayed to the correct machine on AppleHV ([#21115](https://github.com/containers/podman/issues/21115)).
9
+
- Fixed a bug where the `podman machine list` and `podman machine inspect` commands would not show the correct `Last Up` time on AppleHV ([#21244](https://github.com/containers/podman/issues/21244)).
10
+
11
+
### Misc
12
+
- Updated the Mac pkginstaller QEMU to v8.2.1
13
+
- Updated Buildah to v1.33.4
14
+
- Updated the containers/image library to v5.29.2
15
+
- Updated the containers/common library to v0.57.3
16
+
3
17
## 4.9.0
4
18
### Features
5
19
- The `podman farm` suite of commands for multi-architecture builds is now fully enabled and documented.
0 commit comments