1.18.1
fosrl/pangolin1.18.1Jun 11, 2026by oschwartz10612
AI Summary
This release adds certificate status columns to resource tables and fixes various issues regarding ACME JSON parsing, migrations, and UI rendering. It ensures certificate status displays correctly even without an Enterprise license.
Key Highlights
- Added certificate status in public and private resource tables
- Fixed handling of backward compatible site IDs and SANs in ACME JSON
- Fixed certificate status failure when no EE license is present
- Fixed migration to handle potential NULL values for TCP/UDP/ICMP protocols
- Fixed health check input to only allow Newt sites
New Features
- Certificate status columns in resource tables
Full Release Notes
## Read the 1.18 Announcement Read the full announcement with discussion of new features: [Pangolin 1.18 - HTTPS Private Resources, Multi-Site Routing, and Alerting](https://pangolin.net/news/1-18-release) ## What's Changed - Add cert status in public resources table - Add cert status in private resources table - Fix handle backward compatible siteId in site-resource API calls - Fix handle sans in the acme.json - Fix cert status failed when no EE license is present - Fix migration to handle possible not null for TCP, UDP, and ICMP - Fix broken underlined font rendering in FireFox browsers - Fix migration to calculate actual resource status - Fix health check input to only allow Newt sites - Fix don't show site online status for local sites - Fix scrape certs from ALL resolvers - Other small visual fixes and improvements **Full Changelog**: https://github.com/fosrl/pangolin/compare/1.18.0...1.18.1 ## How to Update For Pangolin Enterprise: the server now scrapes in the certificates from Treafik's acme.json file. On default installs, this should work out of the box importing from `config/letsencrypt/acme.json` which is mounted into the container. **If your Traefik acme.json file is not mounted into this default location [update the config in privateConfig.yml](https://docs.pangolin.net/self-host/advanced/private-config-file#acme-configuration)** > [!IMPORTANT] > Always back up your config app-data before updating. This will allow you to easily roll back if the update breaks your configuration. You will not be able to easily downgrade otherwise. [View documentation](https://docs.pangolin.net/self-host/how-to-update)