Skip to content

Releases: inlets/inletsctl

Additional config for AWS EC2 provisioner

24 Aug 16:04
Compare
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
Compare
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
Compare
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

Switch to checkip.amazonaws.com for inlets-pro IP

14 May 07:38
Compare
Choose a tag to compare

Changelog for 0.5.4:

Commits
feb2422 Switch to checkip.amazonaws.com for finding IP by @alexellis
51333e4 Update README.md by @alexellis
0850b3c Add basic troubleshooting steps by @alexellis

Generated by Derek

Bump up the inlets/pro versions

13 May 12:24
Compare
Choose a tag to compare

Changelog for 0.5.3:

Commits
e8b27b5 Bump the version of inlets-pro by @alexellis
aa86ff6 Add example for an optional --zone flag by @utsavanand2
63c23c6 Added Azure to the provisioners on README by @kadern0
918ad79 Update README.md by @alexellis

Generated by Derek

Add Azure as a provisioner

03 Mar 08:23
Compare
Choose a tag to compare

Changelog for 0.5.2:

  • PR #43 Add Azure as provider by @zechenbit
  • PR #59 Fix get.sh script with case insensitive grep by @Waterdrips

Commits
1744d89 Remove SSH from Azure security rule by @zechenbit
8f57c05 Add security rules for inlets pro by @zechenbit
b6e79df Add unit tests for Azure provisioner by @zechenbit
128b46b Update Azure provisioner to use modules by @zechenbit
fc1ddce Set AZURE_AUTH_LOCATION env inside Azure provisioner by @zechenbit
6bfc2d9 Remove waiting in provision call and change fatal to return err by @zechenbit
10fcb30 Add Azure VM provisioner by @zechenbit
bc077fc Add Azure VM provisioner by @zechenbit
5b841e9 Fix get.sh script with case insensitive grep by @Waterdrips

Generated by Derek

Update inlets-pro version

24 Feb 18:34
Compare
Choose a tag to compare

Changelog for 0.5.1:

Commits
5256781 Update inlets-pro version to 0.5.6 by @alexellis
0699f70 Update verbosity by @alexellis
598230e Remove matrix config by @alexellis

Generated by Derek

Compress release binaries

24 Feb 10:11
Compare
Choose a tag to compare

Changelog for 0.5.0:

Commits
598230e Remove matrix config by @alexellis
2ae0f9a Compresses the binaries with gzip by @utsavanand2
7a4b69f Update blurb by @alexellis
caff144 Update formatting / order of file by @alexellis
aab6851 Fix deletion of GCE VMs by @alexellis

Generated by Derek

Fix for GCE deletions

11 Feb 11:44
Compare
Choose a tag to compare

Changelog for 0.4.9:

Commits
aab6851 Fix deletion of GCE VMs by @alexellis
356886f Fix opening on TCP ports on GCE for inlets-pro by @utsavanand2

Generated by Derek

Fix opening on TCP ports on GCE for inlets-pro

09 Feb 15:51
Compare
Choose a tag to compare

Changelog for 0.4.8:

  • PR #58 Fix opening on TCP ports on GCE for inlets-pro and update existing firewall-rules if one already exists by @utsavanand2
  • PR #57 Add instructions for GCE by @utsavanand2

Commits
356886f Fix opening on TCP ports on GCE for inlets-pro by @utsavanand2
6753eb5 Add instructions for GCE by @utsavanand2
d5f56b6 Rename some fields in GCE provision package by @alexellis
db044b7 Update README.md by @alexellis
d488f49 Print error when --project-id flag is not set for gce and packet by @utsavanand2

Generated by Derek