WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: inlets/inletsctl

Rename packet provisioner to Equinix Metal

01 Dec 13:59

Choose a tag to compare

Changelog for 0.7.0:

Commits
21dadc6 Remove travis from build by @alexellis
2fe0a36 Rename packet provider to Equinix Metal by @alexellis
14caa5c Build on all branches by @alexellis

Generated by Derek

Build with GH Actions

06 Nov 16:45

Choose a tag to compare

Build with GH Actions Pre-release
Pre-release

Changelog for 0.6.5:

  • PR #82 add github actions by @isabellaliu77
  • PR #80 Remove sha256 files where they are not for a tar.gz file by @utsavanand2

Commits
4af6544 Fix actions by @alexellis
19a0843 Fix gofmt by @alexellis
220055f improve github actions by isabellaliu
d13b907 add github actions by isabellaliu
acd8c0c Remove *.tgz.sha256 files from release. by @utsavanand2

Generated by Derek

Add inlets-plus, FreeBSD release, and fix for moved inlets-pro repo

26 Oct 12:57

Choose a tag to compare

Changelog for 0.6.4:

Commits
dd23ccd Add FreeBSD release by @alexellis
3a6eb07 Add support to download inlets-plus by @alexellis

Generated by Derek

Add Vultr support

28 Aug 08:26

Choose a tag to compare

Changelog for 0.6.3:

Commits
5315752 Add Vultr provisioner by @jsiebens
ac28a1e Fix userdata for inlets OSS by @alexellis

Generated by Derek

Refactor user-data code

27 Aug 14:40

Choose a tag to compare

Changelog for 0.6.2:

Commits
7a5b21b Fix issue in inlets OSS systemd URL by @alexellis

Generated by Derek

Publish userdata code for use in inlets-operator

27 Aug 13:52

Choose a tag to compare

Changelog for 0.6.1:

  • PR #77 Publish userdata code for use in inlets-operator by @alexellis

Commits
594b782 Publish userdata code for use in inlets-operator by @alexellis
3e9ed9c Fix link to provision package by @alexellis
d61b80a Trim down docs by @alexellis

Generated by Derek

Upgrade to inlets PRO 0.7.0

26 Aug 09:34

Choose a tag to compare

Changelog for 0.6.0:

  • PR #71 Use Azure group and deployment name as host ID by @zechenbit
  • PR #76 Update for inlets PRO 0.7.0 by @alexellis

Commits
bc36c27 Use Azure group and deployment name as host ID by @zechenbit
544c0f4 Add inlets PRO to kfwd by @alexellis
04b1cfb Update for inlets PRO 0.7.0 by @alexellis

Generated by Derek

Additional config for AWS EC2 provisioner

24 Aug 16:04

Choose a tag to compare

Changelog for 0.5.7:

  • PR #75 Proposed fixes for ec2 provider create with non-default VPC. Closes #… by @digitalsanctum

Commits
6bd1f80 Various fixes for ec2 provider create command by @digitalsanctum

Generated by Derek

Add Hetzner as a provisioner

23 Jul 10:20

Choose a tag to compare

Changelog for 0.5.6:

  • PR #72 Hetzner provider. by @Johannestegner
  • PR #70 Azure provisioner factory to take auth contents as parameter by @zechenbit

Commits
8bc3d04 Updated readme with provisioning information for Hetzner. by @Johannestegner
cc92655 Moved and changed the copy of error when fetching server by IP. by @Johannestegner
f6e8d39 Changed ubuntu version to 16.04. by @Johannestegner
5d7822e Added Johannestegner as maintainer on the Hetzner provider in providers/README.md by @Johannestegner
560c3a3 Error message should now be shown when server is not found during delete instead of throwing an exception. by @Johannestegner
fe81989 Added go.sum file. by @Johannestegner
84ff025 Updated readme with hetzner as a completed provider. by @Johannestegner
f561ecf Updated cmd with new Hetzner provider. by @Johannestegner
013e1e3 Check so that server is not nil in status. by @Johannestegner
25e81c0 Initial provisioning code for hetzner cloud. by @Johannestegner
b6ffaca Created file for hetzner provider. Added hetzner go package to mod. by @Johannestegner
53431ea Change Azure provisioner factory to take auth contents as parameter by @zechenbit

Generated by Derek

Add Linode as an exit-server provisioner

30 Jun 12:32

Choose a tag to compare

Changelog for 0.5.5:

  • PR #68 Add Linode provisioner by @zechenbit

Linode is now supported and costs around 5 USD / mo.

Example to provision an exit-tunnel server:

inletsctl  create --provider=linode \
  --access-token=$TOKEN \
  --region=eu-west

Then run the inlets command given to you at the end of the command, to connect to the tunnel.

Try this tutorial for DigitalOcean, just switch out the --provider flag and you're good to go.

Commits
2af07d8 Add Linode provisioner by @zechenbit

Generated by Derek