We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c067e0 commit 82c334eCopy full SHA for 82c334e
CHANGELOG.md
@@ -3,6 +3,12 @@
3
## Bug Fixes
4
- fix(storetypes): `K8SJKS` and `K8SPKCS12` storetypes using a separate `k8s` secret for store password does not crash
5
on missing or invalid secret field name.
6
+- fix(storetypes): `K8SJKS` where JKS files created using Keytool v20+ will be recognized as JKS files.
7
+- fix(storetypes): `K8SJKS` and `K8SPKCS12` store/buddy passwords ending with a `\n` character will be trimmed to not include the newline.
8
+
9
+## Chores:
10
+- chore(docs): Update documentation format
11
+- chore(deps): Bump `BouncyCastle.Cryptography` to `v2.6.2`.
12
13
# 1.2.1
14
0 commit comments