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
+34-1Lines changed: 34 additions & 1 deletion
Original file line number
Diff line number
Diff 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]
1
34
- date: '2026-02-19'
2
35
updates:
3
36
crypto_providers:
@@ -65,7 +98,7 @@
65
98
issues: [SIGN-8055]
66
99
bug_fixes:
67
100
- 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".
0 commit comments