Releases: inlets/inletsctl
Releases · inlets/inletsctl
Add GCE as a provisioner
Use auth token with kfwd
Add "inletsctl kfwd" command
Move provision package to inletsctl
Changelog for 0.3.0:
Generated by Derek
Only print OSS tunnel data once
Fix issue with Civo's userdata
Changelog for 0.2.7:
Generated by Derek
Add Packet.com as provider
Add Civo as provisioner
Add Civo to delete command Adds Civo to the delete command, tested e2e. The status code for the documented API is 202 for deletions, but the API actually gives out 200. https://www.civo.com/api/instances#deleting-an-instance Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
Move to non-blocking Scaleway implementation
Changelog:
- Move to non-blocking Scaleway implementation
Add delete command
Changelog:
- Adds delete command - see README.md for instructions or
inletsctl delete --help