Merge pull request #5336 from AkihiroSuda/cherrypick-5330-1.4

[release-1.4] features: propagate version from the root urfave/cli command
This commit is contained in:
Rodrigo Campos Catelin
2026-06-19 14:20:08 +02:00
committed by GitHub
+1 -1
View File
@@ -33,7 +33,7 @@ var featuresCommand = cli.Command{
OCIVersionMin: "1.0.0",
OCIVersionMax: specs.Version,
Annotations: map[string]string{
runcfeatures.AnnotationRuncVersion: version,
runcfeatures.AnnotationRuncVersion: context.App.Version,
runcfeatures.AnnotationRuncCommit: gitCommit,
runcfeatures.AnnotationRuncCheckpointEnabled: "true",
},