Cloudron 1.9.4 released - Let's Encrypt and Cloudflare fixes
1 min read

Cloudron 1.9.4 released - Let's Encrypt and Cloudflare fixes

We are happy to announce the release of Cloudron 1.9.4

For those unaware, Cloudron is a platform that makes it easy to run apps on your server and keep them up-to-date.

Let's Encrypt auto-renewal

Some of you have gotten notifications about Let's Encrypt certificates failing to renew. This is a regression that we introduced in 1.9 release. This patch release fixes it.

To give some background: In 1.9, we took big steps towards making Cloudron support multiple domains. As part of this large refactoring, we used the word intrinsic in the code to indicate the 'built-in' domain name of an app. Unfortunately, we ended up misspelling this word as instrincFqdn in the certificate renewal logic. This patch release fixes the typo. This is a lesson for us non-native English speakers to not use complicated words ;-)

Cloudflare DNS

Cloudflare DNS backend had a bug where it assumed that DELETE request returned 204. It appears has that Cloudflare has now changed this to be 200. We have fixed our backend accordingly.