Changelog
Features
- 0f01346: feat(k8s, config): add jks.passphraseSecretRef for parity with pkcs12 (@npdgm)
- 0f8672e: feat(k8s, cmd): wire pkcs12 passphraseSecretRef end-to-end with API lookup (@npdgm)
- 0eed4da: feat(chart, docs): expose jks.passphraseSecretRef in schema + examples (@npdgm)
- 58b2ec8: feat(cert/jks): implement native JCEKS reader (keystore-go rejects JCEKS magic) (@npdgm)
Bug Fixes
- a8c305e: fix(lint): pass ctx in onSecret test call sites (@npdgm)
- e69b3d0: fix(lint): contextcheck + gosec nosec + ineffassign + unconvert (@npdgm)