1.15.3

fosrl/pangolin1.15.3Feb 12, 2026by oschwartz10612

AI Summary

This release adds significant identity provider improvements including organization-scoped identity providers and enterprise feature toggles. It also introduces Pangolin CLI support for machine client installations and fixes several issues with machine client fingerprinting and naming.

Key Highlights

  • Use Pangolin CLI for machine clients install commands
  • Add default org and role mapping when creating an identity provider
  • Add app.identity_provider_mode for toggling between global and org scoped identity providers (EE)
  • Add flags.disable_enterprise_features to hide Enterprise Edition features in Community Edition
  • Fix machine clients being fingerprinted
  • Fix machine clients name being overriden

New Features

  • Pangolin CLI for machine client installations
  • Default org and role mapping for identity providers
  • app.identity_provider_mode toggle for identity provider scoping
  • flags.disable_enterprise_features for hiding EE features in CE
  • Fixed machine client fingerprinting issue
  • Fixed machine client name override issue

Full Release Notes

## What's Changed

- Add use Pangolin CLI for machine clients install commands
- Add default org and role mapping when creating an identity provider
- Add `app.identity_provider_mode` for toggling between global and org scoped identity providers (EE)
- Add `flags.disable_enterprise_features` to hide Enterprise Edition features in Community Edition
- Fix machine clients being fingerprinted
- Fix machine clients name being overriden
- Various other small bug fixes and improvements

**Full Changelog**: https://github.com/fosrl/pangolin/compare/1.15.2...1.15.3

## How to Update

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