Skip to content

Releases: inlets/inlets-pro

Add --reconnect-after flag to HTTP client

03 Sep 08:26
Compare
Choose a tag to compare

This release adds the --reconnect-after flag to HTTP client, to fix an issue with Windows clients which were reconnecting too quickly, before the server detected them as disconnected. Example usage: inlets-pro client --reconnect-after 60s

Changelog for 0.9.0-rc3:

Commits
fd17a28 Update instructions for helm chart repo by @alexellis
ac4e181 Update helm chart repo instructions by @alexellis
56c2c8f Update chart URL by @alexellis
df48283 Publish initial chart versions by @alexellis
78c6734 Add chart makefile by @alexellis

Generated by Derek

Release Candidate for inlets 0.9.0

18 Aug 10:26
Compare
Choose a tag to compare
Pre-release

Changelog for 0.9.0-rc2:

  • ghcr.io/inlets/inlets-pro:0.9.0-rc2

The inlets 0.9.0 releases adds:

  • A new status CLI command to monitor tunnels
  • Load-balancing of requests between clients using TCP tunnels
  • An ARM64 Darwin binary for Apple M1 users
  • Prometheus metrics for TCP and HTTP tunnels

The --token-env option has been added to the client and server commands so that inlets can be used more easily with PaaS platforms that store secrets as environment variables. Examples include ECS, Fargate, Heroku and Fly. In the same vein, --license-env has been added to the client commands so that ECS Anywhere users can update their license tokens on edge devices, if and when required.

The inlets-pro http fileserver command has moved up one level to inlets-pro fileserver so that it's easier to discover and less to type in.

The flag --token-from is now deprecated and will be removed in a future release, see also: token-file which does the same thing with a more consistent name.

The --print-token flag has been removed from the inlets HTTP client and server, given that the token is an input it should already be possible to print this value yourself.

Commits
df3cc4d Update chart to inlets 0.8.9 by @alexellis

Generated by Derek

Fix for determining Gumroad licenses in TCP mode

09 Aug 21:00
Compare
Choose a tag to compare

Changelog for 0.8.9:

Commits
1db0b83 Move http-server chart up one level by @alexellis
841c069 Move the chart down one level by @alexellis
a6dfc64 Add HTTP chart from private repository by @alexellis
37da60f Update version of inlets-pro by @dirien
2324ceb Update headings by @alexellis

Generated by Derek

Fix for determining Gumroad licenses

29 Jul 08:40
Compare
Choose a tag to compare

Fixes an issue where static tokens were mistaken as Gumroad subscription licenses

Changelog for 0.8.8:

Commits
4209b38 Update notes for usage of inlets PRO tunnels by @alexellis
c877401 Add conceptual image by @alexellis
cb4e3c0 Update version for gumroad tokens by @alexellis

Generated by Derek

Monthly billing via Gumroad

26 Jul 14:45
634af06
Compare
Choose a tag to compare

Changelog for 0.8.7:

Monthly billing via Gumroad - subscribe now

Commits
634af06 Update version to 0.8.6 by @alexellis

Generated by Derek

Lookup domains before attempting Let's Encrypt challenges

21 Jul 08:41
Compare
Choose a tag to compare

Domains passed via --letsencrypt-domain are now looked up via DNS resolver before moving on to attempt a Let's Encrypt HTTP01 challenge. This fixes an issue where Let's Encrypt may rate limit due to too many requests for a domain that has not yet propagated.

Changelog for 0.8.6:

Commits
f1346c4 Add link for GitHub Stars by @alexellis
b84dfba Update README.md by @alexellis
47a15a0 Update blurb by @alexellis
e5f12ea Update use-cases and version of inlets-pro by @alexellis
d0def40 Update EULA.md by @alexellis
3982be7 Create CONTRIBUTING.md by @alexellis
242e948 Update .DEREK.yml by @alexellis

Generated by Derek

Support server auth tokens from env-vars

11 Jun 11:32
Compare
Choose a tag to compare

Changelog for 0.8.5:

Commits

Support reading token for server for envs by @alexellis with --token-env

Generated by Derek

Add message for when tunnel is established

17 May 08:43
Compare
Choose a tag to compare

Changelog for 0.8.4:

Commits
56896f3 Fix typo in chart URL by @alexellis
82bc33c Update README.md by @alexellis
62e5be9 Update README.md by @alexellis
94a0f9b Remove whitespace by @alexellis
99fe246 Update to GHCR for inlets PRO charts by @alexellis
23739aa Update instructions and verbosity by @alexellis

Generated by Derek

CLI flag updates and license auto-detection

15 Mar 21:56
Compare
Choose a tag to compare

Changelog for 0.8.3:

Commits

  • Add systemd generation for http client by @alexellis (inlets-pro http client --generate=systemd)
  • Set print-token to false by @alexellis (to prevent leaking tokens in logs)
  • Update fileserver port and url for clients to IPs by @alexellis (now set to 8080)
  • Add automated license finding by @alexellis (Both clients now look at $HOME/.inlets/LICENSE first)

Docker: ghcr.io/inlets/inlets-pro:0.8.3 (multi-arch)

Generated by Derek

Updated release

09 Mar 12:33
Compare
Choose a tag to compare

Changelog for 0.8.2:

  • PR #22 Add variable to select an existing secret for tls by @jsiebens

Commits
70fc5bb Update Chart version by @alexellis
b428dcd Add variable to select an existing secret for tls by @jsiebens
88988eb Update syntax by @alexellis
a9447a8 Update notes by @alexellis
3477346 Update README.md by @alexellis
36f81ce Update README.md by @alexellis
412128b Create README.md by @alexellis
461628b Add upstream variable, update Docker image version by @alexellis

Generated by Derek