Skip to content

Commit 8a5b9ff

Browse files
JAORMXclaude
andcommitted
Upgrade propolis to v0.0.16
Picks up override_stat xattr support on Linux for correct guest file ownership without CAP_CHOWN. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e5f4577 commit 8a5b9ff

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/adrg/xdg v0.5.3
1010
github.com/google/uuid v1.6.0
1111
github.com/mark3labs/mcp-go v0.44.0
12-
github.com/stacklok/propolis v0.0.15
12+
github.com/stacklok/propolis v0.0.16
1313
)
1414

1515
require (
@@ -67,7 +67,7 @@ require (
6767
golang.org/x/mod v0.33.0 // indirect
6868
golang.org/x/net v0.50.0 // indirect
6969
golang.org/x/sync v0.20.0 // indirect
70-
golang.org/x/sys v0.41.0 // indirect
70+
golang.org/x/sys v0.42.0 // indirect
7171
golang.org/x/time v0.5.0 // indirect
7272
golang.org/x/tools v0.42.0 // indirect
7373
google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ github.com/sirupsen/logrus v1.9.4 h1:TsZE7l11zFCLZnZ+teH4Umoq5BhEIfIzfRDZ1Uzql2w
130130
github.com/sirupsen/logrus v1.9.4/go.mod h1:ftWc9WdOfJ0a92nsE2jF5u5ZwH8Bv2zdeOC42RjbV2g=
131131
github.com/spf13/cast v1.7.1 h1:cuNEagBQEHWN1FnbGEjCXL2szYEXqfJPbP2HNUaca9Y=
132132
github.com/spf13/cast v1.7.1/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo=
133-
github.com/stacklok/propolis v0.0.15 h1:Vlt88oWdLYXmq7LB5d17PhJL1A1xqATOnbOq/zAQZvo=
134-
github.com/stacklok/propolis v0.0.15/go.mod h1:O3qSPuwkVQPwkcFWOklAEp1jglxd7m9TsV1H78GIeuA=
133+
github.com/stacklok/propolis v0.0.16 h1:dC/knkrY7e6XpsWxmxtxBnAgRw+Lvbw4TJyM9lMYjOM=
134+
github.com/stacklok/propolis v0.0.16/go.mod h1:f0k7aMlo4EC6BhFMWasYs/RJTHc2Qb37bZu5GJvuJU0=
135135
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
136136
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
137137
github.com/u-root/uio v0.0.0-20240224005618-d2acac8f3701 h1:pyC9PaHYZFgEKFdlp3G8RaCKgVpHZnecvArXvPXcFkM=
@@ -187,8 +187,8 @@ golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5h
187187
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
188188
golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
189189
golang.org/x/sys v0.10.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
190-
golang.org/x/sys v0.41.0 h1:Ivj+2Cp/ylzLiEU89QhWblYnOE9zerudt9Ftecq2C6k=
191-
golang.org/x/sys v0.41.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
190+
golang.org/x/sys v0.42.0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo=
191+
golang.org/x/sys v0.42.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
192192
golang.org/x/term v0.40.0 h1:36e4zGLqU4yhjlmxEaagx2KuYbJq3EwY8K943ZsHcvg=
193193
golang.org/x/term v0.40.0/go.mod h1:w2P8uVp06p2iyKKuvXIm7N/y0UCRt3UfJTfZ7oOpglM=
194194
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=

0 commit comments

Comments
 (0)