Skip to content

Releases: inlets/inletsctl

Default to inlets PRO 0.8.6

21 Jul 08:50
Compare
Choose a tag to compare

Changelog for 0.8.10:

Commits
ed0bcc7 Update inlets PRO version to latest, and add flag by @alexellis

Generated by Derek

Support plan flag for overriding cost of instance used

21 Jul 07:23
Compare
Choose a tag to compare

Example usage:

inletsctl create \
  -p scaleway \
  --region=nl-ams-1 \
  --plan=STARDUST1-S

Changelog for 0.8.9:

  • PR #106 add extra flag to override default plan or size of the exit-node by @jsiebens

Commits
cc3a495 add extra flag to override default plan or size of the exit-node by @jsiebens
95a07e4 Update issue template by @alexellis

Generated by Derek

Support AWS Session tokens for EC2 hosts

17 Jul 17:46
Compare
Choose a tag to compare

Changelog for 0.8.8:

  • PR #105 Accommodate Session Tokens for ec2 by @rgee0

Commits
105bf39 Accommodate Session Tokens for ec2 by @rgee0
e5a942d Update to build with Go 1.16 in CI by @alexellis
72d5783 Move to v0.5.0 of cloud-provision by @alexellis

Generated by Derek

Update for kfwd command for HTTP and TCP services

12 Jul 18:38
Compare
Choose a tag to compare

Changelog for 0.8.7:

Commits
4d5a6d5 Fix kfwd command for new pro only option by @alexellis

Generated by Derek

Update Azure and GCE images

12 Jul 14:28
Compare
Choose a tag to compare

Changelog for 0.8.6:

  • PR #101 GCE: Update Image to Ubuntu 20_04 by @dirien
  • PR #100 Azure: Update Ubuntu version due to deprecation of 16.04 (bionic) by @dirien
  • PR #99 Civo: update Ubuntu version due to deprecation of 16.04 (bionic) by @dirien
  • PR #96 Vultr: update Ubuntu version due to deprecation of 16.04 by @jsiebens
  • PR #97 Linode: update Ubuntu version due to deprecation of 16.04 by @jsiebens
  • PR #98 Scaleway: update Ubuntu version due to deprecation of 16.04 (bionic) by @jsiebens

Commits
f0b3d64 GCE: Update Image to Ubuntu 20_04 by @dirien
bd8be2a Azure: Update Image to Ubuntu 20.04 by @dirien
7504f03 Civo: update Ubuntu version due to deprecation of 16.04 (bionic) by @dirien
d1c28b8 Vultr: update Ubuntu version due to deprecation of 16.04 by @jsiebens
b2435d7 Linode: update Ubuntu version due to deprecation of 16.04; add default region by @jsiebens
0089f0f Scaleway: update Ubuntu version due to deprecation of 16.04 (bionic) by @jsiebens

Generated by Derek

Fix for removed DigitalOcean Ubuntu image

03 Jul 08:48
Compare
Choose a tag to compare

Changelog for 0.8.5:

  • PR #63 support downloading into a folder with a space by @wingkwong

Commits
f2ba8da Update Ubuntu version due to deprecation of 16.04 by @alexellis
409a051 Update license info by @alexellis
fc143c5 Update contents page by @alexellis
9f42cb1 Move examples to docs site by @alexellis
ac77af5 Update README table by @alexellis
c0d2bcd Remove final references to inlets OSS and add examples by @alexellis
1131949 support downloading into a folder with a space by @wingkwong

Generated by Derek

Add provisioning for HTTPS tunnels

25 Mar 20:38
Compare
Choose a tag to compare

Changelog for 0.8.4:

  • PR #92 Add HTTPS tunnel support for create command by @alexellis

Example usage:

# Change to "prod" or remove `--letsencrypt-issuer` to use the default
export ISSUER=staging
export DOMAIN=tunnel.example.com

inletsctl create \
  --letsencrypt-domain $DOMAIN \
  --letsencrypt-email contact@$DOMAIN \
  --letsencrypt-issuer staging \
  --provider digitalocean \
  --region lon1 \
  --access-token-file ~/.secrets/access-token

Commits
59297e9 Add HTTPS tunnel support for create command by @alexellis
6f3cd2c Update README.md by @alexellis
3e9ae8e Update README.md by @alexellis

Generated by Derek

Set flag pro by reading both --tcp and --pro

17 Feb 18:12
Compare
Choose a tag to compare

Changelog for 0.8.3:

  • PR #90 Set flag pro by reading both --tcp and --pro by @zechenbit

Commits
ed896b9 Set flag pro by reading both --tcp and --pro by @zechenbit
40a4e4f Fix get.sh script by @alexellis

Generated by Derek

Fix issue with pinning to 0.8.0 flags

12 Feb 18:47
Compare
Choose a tag to compare

Changelog for 0.8.2:

Commits
1ba0bc1 Fix issue with systemd unit file by @alexellis

Generated by Derek

Pin systemd unit version

08 Feb 21:02
Compare
Choose a tag to compare

Changelog for 0.8.1:

Commits
ab8f079 Deprecate FreeBSD binary by @alexellis
6282640 Migrate to Go 1.15 by @alexellis
409bf03 Update to use a pinned inlets systemd file by @alexellis
f04fb60 Update create command's pro flag to tcp by @alexellis
ba39a5f Only upload .tgz and .sha265 files to release by @utsavanand2
343322c Update README.md by @alexellis

Generated by Derek