Skip to content

Commit ace1844

Browse files
authored
Merge pull request #15 from SignPath/SP_1.197
Add change logs for SP 1.197
2 parents fa46ded + 2a43125 commit ace1844

File tree

1 file changed

+29
-5
lines changed

1 file changed

+29
-5
lines changed

docs/_data/changelog.yml

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff 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]
126
- date: '2025-09-09'
227
updates:
328
application:
@@ -29,8 +54,7 @@
2954
improvements:
3055
- text: |-
3156
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]
3458
- date: '2025-08-26'
3559
updates:
3660
application:
@@ -43,7 +67,7 @@
4367
issues: [SIGN-7868]
4468
bug_fixes:
4569
- 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`).
4771
issues: [SIGN-7997]
4872
self_hosted_installations:
4973
version: 1.195.0
@@ -73,10 +97,10 @@
7397
version: 1.192.0
7498
bug_fixes:
7599
- 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.
77101
issues: [SIGN-7908]
78102
- 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.
80104
issues: [SIGN-7372]
81105
- date: '2025-07-08'
82106
updates:

0 commit comments

Comments
 (0)