github cert-manager/trust-manager v0.9.0

latest releases: v0.10.0, v0.10.0-alpha.0, v0.9.2...
2 months ago

trust-manager is the easiest way to manage security-critical trust bundles in Kubernetes and OpenShift clusters.

v0.9.0 contains a bunch of improvements and once again the awesome trust-manager community played a huge role!

Inclusions to note are:

  • We fixed a bug (#296) which broke passwordless PKCS#12 files when read by Java.
    • It's possible that this could have an effect on non-Java platforms, but in testing it seemed safe for both Go and Java
  • We added support for the s390x architecture for trust-manager!
  • We added a crds.keep option to reduce the risk of losing important data when uninstalling trust-manager
  • We fixed an issue with certificate deduplication when certs were present in multiple sources

As always, please report any issues either here in the repo, in a cert-manager meeting or on Slack!

Happy bundling!

Special Thanks

We'd like to thank the following for their contributions, expertise, time and patience since the last trust-manager release:

In addition, a warm welcome to our latest reviewer @ThatsMrTalbot ! 🎉

What's Changed

New Features

  • 💻 Enable trust manager on s390x by @rishikakedia in #315
  • Helm: Uniformize all label include statements & add labels to pod template by @inteon in #306
  • Add configurable common labels by @justdan96 in #149
  • Add 'crds.keep' options to generated CRDs by @inteon in #288

Bug Fixes and Resilience Improvements

Documentation and Testing

  • docs: updating chart values.yaml for better comment docs by @ditatechwriter in #280
  • Update README.md and Chart.yaml by @inteon in #287
  • Improve OCI image options' Helm README.md documentation by @inteon in #289
  • Fix typo in Chart.yaml icon URL by @inteon in #292
  • test: should test setBundleCondition as it's used by @erikgb in #284

Bumps and Miscellaneous

New Contributors

Full Changelog: v0.8.0...v0.9.0

Don't miss a new trust-manager release

NewReleases is sending notifications on new releases.