Skip to content

Releases: nabsul/kcert

KCert v1.2.0

14 Nov 01:24
Compare
Choose a tag to compare
  • 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

16 Oct 15:35
aafd15f
Compare
Choose a tag to compare

v1.1.0

  • Helm chart added
  • Reduce number of error emails with backoff logic
  • Support creating a certificate without Ingress

KCert v1.0.1

21 Apr 03:47
Compare
Choose a tag to compare

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

27 Feb 17:37
Compare
Choose a tag to compare

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

27 Feb 05:44
b845aaa
Compare
Choose a tag to compare
Pre-release
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

26 Feb 15:58
81a24e6
Compare
Choose a tag to compare
Pre-release #2 Pre-release
Pre-release

I had several ideas to improve the experience. Releasing this for (hopefully) final testing.

Test Release V0.0.1

24 Feb 04:52
232eea3
Compare
Choose a tag to compare
Test Release V0.0.1 Pre-release
Pre-release

This is a test release to make sure CI is working and publishing things correctly.