Update ghcr.io/fosrl/pangolin Docker tag to v1.18.3 #253

Open
renovate-bot wants to merge 1 commits from renovate/ghcr.io-fosrl-pangolin-1.x into main
Collaborator

This PR contains the following updates:

Package Update Change
ghcr.io/fosrl/pangolin patch 1.18.01.18.3

Release Notes

fosrl/pangolin (ghcr.io/fosrl/pangolin)

v1.18.3

Compare Source

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

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

[!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

v1.18.2

Compare Source

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

[!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

v1.18.1

Compare Source

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

[!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


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/fosrl/pangolin](https://github.com/fosrl/pangolin) | patch | `1.18.0` → `1.18.3` | --- ### Release Notes <details> <summary>fosrl/pangolin (ghcr.io/fosrl/pangolin)</summary> ### [`v1.18.3`](https://github.com/fosrl/pangolin/releases/tag/1.18.3) [Compare Source](https://github.com/fosrl/pangolin/compare/1.18.2...1.18.3) ##### 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 - [@&#8203;Blacks-Army](https://github.com/Blacks-Army) made their first contribution in [#&#8203;2843](https://github.com/fosrl/pangolin/pull/2843) - [@&#8203;Josh-Voyles](https://github.com/Josh-Voyles) made their first contribution in [#&#8203;2998](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) ### [`v1.18.2`](https://github.com/fosrl/pangolin/releases/tag/1.18.2) [Compare Source](https://github.com/fosrl/pangolin/compare/1.18.1...1.18.2) ##### 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) ### [`v1.18.1`](https://github.com/fosrl/pangolin/releases/tag/1.18.1) [Compare Source](https://github.com/fosrl/pangolin/compare/1.18.0...1.18.1) ##### 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) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE2OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
renovate-bot force-pushed renovate/ghcr.io-fosrl-pangolin-1.x from aebef5d7cf to 2c828b4923 2026-05-04 08:01:37 +05:30 Compare
renovate-bot changed title from Update ghcr.io/fosrl/pangolin Docker tag to v1.18.1 to Update ghcr.io/fosrl/pangolin Docker tag to v1.18.2 2026-05-04 08:01:39 +05:30
renovate-bot added 1 commit 2026-05-07 08:01:46 +05:30
renovate-bot force-pushed renovate/ghcr.io-fosrl-pangolin-1.x from 2c828b4923 to decbebde1b 2026-05-07 08:01:46 +05:30 Compare
renovate-bot changed title from Update ghcr.io/fosrl/pangolin Docker tag to v1.18.2 to Update ghcr.io/fosrl/pangolin Docker tag to v1.18.3 2026-05-07 08:01:49 +05:30
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/ghcr.io-fosrl-pangolin-1.x:renovate/ghcr.io-fosrl-pangolin-1.x
git checkout renovate/ghcr.io-fosrl-pangolin-1.x
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ryuupendragon/docker-compose#253