Skip to content

Commit 405e080

Browse files
author
github-actions
committed
Merge branch 'main' into cras
2 parents da4b20e + 1bcea1f commit 405e080

File tree

49 files changed

+11077
-3436
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+11077
-3436
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
- Use correct username (not user's name) when computing `singularity oci` conmon
88
/ singularity state dir.
9+
- Write StdErr messages from starter to terminal StdErr when an instance fails
10+
to start. Previously incorrectly written to terminal StdOut.
11+
- Fix incorrect debug message in Cgroups checks.
912

1013
### New Features & Functionality
1114

@@ -15,6 +18,14 @@
1518
from `/etc/subid` and `/etc/subgid` regardless of system configuration. Note
1619
that `singularity config fakeroot` always modifies `/etc/subid` and
1720
`/etc/subgid`files.
21+
- `singularity sign` now supports signing an image in an OCI-SIF with a
22+
cosign-compatible sigstore signature. Use the `--cosign` flag, and provide
23+
a private key with the `--key` flag.
24+
- `singularity verify` now supports verifying an image in an OCI-SIF with a
25+
cosign-compatible sigstore signature. Use the `--cosign` flag, and provide a
26+
public key with the `--key` flag. Verification passes if at least one
27+
signature that can be validated with the provided key is present. The JSON
28+
payloads of all valid signatures are displayed.
1829

1930
## Requirements / Packaging
2031

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ reserved.
1717

1818
Copyright (c) 2017, SingularityWare, LLC. All rights reserved.
1919

20-
Copyright (c) 2018-2024, Sylabs, Inc. All rights reserved.
20+
Copyright (c) 2018-2025, Sylabs, Inc. All rights reserved.
2121

2222
Copyright (c) Contributors to the Apptainer project, established as Apptainer a
2323
Series of LF Projects LLC.

0 commit comments

Comments
 (0)