Releases: inlets/inletsctl
Update Azure and GCE images
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
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
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
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
Changelog for 0.8.2:
Commits
1ba0bc1 Fix issue with systemd unit file by @alexellis
Generated by Derek
Pin systemd unit version
Changelog for 0.8.1:
- PR #86 Only upload .tgz and .sha265 files to release by @utsavanand2
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
Move to secure defaults for tunnels
Changelog for 0.8.0:
Commits
8bb18ec Move to secure defaults by @alexellis
5a86ccd Move provision package out of repo by @alexellis
5837987 Fix download script by @alexellis
45b3698 Update feature list by @alexellis
55fc7bd Update README.md by @alexellis
a301323 Update README.md by @alexellis
Generated by Derek
Update to newer DigitalOcean plan
Release with SHAs restored
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