You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_data/changelog.yml
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,27 @@
1
+
- date: '2026-07-14'
2
+
updates:
3
+
application:
4
+
version: 1.216.0
5
+
improvements:
6
+
- text: |-
7
+
UX improvement: you can now use Ctrl+Enter to submit/confirm create and edit views.
8
+
issues: [SIGN-8713]
9
+
- text: |-
10
+
Improved performance of the signing request audit log REST API.
11
+
issues: [SIGN-8659]
12
+
bug_fixes:
13
+
- text: |-
14
+
Fixed: for some organizations an expiration date has been mistakenly displayed on the organization info view.
15
+
issues: [SIGN-8599]
16
+
self_hosted_installations:
17
+
version: 1.216.0
18
+
improvements:
19
+
- text: |-
20
+
Improved reliability for Luna/DPoD HSM signing calls (better handling of specific transient Luna errors).
21
+
issues: [SIGN-8588]
22
+
- text: |-
23
+
All Helm charts are now compatible with Helm 4. Note that while the charts are currently compatible with Helm 3, we recommend to upgrade your Helm installation to version 4.
Copy file name to clipboardExpand all lines: docs/artifact-configuration/reference.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -455,7 +455,7 @@ Create a DSSE signature file that contains the signature and the enveloped origi
455
455
> **DSSE (Dead Simple Signing Envelope)**
456
456
>
457
457
> [DSSE] is a signing specification created by the [Secure Systems Lab] at NYU School of Engineering. It has not been formally standardized but is widely used in the context of code signing.
458
-
> Note that DSSE contains no metadata about the singing format, so all signing parameters must be agreed out-of-band.
458
+
> Note that DSSE contains no metadata about the signing format, so all signing parameters must be agreed out-of-band.
459
459
460
460
DSSE is an [enveloped](#enveloped-signing-methods) signing method and must be used in `<zip-file>` elements.
0 commit comments