Releases: inlets/inletsctl
Rename packet provisioner to Equinix Metal
Changelog for 0.7.0:
- PR #83 Rename packet provider to Equinix Metal by @alexellis
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
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
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
Refactor user-data code
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
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
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
Add Hetzner as a provisioner
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
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-westThen 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