Skip to content

Commit c93383f

Browse files
authored
Merge pull request #39 from SignPath/SP_1.206
Add changelogs for SP 1.206
2 parents c23f3e9 + ea2dbbb commit c93383f

1 file changed

Lines changed: 34 additions & 1 deletion

File tree

docs/_data/changelog.yml

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
- date: '2026-02-24'
2+
updates:
3+
application:
4+
version: 1.206.0
5+
improvements:
6+
- text: |
7+
Added "cancel" buttons to create/edit screens.
8+
issues: [SIGN-8281]
9+
bug_fixes:
10+
- text: |
11+
Fixed: missing `output-file-name` parameters in artifact configurations were reported as system errors.
12+
issues: [SIGN-8310]
13+
- text: |
14+
Fixed in REST API: requests with missing or invalid `Content-Type` request headers were not properly handled.
15+
issues: [SIGN-8309]
16+
self_hosted_installations:
17+
version: 1.206.0
18+
breaking_changes:
19+
- text: |-
20+
Due to changed behavior in the current AWS S3 SDK, content store uploads will fail when using older MinIO versions.
21+
* Last known bad version: RELEASE.2023-07-07T07-13-57Z
22+
* Earliest known good version: RELEASE.2025-06-13T11-33-47Z
23+
24+
If you cannot update immediately, you may temporarily append the following option to the `appSecrets.shared.contentStore` connection string: `;RequestChecksumCalculation=WHEN_REQUIRED`.
25+
issues: [SIGN-8288]
26+
- text: |-
27+
The default ingress annotations in the `signpath-application-ingress` chart are now disabled because the Kubernetes NGINX Ingress Controller became [obsolete](https://kubernetes.io/blog/2025/11/11/ingress-nginx-retirement/).
28+
* They can be manually re-enabled via `chartSettings.ingressAnnotations.nginx.enabled`.
29+
* We recommend the [Traefik Kubernetes Ingress provider](https://doc.traefik.io/traefik/reference/install-configuration/providers/kubernetes/kubernetes-ingress/) as a replacement (see the "Incoming HTTP traffic" section installation guide for details).
30+
issues: [SIGNOPS-253]
31+
- text: |-
32+
The `javasigningmethodservice` deployment now requires a Linux container. If you use it, ensure that your cluster has available resources to host its replicas.
33+
issues: [SIGN-8298]
134
- date: '2026-02-19'
235
updates:
336
crypto_providers:
@@ -65,7 +98,7 @@
6598
issues: [SIGN-8055]
6699
bug_fixes:
67100
- text: |
68-
Fixed: Signing request submission errors when user-defined parameters ended on the term "file".
101+
Fixed: signing request submission errors when user-defined parameters ended on the term "file".
69102
issues: [SIGN-8278]
70103
- date: '2026-02-12'
71104
updates:

0 commit comments

Comments
 (0)