Update ghcr.io/qemus/qemu Docker tag to v7.37
Notable changes
- fix: Remove unnecessary guards by @kroese in #1234
- feat: Replace audio relay TCP port with Unix socket by @kroese in #1235
- fix: Localize available memory formatting by @kroese in #1236
- fix: Remove html status update by @kroese in #1237
- feat: Reduce transient startup status messages by @kroese in #1238
- build: Update workflow by @kroese in #1239
- fix: Spelling error by @kroese in #1240
- feat: Limit wget progress output by @kroese in #1241
- feat: Update download links by @kroese in #1242
- fix: Check if SO_BINDTODEVICE is available for Passt by @kroese in #1243
- docs: Environment variables by @kroese in #1244
- feat: Improve detection of valid data disk by @kroese in #1246
- build: Add diffutils package by @kroese in #1247
- feat: Improve detection of valid data disk by @kroese in #1248
- feat: Improve detection of valid data disk by @kroese in #1249
- fix: Preserve existing disks when resolving installation media by @kroese in #1250
- feat: Improve iptable backend selection by @kroese in #1245
- build: Remove duplicate package by @kroese in #1251
- fix: Prevent switching iptables backends after cleanup failure by @kroese in #1252
- fix: Formatting in network code by @kroese in #1253
- fix: Do not exit when nameservers are missing by @kroese in #1254
- fix: USB option parsing by @kroese in #1255
- fix: Use correct driver for .vhdx images by @kroese in #1256
- feat: Improve audio error handling by @kroese in #1257
- fix: Convert target format to lowercase by @kroese in #1258
- fix: Audio for legacy USB controllers by @kroese in #1259
- fix: Show QEMU errors on unexpected exit by @kroese in #1260
- fix: Do not redirect stderr output by @kroese in #1261
- fix: Start audio websocket without script by @kroese in #1262
- fix: Clear service logs on startup by @kroese in #1263
- build: Set dependabot cooldown period by @kroese in #1264
- build: Update Passt to v2026_07_16 by @kroese in #1265
- fix: Do not redirect stderr to /dev/null by @kroese in #1266
- feat: Preserve graceful shutdown for interactive console by @kroese in #1267
- feat: Preserve graceful shutdown for interactive console by @kroese in #1268
- fix: Cleanup stale pipe files by @kroese in #1269
- feat: Add hasFlag helper for CPU flags by @kroese in #1270
- feat: Improve AMD detection by @kroese in #1271
- feat: Improve download progress in container logs by @kroese in #1272
- fix: Improve interactive terminal detection by @kroese in #1273
- feat: Improve download progress readability by @kroese in #1274
- docs: Environment variables by @kroese in #1275
- build: Add xorriso package by @kroese in #1276
- feat: Improve boot mode detection by @kroese in #1277
- fix: Improve IP tables cleanup verification by @kroese in #1278
- feat: Improve NAT networking by @kroese in #1279
- Fix dnsmasq startup failure: DHCP option 26 is named "mtu", not "interface-mtu" by @dhaw97160 in #1280
- feat: Add escapeXML function by @kroese in #1281
- feat: Add optional lossy VNC compression by @kroese in #1282
- fix: Require debug mode for GPU acceleration on Windows by @kroese in #1283
- fix: Add Recreate strategy to Kubernetes deployment by @kroese in #1284
- @dhaw97160 made their first contribution in #1280
qemus/qemu (ghcr.io/qemus/qemu)
v7.37
What's Changed
- fix: Remove unnecessary guards by @kroese in #1234
- feat: Replace audio relay TCP port with Unix socket by @kroese in #1235
- fix: Localize available memory formatting by @kroese in #1236
- fix: Remove html status update by @kroese in #1237
- feat: Reduce transient startup status messages by @kroese in #1238
- build: Update workflow by @kroese in #1239
- fix: Spelling error by @kroese in #1240
- feat: Limit wget progress output by @kroese in #1241
- feat: Update download links by @kroese in #1242
- fix: Check if SO_BINDTODEVICE is available for Passt by @kroese in #1243
- docs: Environment variables by @kroese in #1244
- feat: Improve detection of valid data disk by @kroese in #1246
- build: Add diffutils package by @kroese in #1247
- feat: Improve detection of valid data disk by @kroese in #1248
- feat: Improve detection of valid data disk by @kroese in #1249
- fix: Preserve existing disks when resolving installation media by @kroese in #1250
- feat: Improve iptable backend selection by @kroese in #1245
- build: Remove duplicate package by @kroese in #1251
- fix: Prevent switching iptables backends after cleanup failure by @kroese in #1252
- fix: Formatting in network code by @kroese in #1253
- fix: Do not exit when nameservers are missing by @kroese in #1254
- fix: USB option parsing by @kroese in #1255
- fix: Use correct driver for .vhdx images by @kroese in #1256
- feat: Improve audio error handling by @kroese in #1257
- fix: Convert target format to lowercase by @kroese in #1258
- fix: Audio for legacy USB controllers by @kroese in #1259
- fix: Show QEMU errors on unexpected exit by @kroese in #1260
- fix: Do not redirect stderr output by @kroese in #1261
- fix: Start audio websocket without script by @kroese in #1262
- fix: Clear service logs on startup by @kroese in #1263
- build: Set dependabot cooldown period by @kroese in #1264
- build: Update Passt to v2026_07_16 by @kroese in #1265
- fix: Do not redirect stderr to /dev/null by @kroese in #1266
- feat: Preserve graceful shutdown for interactive console by @kroese in #1267
- feat: Preserve graceful shutdown for interactive console by @kroese in #1268
- fix: Cleanup stale pipe files by @kroese in #1269
- feat: Add hasFlag helper for CPU flags by @kroese in #1270
- feat: Improve AMD detection by @kroese in #1271
- feat: Improve download progress in container logs by @kroese in #1272
- fix: Improve interactive terminal detection by @kroese in #1273
- feat: Improve download progress readability by @kroese in #1274
- docs: Environment variables by @kroese in #1275
- build: Add xorriso package by @kroese in #1276
- feat: Improve boot mode detection by @kroese in #1277
- fix: Improve IP tables cleanup verification by @kroese in #1278
- feat: Improve NAT networking by @kroese in #1279
- Fix dnsmasq startup failure: DHCP option 26 is named "mtu", not "interface-mtu" by @dhaw97160 in #1280
- feat: Add escapeXML function by @kroese in #1281
- feat: Add optional lossy VNC compression by @kroese in #1282
- fix: Require debug mode for GPU acceleration on Windows by @kroese in #1283
- fix: Add Recreate strategy to Kubernetes deployment by @kroese in #1284
New Contributors
- @dhaw97160 made their first contribution in #1280
Full Changelog: qemus/qemu@v7.36...v7.37
List of commits
4482629 (Update ghcr.io/qemus/qemu Docker tag to v7.37, 2026-07-20)