Kube Lego Versions Save

DEPRECATED: Automatically request certificates for Kubernetes Ingress resources from Let's Encrypt

0.1.7

5 years ago

This release of kube-lego will be the last (we mean it this time), and it is recommended that all users upgrade as soon as possible to help alleviate issues that could cause kube-lego not to renew expiring certificates.

A full list of changes can be viewed here: https://github.com/jetstack/kube-lego/compare/0.1.6...0.1.7

It is still recommended that users migrate to cert-manager as soon as possible, however for those that are unable to do so currently, this patch release of kube-lego should be used

0.1.6

6 years ago

This release of kube-lego will be the last, and it is recommended that all users upgrade as soon as possible to help alleviate issues that could cause kube-lego to create excessive requests to Let's Encrypt, using up your request quotas and causing subsequent requests to fail for up to a week.

A full list of changes can be viewed here: https://github.com/jetstack/kube-lego/compare/0.1.5...0.1.6

Since it has been a while since the last release, there have also been a number of bugfixes added from 0.1.5.

It is still recommended that users migrate to cert-manager as soon as possible, however for those that are unable to do so currently, this patch release of kube-lego should be used

0.1.5

6 years ago

Fixed

  • Fix infinite update loop on ingress changes #204
  • Fix error message wording #209
  • Fix documentation wording #208

Added

  • Whitelist ingress IP source range (allow 0.0.0.0/0) #114