1.18.3
fosrl/pangolin1.18.3Jun 11, 2026by oschwartz10612
AI Summary
Bug fixes for pagination, health checks, and alerting features, including the addition of pagination for user and role dropdowns.
Key Highlights
- Pagination for user and role dropdowns
- Link to HTTP private resources on member page
- Flattened data fields in alert webhooks
- ENABLE_SQLITE_WAL_MODE environment variable
- Fix for midnight time display in status history
New Features
- User/role pagination
- HTTP private resource links
- Flattened data in webhooks
- SQLite WAL mode
- Health status fixes
- Midnight time fix
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 pagination to user and role dropdown to handle many users and roles
* Add link to http private resources on the member page
* Add translations to the member page
* Add clear certificates pangctl command
* Add flattened data fields from the {{data}} object in alert webhooks
* Add ENABLE_SQLITE_WAL_MODE env var to enable WAL mode for sqlite
* Fix mismatched resource health status with preexisting health check status
* Fix preexisting health checks may not have a name
* Fix midnight time of day issue with status history display
* Fix overlap alias addresses when creating more than one private resource in blueprints
* Fix memory leak issue with sqlite and drizzle
* Fix finding all json files when a directory is passed to acme_json_path
* Fix make sure the domain is defined on a http resource when creating it
* Fix alerting features and provisioning showing when disable_enterprise_features is set
* Fix exclude local/private/CGNAT IPs from COUNTRY=ALL and ASN=ALL/AS0 geo-blocking rules
* Small UI improvements
* Small speed increases in a couple of places
## New Contributors
* @Blacks-Army made their first contribution in https://github.com/fosrl/pangolin/pull/2843
* @Josh-Voyles made their first contribution in https://github.com/fosrl/pangolin/pull/2998
**Full Changelog**: https://github.com/fosrl/pangolin/compare/1.18.2...1.18.3
## 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)