Releases: nabsul/kcert
Releases · nabsul/kcert
KCert v1.2.0
- Support classType instead of annotation for nginx ingress
- Merge config-map and ingress based setup into one flow
- Fix bug where removing a cert doesn't get detected
Thanks:
KCert v1.1.0
v1.1.0
- Helm chart added
- Reduce number of error emails with backoff logic
- Support creating a certificate without Ingress
KCert v1.0.1
A few minor updates based on some excellent feedback:
- Build is now multi-arch, supporting ARM64 in addition to Intel.
- Admin UI is now read-only by default. Manual renew button can be enabled with an environment variable.
- Admin UI is moved to port 8080 to avoid accidentally exposing it to the public.
- More of the configuration parameters are redacted.
- A test path is added to the acme-challenge controller.
Full Changelog: v1.0.0...v1.0.1
Thanks to @gerhard, @Seo-yul, @tkaur6494 for the feedback and suggestions.
KCert v1.0.0
This is the official release of KCert. Compared to the pre-release version (from last year), KCert has been streamlined and simplified in several ways:
- Simplify the web-based UX so that it's primarily a view-only experience
- Watch Ingresses for changes and create certificates based on that
- Simplified the setup process to achievable in under 5 minutes
- Various improvements in stability, error notification, etc.
v1.0.0 Release Candidate
Impeove the error handling to catch and notify of errors (#26) * Impeove the error handling to catch and notify of errors * missing fixes
Pre-release #2
I had several ideas to improve the experience. Releasing this for (hopefully) final testing.
Test Release V0.0.1
This is a test release to make sure CI is working and publishing things correctly.