Skip to content

Commit 042d4e6

Browse files
scaleway-botPrototool Bot
andauthored
feat(lb): add custom sni & host (#5527)
Co-authored-by: Prototool Bot <prototool-bot@scaleway.com>
1 parent 2221184 commit 042d4e6

8 files changed

Lines changed: 9 additions & 3 deletions

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
github.com/moby/buildkit v0.29.0
2626
github.com/moby/go-archive v0.2.0
2727
github.com/opencontainers/go-digest v1.0.0
28-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20260423144808-0fce4c91dba4
28+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20260424145844-e1fee087af59
2929
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
3030
github.com/spf13/cobra v1.10.2
3131
github.com/spf13/pflag v1.0.10

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,8 +476,8 @@ github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7
476476
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
477477
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI=
478478
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06/go.mod h1:+ePHsJ1keEjQtpvf9HHw0f4ZeJ0TLRsxhunSI2hYJSs=
479-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20260423144808-0fce4c91dba4 h1:/nIqzfosT+eONEl82dcrdO2+nzFu4n/i8pti7FapE3k=
480-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20260423144808-0fce4c91dba4/go.mod h1:jG9ApeokegM68b/6vebk8fAhBJbqZKUoor/+f19+bH0=
479+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20260424145844-e1fee087af59 h1:WafduC3b3Ht5SNz8GdGJeCw/2aPNgxyQzOfZ28eJs6A=
480+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20260424145844-e1fee087af59/go.mod h1:jG9ApeokegM68b/6vebk8fAhBJbqZKUoor/+f19+bH0=
481481
github.com/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8=
482482
github.com/sclevine/spec v1.4.0/go.mod h1:LvpgJaFyvQzRvc1kaDs0bulYwzC70PbiYjC4QnFHkOM=
483483
github.com/secure-systems-lab/go-securesystemslib v0.10.0 h1:l+H5ErcW0PAehBNrBxoGv1jjNpGYdZ9RcheFkB2WI14=

internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-id-public-ip.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ f9556418-002b-4481-bd63-dbb51abe5d72 pending - few seconds ago few
130130
"max_retries": null,
131131
"max_connections": null,
132132
"timeout_queue": null,
133+
"host": null,
133134
"timeout_server": 300000,
134135
"timeout_connect": 5000,
135136
"timeout_tunnel": 900000

internal/namespaces/lb/v1/testdata/test-add-backend-servers-with-instance-tag-public-ip.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ ID STATUS IP ADDRESS CREATED AT UPDA
131131
"max_retries": null,
132132
"max_connections": null,
133133
"timeout_queue": null,
134+
"host": null,
134135
"timeout_server": 300000,
135136
"timeout_connect": 5000,
136137
"timeout_tunnel": 900000

internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-id-public-ip.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ e0bdad0c-1940-4514-b82c-80c726e2eb83 pending - few seconds ago few
130130
"max_retries": null,
131131
"max_connections": null,
132132
"timeout_queue": null,
133+
"host": null,
133134
"timeout_server": 300000,
134135
"timeout_connect": 5000,
135136
"timeout_tunnel": 900000

internal/namespaces/lb/v1/testdata/test-create-backend-with-instance-tag-public-ip.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ ID STATUS IP ADDRESS CREATED AT UPDA
131131
"max_retries": null,
132132
"max_connections": null,
133133
"timeout_queue": null,
134+
"host": null,
134135
"timeout_server": 300000,
135136
"timeout_connect": 5000,
136137
"timeout_tunnel": 900000

internal/namespaces/lb/v1/testdata/test-get-backend-simple.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ ID STATUS IP ADDRESS CREATED AT UPDA
130130
"max_retries": null,
131131
"max_connections": null,
132132
"timeout_queue": null,
133+
"host": null,
133134
"timeout_server": 300000,
134135
"timeout_connect": 5000,
135136
"timeout_tunnel": 900000

internal/namespaces/lb/v1/testdata/test-get-frontend-simple.golden

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ ID STATUS IP ADDRESS CREATED AT UPDATED AT REGION ZONE
156156
"max_retries": null,
157157
"max_connections": null,
158158
"timeout_queue": null,
159+
"host": null,
159160
"timeout_server": 300000,
160161
"timeout_connect": 5000,
161162
"timeout_tunnel": 900000

0 commit comments

Comments
 (0)