Updates to CZ 0.14.0. (#903)

This commit is contained in:
J Logan
2025-11-19 18:55:23 -03:00
committed by GitHub
parent b2f5f3ff2f
commit 87862d1faa
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
{
"originHash" : "34442675b179c8ff0a1e41f75f518645e1a7e589de554666d976493153067284",
"originHash" : "242feb9e46244a5f24272eeca1ad53c9cedfb1a50ac2bc9a44920e5a1510c538",
"pins" : [
{
"identity" : "async-http-client",
@@ -15,8 +15,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/containerization.git",
"state" : {
"revision" : "bec1008f4de1e416ea0e112b57b2357875ec7d25",
"version" : "0.13.0"
"revision" : "747ea996c8c3b4caaaba40fbdf0e1799907db7a3",
"version" : "0.14.0"
}
},
{
+1 -1
View File
@@ -23,7 +23,7 @@ import PackageDescription
let releaseVersion = ProcessInfo.processInfo.environment["RELEASE_VERSION"] ?? "0.0.0"
let gitCommit = ProcessInfo.processInfo.environment["GIT_COMMIT"] ?? "unspecified"
let builderShimVersion = "0.7.0"
let scVersion = "0.13.0"
let scVersion = "0.14.0"
let package = Package(
name: "container",
@@ -198,7 +198,7 @@ public actor SandboxService {
))
}
czConfig.hosts = Hosts(entries: hostsEntries)
czConfig.bootlog = bundle.bootlog
czConfig.bootLog = BootLog.file(path: bundle.bootlog, append: true)
}
await self.setContainer(