Skip to content

Commit 80efc8f

Browse files
Merge pull request containers#21460 from ashley-cui/491
Bump to v4.9.1
2 parents 9e76ea1 + bd4a002 commit 80efc8f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

RELEASE_NOTES.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Release Notes
22

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+
317
## 4.9.0
418
### Features
519
- The `podman farm` suite of commands for multi-architecture builds is now fully enabled and documented.

version/rawversion/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ package rawversion
77
//
88
// NOTE: remember to bump the version at the top of the top-level README.md
99
// file when this is bumped.
10-
const RawVersion = "4.9.1-dev"
10+
const RawVersion = "4.9.2-dev"

0 commit comments

Comments
 (0)