1.18.2
fosrl/pangolin1.18.2Jun 11, 2026by oschwartz10612
AI Summary
This release enhances alerting capabilities by allowing custom webhook bodies and supports scraping multiple ACME JSON files or HTTP endpoints. It also fixes status history and resource status updates in the Community Edition.
Key Highlights
- Added support for customizing webhook body for alerts
- Added support for scraping multiple ACME JSON files if a directory is provided
- Added support for scraping certificates from a HTTP endpoint
- Fixed status history and resource status not updating in CE
New Features
- Custom webhook body support for alerts
- Multiple ACME JSON file support
- HTTP endpoint certificate scraping
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 * Fix status history and status of resources not updating in CE * Add support for customizing webhook body for alerts * Support scraping multiple acme json files if directory provided in `acme_json_path` * Support scraping in certificates from a HTTP endpoint using `acme_http_endpoint` * Various other bug fixes and improvements **Full Changelog**: https://github.com/fosrl/pangolin/compare/1.18.1...1.18.2 ## 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)