Commit Graph

  • 061ab83bea Validate container system logs --last flag (#1561) Raj 2026-05-15 14:23:28 -07:00
  • cb4748f589 Reject conflicting volume delete flags (#1560) Raj 2026-05-15 14:22:40 -07:00
  • 64bd48bb9e Reject conflicting DNS flags (#1559) Shaurya Singh 2026-05-15 09:49:15 -07:00
  • 5317536888 Fix: image list align with other commands when use format should ignore quiet (#1553) ChengHao Yang 2026-05-15 16:02:07 +08:00
  • 16f5fc705f Fix inconsistent volume createdAt JSON encoding (#1556) Raj 2026-05-15 00:59:28 -07:00
  • 615b5a6ffe Relax host-only network test. (#1552) J Logan 2026-05-14 14:04:49 -07:00
  • c1a6d979ba ci: bump actions/labeler from 6.0.1 to 6.1.0 in the github-actions group (#1550) dependabot[bot] 2026-05-14 08:57:30 -07:00
  • 521df518e2 Add variant Support (#1548) AJ Emory 2026-05-12 18:44:56 -07:00
  • b466959644 Remove IP allocation from API server. (#1545) J Logan 2026-05-12 16:34:06 -07:00
  • 8a46476341 Bump containerization to 0.32.1 (#1549) jwhur 2026-05-12 15:31:46 -07:00
  • a967399d48 Add support for layered and plugin configurations (#1543) Noah Thornton 2026-05-12 14:35:21 -07:00
  • 940fefb7cd Use SystemPath for ContainerResource.Filesystem. (#1523) Chris George 2026-05-12 12:35:02 -07:00
  • c56a659d33 Use allocate with session to automatically clean up IPs. (#1544) J Logan 2026-05-11 23:08:48 -07:00
  • 1794afc449 Adds XPC sessions with disconnect handlers. (#1524) J Logan 2026-05-11 15:49:05 -07:00
  • 509fa047dc Use SystemPath for DirectoryWatcher. (#1522) Chris George 2026-05-11 15:06:32 -07:00
  • cec58654ac Fix PR coverage comment never posting (#1541) Noah Thornton 2026-05-11 12:26:53 -07:00
  • beb1592c04 swift-configuration decoder (#1447) Noah Thornton 2026-05-08 14:06:04 -07:00
  • af8071bf04 Use SystemPath for PacketFilter. (#1518) Chris George 2026-05-08 12:58:02 -07:00
  • 0328f5c4c5 Centralize utilities for configuration loading and path parsing (#1448) Noah Thornton 2026-05-08 09:29:28 -07:00
  • 3b724aecf5 De-duplicate building during testing (#1507) Noah Thornton 2026-05-05 22:12:57 -07:00
  • 70e05ddf99 docs: fix typos and polish README wording (#1499) iliya 2026-05-06 01:25:46 +09:00
  • e3c49803a0 Move to TOML configuration for defaults (#1425) Noah Thornton 2026-05-04 12:04:24 -07:00
  • 8a25213190 Deps: Bump CZ to 0.32.0 (#1498) Danny Canter 2026-05-04 11:30:11 -07:00
  • d12d64d488 Change PR build to generate coverage and comment it (#1474) Noah Thornton 2026-05-04 11:10:02 -07:00
  • 2ee3f3d0a1 [scripts]: add prompt for updating container with unsigned package (#1468) Saehej Kang 2026-05-01 17:04:35 -07:00
  • 9f4e779421 Switch NetworksService, VolumesService, EntityStore to FilePath. (#1493) J Logan 2026-05-01 14:39:03 -07:00
  • e57c755911 Simplify the serial suite trait (#1497) Kathryn Baldauf 2026-05-01 11:38:07 -07:00
  • a141002de1 Improve integration test speed (#1489) Noah Thornton 2026-04-30 16:20:06 -07:00
  • 06c00a93a2 CLI: Support --shm-size (#1488) Danny Canter 2026-04-30 16:10:25 -07:00
  • e6ba030fca Sort networks by ID in API server list(). (#1487) J Logan 2026-04-30 15:42:04 -07:00
  • 1ee2d9d054 Update documents with note about container-to-host networking. (#1482) J Logan 2026-04-30 15:05:10 -07:00
  • 5ec28cffe5 Use SystemPath for HostDNSResolver. (#1480) J Logan 2026-04-30 15:01:12 -07:00
  • b1f3c0d35b Use NetworkResource for network management in API server. (#1421) J Logan 2026-04-30 11:06:50 -07:00
  • 472cb1950f Build output should just be tags/paths. (#1478) J Logan 2026-04-30 10:29:13 -07:00
  • b73933eb2d Tests/CLITests: drain stdout/stderr concurrently in CLITest.run (#1471) Matt Van Horn 2026-04-30 10:28:27 -07:00
  • f9899013fd Merge commit from fork 0.12.3 Mike Drob 2026-04-30 09:33:26 -05:00
  • fd2de35440 ensure-container-stopped.sh: don't fail on launchctl errors (#1461) Patrick Linnane 2026-04-29 19:42:49 -07:00
  • bfe587b8e8 ImagePush: print image reference to stdout on success (#1470) Matt Van Horn 2026-04-29 19:31:47 -07:00
  • 4e390d6aa8 Fix RequestScheme formatting. (#1473) J Logan 2026-04-29 15:04:24 -07:00
  • 601f5f113a Merge commit from fork J Logan 2026-04-29 09:46:22 -07:00
  • e9891b3cfe Allow macOS 15 to list and delete networks (#1464) 0.12.2 0.12.1 Kathryn Baldauf 2026-04-28 18:26:34 -07:00
  • 651811cc09 Fix "not installing shadowed plugin" startup log noise. (#1451) 0.12.0 J Logan 2026-04-27 11:32:00 -07:00
  • df25fe25bb Add yams to apple/container's notice file (#1442) Kathryn Baldauf 2026-04-22 16:08:07 -07:00
  • e96debca8a add plugin label to builder (#1443) Raj 2026-04-22 14:51:52 -07:00
  • 44754dacaf Add container system version with format yaml (#1353) ChengHao Yang 2026-04-23 05:26:20 +08:00
  • 49e93cb1a9 Change guest ssh socket path (#1441) jwhur 2026-04-22 14:12:06 -07:00
  • 6a3266fbe7 Make ProgressFlags.makeConfig() public. (#1438) J Logan 2026-04-22 13:02:17 -07:00
  • 1138c0950b Create a NOTICE file for apple/container's dependencies (#1436) Kathryn Baldauf 2026-04-22 09:42:32 -07:00
  • 86611f588b Adds journal option to container volume create. (#1412) J Logan 2026-04-22 09:34:24 -07:00
  • 2e029c82ce Fix: memory leak and silent read error in Archiver._compressFile causing build failures under /Users/ (#1432) Ronit Sabhaya 2026-04-22 10:10:47 -05:00
  • ae0fa26f6b Updates containerization dependency to 0.31.0. (#1435) J Logan 2026-04-21 16:50:56 -07:00
  • d4691e2830 Explicitly pass default subnets into network creation (#1424) Noah Thornton 2026-04-21 14:33:26 -07:00
  • 049570052c [build]: add tests for copy from (#1380) Saehej Kang 2026-04-21 14:30:04 -07:00
  • 7e8c2fe894 Add unit and integration coverage report make targets (#1427) Noah Thornton 2026-04-21 11:18:23 -07:00
  • d15fe22e31 Makes bootstrap env parameter compatible with older clients. (#1434) J Logan 2026-04-20 20:38:33 -07:00
  • acfbf2d2db Update kernel to kata-3.28.0. (#1431) J Logan 2026-04-20 15:22:28 -07:00
  • 2ed65b9a53 Fix using docker specific ignore with read-only build context (#1349) jwhur 2026-04-20 11:58:43 -07:00
  • 49079da73e improve error message when image save platform is not available (#1418) Novikov Kirill 2026-04-20 19:58:39 +02:00
  • 8567d8a97b stats: restore terminal when streaming is interrupted by a signal (#1355) Vitor Hugo 2026-04-20 14:26:22 -03:00
  • 04c597c577 Update builder API to use grpc-swift-2. (#1309) (#1416) J Logan 2026-04-20 08:39:43 -07:00
  • 49f1a5693f Fix ssh forwarding to use current SSH_AUTH_SOCK value (#1420) jwhur 2026-04-17 11:56:16 -07:00
  • 9be1020679 Move to TOML configuration for plugin configurations (#1422) Noah Thornton 2026-04-17 10:56:46 -07:00
  • e710876ac8 ci: bump the github-actions group with 3 updates (#1419) dependabot[bot] 2026-04-15 11:00:39 +01:00
  • 23169055b9 Fix ContainerResource build failure (#1408) Anthony 2026-04-13 20:18:42 +02:00
  • 129c2dc97f Fall back to simple text output when stdout is not a TTY (#1392) Novikov Kirill 2026-04-11 01:29:39 +02:00
  • 1c37384831 Add Color Progress Output Mode (#1384) Nikunj Thakur 2026-04-10 12:19:16 -04:00
  • 6b950f4881 Write file data into archive only for regular files (#1403) Aditya Ramani 2026-04-08 15:07:46 -07:00
  • a1981c30ac API: Rename to NetworkClient, client as instance. (#1405) J Logan 2026-04-08 13:41:12 -07:00
  • a557ce80a5 Add capabilities support (#1383) Danny Canter 2026-04-07 17:09:56 -07:00
  • e37dcc19a5 Create ResourceLabels and use for ManagedResource, NetworkConfiguration. (#1360) J Logan 2026-04-07 16:31:18 -07:00
  • af43a8b256 Move exit status check into ExitWaiter register call (#1397) Kathryn Baldauf 2026-04-07 16:23:50 -07:00
  • 3366916e80 Consolidate CLI formatting infrastructure (#1385) Raj 2026-04-07 09:50:51 -07:00
  • f0e85c4ac7 Bump containerization to 0.30.1 (#1396) Aditya Ramani 2026-04-06 12:20:22 -07:00
  • ef993894f7 feat: add help for cli plugin (#1068) ChengHao Yang 2026-04-05 10:29:34 +08:00
  • 2d1d158e06 Dedupe user-supplied IDs for container delete. (#1388) J Logan 2026-04-04 10:07:31 -07:00
  • 10df89e0e6 Remove XPC timeout based on SIGTERM timeout in container stop (#1387) Kathryn Baldauf 2026-04-03 19:04:43 -07:00
  • ce77361057 doc: Document plain clear-on finish behavior (#1379) Manoj Mahapatra 2026-04-02 13:05:52 -07:00
  • 220fc0687f Fixing issue template help paths (#1382) AJ Emory 2026-04-02 11:42:16 -07:00
  • 3eec18214d Adding Bug Report Guide (#1292) AJ Emory 2026-04-02 10:48:56 -07:00
  • 745134540e Add Plain Progress Output Mode (#1367) Nikunj Thakur 2026-04-01 21:24:39 -04:00
  • 3376fa8017 ci: bump the github-actions group with 2 updates (#1374) dependabot[bot] 2026-03-31 18:17:37 -07:00
  • 8fb8ad2f6a Relocate Source/Helpers folders to sensible locations. (#1363) J Logan 2026-03-31 16:36:15 -07:00
  • 2692c5cff4 Removes unused Archiver.uncompress(). (#1372) J Logan 2026-03-31 14:48:31 -07:00
  • d9b8a8d197 Add TestCLIStatus to integration tests and fix assertions (#1368) 0.11.0 ChengHao Yang 2026-03-31 09:49:09 +08:00
  • 490cb69cc6 Don't bake DNS server into builder container config. (#1370) J Logan 2026-03-30 17:22:10 -07:00
  • c501c8780b [build]: add tests for dockerfile arg parsing (#1342) Saehej Kang 2026-03-30 16:24:01 -07:00
  • e104171f5e Update builder to 0.11.0. (#1369) J Logan 2026-03-30 15:30:49 -07:00
  • 7523caa16b build: extend signal handling scope to cover the unpack phase (#1358) Vitor Hugo 2026-03-30 16:29:50 -03:00
  • 4a08bb0daa Ensure that the bar length never exceeds the remaining width (#1348) Dmitry Kovba 2026-03-30 12:22:58 -07:00
  • 5fb62ab18c Add plugin resources (#1356) jwhur 2026-03-27 15:15:43 -07:00
  • 1cdd02d8e6 Make ProcessConfiguration.User Equatable (#1357) jwhur 2026-03-27 15:13:30 -07:00
  • d3a52c53fa Fix a compilation error (#1346) Dmitry Kovba 2026-03-26 16:39:26 -07:00
  • 31c866aa0b CLI: stop and delete should error on not found containers (#878) Danny Canter 2026-03-25 15:57:34 -07:00
  • 12fd7675b3 Add TestCLIVersion to integration tests and fix assertions (#1312) ChengHao Yang 2026-03-26 00:22:14 +08:00
  • e2533b167b Remove obsolete disableAllocator from network delete path (#1332) Manoj Mahapatra 2026-03-23 13:28:41 -07:00
  • 0ad33f40a1 ci: bump actions/download-artifact from 8.0.0 to 8.0.1 in the github-actions group (#1325) dependabot[bot] 2026-03-23 11:10:02 -07:00
  • cda13277c3 README: Add logo (#1339) Danny Canter 2026-03-23 10:31:14 -07:00
  • e5f9abd8ff make schemeFor public (#1331) Raj 2026-03-19 14:13:15 -07:00
  • 4a8a8a6f89 Use Sendable DNS types. (#1269) J Logan 2026-03-19 10:58:28 -07:00
  • 63434ce37f Bump Containerization version to 0.29.0 (#1327) Aditya Ramani 2026-03-18 20:55:46 -07:00