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
+29-5Lines changed: 29 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,28 @@
1
+
- date: '2025-10-07'
2
+
updates:
3
+
application:
4
+
version: 1.197.0
5
+
improvements:
6
+
- text: |-
7
+
Improved error display on signing request details page for failed custom signer invocations.
8
+
issues: [SIGN-8035]
9
+
bug_fixes:
10
+
- text: |-
11
+
Fixed: re-upload of X.509 certificates didn't work if they contained an ECDSA key.
12
+
issues: [SIGN-8009]
13
+
- text: |-
14
+
Fixed: missing `output-file-name` attributes on `<create-gpg-signature>` or `<create-raw-signature>` directives led to internal errors (improved error handling).
15
+
issues: [SIGN-8056]
16
+
self_hosted_installations:
17
+
version: 1.197.0
18
+
breaking_changes:
19
+
- text: |-
20
+
New mandatory configuration value in `signpath-application` chart: `appSettings.shared.apiUrlOptions.apiBaseUrl`.
21
+
issues: [SIGN-8025]
22
+
improvements:
23
+
- text: |-
24
+
Operator API: changed `POST /Api/v1-pre/Organizations` to create an _initial_ CI user, which then can be used for additional setup steps via the REST API.
25
+
issues: [SIGN-8025, SIGN-8050]
1
26
- date: '2025-09-09'
2
27
updates:
3
28
application:
@@ -29,8 +54,7 @@
29
54
improvements:
30
55
- text: |-
31
56
Changed the links in the cmdlet descriptions to point to the new [docs.signpath.io](https://docs.signpath.io) website.
32
-
issues:
33
-
[SIGN-6924, SIGN-7981]
57
+
issues: [SIGN-6924, SIGN-7981]
34
58
- date: '2025-08-26'
35
59
updates:
36
60
application:
@@ -43,7 +67,7 @@
43
67
issues: [SIGN-7868]
44
68
bug_fixes:
45
69
- text: |-
46
-
REST API: fixed typo in `GET /v1/{organizationId}/Organization` route: renamed `maxNumberOfIndiviudualSignatures` property to `maxNumberOfIndividualSignatures`.
70
+
Fixed in REST API: the `GET /v1/{organizationId}/Organization` route contained a typo (renamed `maxNumberOfIndiviudualSignatures` property to `maxNumberOfIndividualSignatures`).
47
71
issues: [SIGN-7997]
48
72
self_hosted_installations:
49
73
version: 1.195.0
@@ -73,10 +97,10 @@
73
97
version: 1.192.0
74
98
bug_fixes:
75
99
- text: |-
76
-
Fixed a bug that prevented details view for signing requests submitted from a _Trusted Build System_without origin information.
100
+
Fixed: signing requests submitted from a _Trusted Build System_, but without origin information, were rendered incorrectly.
77
101
issues: [SIGN-7908]
78
102
- text: |-
79
-
Fixed a certificate import issue for PFX files generated by OpenSSL.
103
+
Fixed: certificate import for by OpenSSL-generated PFX files didn't work.
0 commit comments