Skip to content

Releases: fosrl/cli

0.5.1

27 Feb 06:16
ebf9046

Choose a tag to compare

Container Images

  • GHCR: ghcr.io/fosrl/cli@sha256:c1695087cc43826d7d2fd036cc6fa73398d95d507c166dcc11cd5918af530351
  • Docker Hub: docker.io/fosrl/pangolin-cli@sha256:c1695087cc43826d7d2fd036cc6fa73398d95d507c166dcc11cd5918af530351
    Digest: sha256:c1695087cc43826d7d2fd036cc6fa73398d95d507c166dcc11cd5918af530351

What's Changed

Full Changelog: 0.5.0...0.5.1

0.5.0

26 Feb 01:16
cd491cc

Choose a tag to compare

Container Images

  • GHCR: ghcr.io/fosrl/cli@sha256:2427a9e01865f1ba6f7aece236a0785ab73d8ae4c1aa5790437c65dc296b5cac
  • Docker Hub: docker.io/fosrl/pangolin-cli@sha256:2427a9e01865f1ba6f7aece236a0785ab73d8ae4c1aa5790437c65dc296b5cac
    Digest: sha256:2427a9e01865f1ba6f7aece236a0785ab73d8ae4c1aa5790437c65dc296b5cac

What's Changed

    • Add Pangolin SSH support for Windows

Full Changelog: 0.4.0...0.5.0

0.4.0

23 Feb 01:17
a1569fa

Choose a tag to compare

Container Images

  • GHCR: ghcr.io/fosrl/cli@sha256:162d318e34ec577bece1466e3e31f1009523172d40958fda9cf095584a1b3e51
  • Docker Hub: docker.io/fosrl/pangolin-cli@sha256:162d318e34ec577bece1466e3e31f1009523172d40958fda9cf095584a1b3e51
    Digest: sha256:162d318e34ec577bece1466e3e31f1009523172d40958fda9cf095584a1b3e51

What's Changed

  • Add Pangolin SSH (pending Pangolin 1.16)
  • Fix unable to switch organization while tunnel is active

Full Changelog: 0.3.3...0.4.0

0.3.3

13 Feb 00:31
91fbc32

Choose a tag to compare

Container Images

  • GHCR: ghcr.io/fosrl/cli@sha256:740d1416b33ec20363108c11d3e0d5e3c15d68f401977e5d09078de93c1e79ec
  • Docker Hub: docker.io/fosrl/pangolin-cli@sha256:740d1416b33ec20363108c11d3e0d5e3c15d68f401977e5d09078de93c1e79ec
    Digest: sha256:740d1416b33ec20363108c11d3e0d5e3c15d68f401977e5d09078de93c1e79ec

What's Changed

New Contributors

Full Changelog: 0.3.2...0.3.3

0.3.2

09 Feb 23:01
a97201a

Choose a tag to compare

What's Changed

  • Fix fingerprint being sent for machine clients
  • Fix machine client name overridden with device model name

Full Changelog: 0.3.1...0.3.2

0.3.1

30 Jan 00:33
49543f6

Choose a tag to compare

What's Changed

  • Add improved descriptions for override DNS and tunnel DNS flags
  • Add input validation on DNS inputs

Full Changelog: 0.3.1...0.3.1

0.3.0

23 Jan 18:59
2cf33a7

Choose a tag to compare

What's Changed

  • Add use next available account on logout
  • Add device fingerprint collection (OS, model, serial number, etc)
  • Add device posture collection (disk encryption, firewall status, etc)
  • Add apply blueprint command to apply Pangolin Blueprints via CLI
  • Add indicator when server is unreachable
  • Add server info message
  • Add error feedback when connection fails
  • Fix bug preventing switching organizations
  • General enhancements and bug fixes

New Contributors

Full Changelog: 0.2.1...0.3.0

0.2.1

06 Jan 02:36
5d90533

Choose a tag to compare

What's Changed

  • Fix client creating a new user device on server for every login to the same account

Full Changelog: 0.2.0...0.2.1

0.2.0

22 Dec 22:09
60c60bc

Choose a tag to compare

What's Changed

  • feat(auth): support multiple accounts by @water-sucks in #1
  • refactor: use functions to init cobra commands, flatten cmd structures by @water-sucks in #3
  • feat(select): add basic completion flags by @water-sucks in #4
  • Add --tunnel-dns to support sending DNS queries over the tunnel to private resources
  • Update Olm and Newt

New Contributors

Full Changelog: 0.1.2...0.2.0

Multi-Account Support

Warning

As a result of this update, you will be logged out of your existing account upon updating. You can simply log back in after updating.

This update enables you to login to more than one Pangolin account and switch between them easily. Use pangolin login to add an account and pangolin select account to switch accounts.

Tunnel DNS

You can now send DNS queries over the tunnel to a private resource in Pangolin. This enables you to use a self-hosted DNS server on the LAN of a Newt site, like Pi-Hole.

Example: pangolin up --tunnel-dns --upstream-dns 192.168.1.192

0.1.2

17 Dec 03:37
d02bc14

Choose a tag to compare

What's Changed

  • Rename --dns flag to --netstack-dns
  • Fix comma separated --upstream-dns flag parsing
  • Fix broken data type parsing in org policy

Full Changelog: 0.1.1...0.1.2