Skip to content

Tags: inlets/cloud-provision

Tags

v0.7.1

Update go.mod and bump go version to 1.23

Signed-off-by: Han Verstraete (OpenFaaS Ltd) <han@openfaas.com>

v0.7.0

Remove Civo and Equinix Metal

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

v0.6.9

Update go.mod versions

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

v0.6.8

Fix regression for adding extra ports to EC2 security group

Extra ports where not added to the security group due to a regression
introduced in ac3b8b4

Signed-off-by: Han Verstraete (OpenFaaS Ltd) <han@openfaas.com>

v0.6.7

Make sure control port is opened for EC2

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

v0.6.6

Allow EC2 instances to specify a key name

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

v0.6.5

Reserve a static IP for GCE VMs

Fixes an issue by @richardcase where the IP of the tunnel
server may change.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

v0.6.4

Allow a custom port range for EC2 VMs

Set the additional text with a comma-separated list of
ports i.e. 22,443,80,8080 and these will be added to the
security group.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

v0.6.3

Update modules

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>

v0.6.2

Update ovh-go-sdk sdk to v0.2.0

Signed-off-by: Engin Diri <engin.diri@mail.schwarz>