Releases: fosrl/cli
0.5.1
Container Images
- GHCR:
ghcr.io/fosrl/cli@sha256:c1695087cc43826d7d2fd036cc6fa73398d95d507c166dcc11cd5918af530351 - Docker Hub:
docker.io/fosrl/pangolin-cli@sha256:c1695087cc43826d7d2fd036cc6fa73398d95d507c166dcc11cd5918af530351
Digest:sha256:c1695087cc43826d7d2fd036cc6fa73398d95d507c166dcc11cd5918af530351
What's Changed
- generate random password for users by @oschwartz10612 in #40
Full Changelog: 0.5.0...0.5.1
0.5.0
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
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
Container Images
- GHCR:
ghcr.io/fosrl/cli@sha256:740d1416b33ec20363108c11d3e0d5e3c15d68f401977e5d09078de93c1e79ec - Docker Hub:
docker.io/fosrl/pangolin-cli@sha256:740d1416b33ec20363108c11d3e0d5e3c15d68f401977e5d09078de93c1e79ec
Digest:sha256:740d1416b33ec20363108c11d3e0d5e3c15d68f401977e5d09078de93c1e79ec
What's Changed
- CICD and Docker Build by @oschwartz10612 in #26
New Contributors
- @oschwartz10612 made their first contribution in #26
Full Changelog: 0.3.2...0.3.3
0.3.2
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
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
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 blueprintcommand 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
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
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-dnsto support sending DNS queries over the tunnel to private resources - Update Olm and Newt
New Contributors
- @water-sucks made their first contribution in #1
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
What's Changed
- Rename
--dnsflag to--netstack-dns - Fix comma separated
--upstream-dnsflag parsing - Fix broken data type parsing in org policy
Full Changelog: 0.1.1...0.1.2