Skip to content

Releases: fosrl/pangolin-node

1.2.0

23 Dec 19:19
145ba63

Choose a tag to compare

What's Changed

  • Support for org security policy enforcement
  • Support for ASN rules

Full Changelog: 1.1.2...1.2.0

1.1.2

11 Dec 01:16
f240cd2

Choose a tag to compare

What's Changed

  • Fix detection of certificate expiry using local .expires_at file

Full Changelog: 1.1.1...1.1.2

1.1.1

20 Nov 16:32
9cd2f6e

Choose a tag to compare

What's Changed

  • Improved error logging when sending logs
  • Batch size of 100 when sending logs

Full Changelog: 1.1.0...1.1.1

1.1.0

02 Nov 00:02
0ba05e4

Choose a tag to compare

What's Changed

  • Support Pangolin request logs
  • Support password rotation, session length, and mfa enforcement

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0

16 Oct 00:31
a844100

Choose a tag to compare

First Release!

Read more about remote nodes on the docs!

Managed -> Remote Nodes

In 1.9.0 we introduced Managed Pangolin Nodes which are self-hosted instances of Pangolin that are managed by our cloud control plane. Up until now, the main Pangolin container image could run as either a self-hosted instance or a Managed Node. This was too confusing and caused a lot of support issues.

Starting in 1.11.0, the main Pangolin container image (fosrl/pangolin) is only for self-hosted instances. Managed nodes are now called Remote Nodes and have their own container image (fosrl/pangolin-node). The code for remote nodes has been moved to its own repository: https://github.com/fosrl/pangolin-node.

Migration is very straightforward -- just swap the container. Contact us via email or Discord if you need help.

services:
    pangolin:
        image: fosrl/pangolin-node:latest # It's best practice to pin to a specific version, e.g. 1.0.0
        # ...

Full Changelog: https://github.com/fosrl/pangolin-node/commits/1.0.0