Skip to content

Commit d0f0789

Browse files
authored
chore: bump sdk (#2953)
1 parent b17ca12 commit d0f0789

12 files changed

+33
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/moby/buildkit v0.11.5
2323
github.com/opencontainers/go-digest v1.0.0
2424
github.com/pkg/errors v0.9.1
25-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.15.0.20230324173156-e992c027fa5f
25+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.15.0.20230327160534-01e8b89ed721
2626
github.com/spf13/cobra v1.6.1
2727
github.com/spf13/pflag v1.0.5
2828
github.com/stretchr/testify v1.8.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFR
275275
github.com/russross/blackfriday v1.6.0/go.mod h1:ti0ldHuxg49ri4ksnFxlkCfN+hvslNlmVHqNRXXJNAY=
276276
github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
277277
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
278-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.15.0.20230324173156-e992c027fa5f h1:6vmpdv+UjeGowsTXZTxS+1ksmxmqGUUlsI6Nf+g1+Ak=
279-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.15.0.20230324173156-e992c027fa5f/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg=
278+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.15.0.20230327160534-01e8b89ed721 h1:sH3/HWBjaFYFuWnmA2biULFcq6KTc1OP3cdz/OPMhAI=
279+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.15.0.20230327160534-01e8b89ed721/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg=
280280
github.com/seccomp/libseccomp-golang v0.9.2-0.20220502022130-f33da4d89646/go.mod h1:JA8cRccbGaA1s33RQf7Y1+q9gHmZX1yB/z9WDN1C6fg=
281281
github.com/secure-systems-lab/go-securesystemslib v0.4.0 h1:b23VGrQhTA8cN2CbBw7/FulN9fTtqYUdS5+Oxzt+DUE=
282282
github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ=

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ c4758b0e-8741-4498-920a-6ed7463e925a pending 10.65.66.73 few seconds ago few
6363
"tcp_config": {},
6464
"port": 8888,
6565
"check_send_proxy": false,
66+
"transient_check_delay": null,
6667
"check_timeout": 1000,
6768
"check_delay": 3000
6869
},
@@ -120,6 +121,8 @@ c4758b0e-8741-4498-920a-6ed7463e925a pending 10.65.66.73 few seconds ago few
120121
"failover_host": null,
121122
"ssl_bridging": false,
122123
"ignore_ssl_server_verify": null,
124+
"redispatch_attempt_count": null,
125+
"max_retries": null,
123126
"timeout_server": null,
124127
"timeout_connect": null,
125128
"timeout_tunnel": null

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ ID STATUS IP ADDRESS CREATED AT UP
6363
"tcp_config": {},
6464
"port": 8888,
6565
"check_send_proxy": false,
66+
"transient_check_delay": null,
6667
"check_timeout": 1000,
6768
"check_delay": 3000
6869
},
@@ -120,6 +121,8 @@ ID STATUS IP ADDRESS CREATED AT UP
120121
"failover_host": null,
121122
"ssl_bridging": false,
122123
"ignore_ssl_server_verify": null,
124+
"redispatch_attempt_count": null,
125+
"max_retries": null,
123126
"timeout_server": null,
124127
"timeout_connect": null,
125128
"timeout_tunnel": null

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ ID STATUS IP ADDRESS CREATED AT U
6363
"tcp_config": {},
6464
"port": 8888,
6565
"check_send_proxy": false,
66+
"transient_check_delay": null,
6667
"check_timeout": 1000,
6768
"check_delay": 3000
6869
},
@@ -120,6 +121,8 @@ ID STATUS IP ADDRESS CREATED AT U
120121
"failover_host": null,
121122
"ssl_bridging": false,
122123
"ignore_ssl_server_verify": null,
124+
"redispatch_attempt_count": null,
125+
"max_retries": null,
123126
"timeout_server": null,
124127
"timeout_connect": null,
125128
"timeout_tunnel": null

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ ID STATUS IP ADDRESS CREATED AT UPD
6363
"tcp_config": {},
6464
"port": 8888,
6565
"check_send_proxy": false,
66+
"transient_check_delay": null,
6667
"check_timeout": 1000,
6768
"check_delay": 3000
6869
},
@@ -120,6 +121,8 @@ ID STATUS IP ADDRESS CREATED AT UPD
120121
"failover_host": null,
121122
"ssl_bridging": false,
122123
"ignore_ssl_server_verify": null,
124+
"redispatch_attempt_count": null,
125+
"max_retries": null,
123126
"timeout_server": null,
124127
"timeout_connect": null,
125128
"timeout_tunnel": null

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ b973c899-dc1d-4a7c-b928-f29de01fcc19 pending 10.72.38.11 few seconds ago few
6363
"tcp_config": {},
6464
"port": 8888,
6565
"check_send_proxy": false,
66+
"transient_check_delay": null,
6667
"check_timeout": 1000,
6768
"check_delay": 3000
6869
},
@@ -120,6 +121,8 @@ b973c899-dc1d-4a7c-b928-f29de01fcc19 pending 10.72.38.11 few seconds ago few
120121
"failover_host": null,
121122
"ssl_bridging": false,
122123
"ignore_ssl_server_verify": null,
124+
"redispatch_attempt_count": null,
125+
"max_retries": null,
123126
"timeout_server": null,
124127
"timeout_connect": null,
125128
"timeout_tunnel": null

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ ID STATUS IP ADDRESS CREATED AT UPD
6363
"tcp_config": {},
6464
"port": 8888,
6565
"check_send_proxy": false,
66+
"transient_check_delay": null,
6667
"check_timeout": 1000,
6768
"check_delay": 3000
6869
},
@@ -120,6 +121,8 @@ ID STATUS IP ADDRESS CREATED AT UPD
120121
"failover_host": null,
121122
"ssl_bridging": false,
122123
"ignore_ssl_server_verify": null,
124+
"redispatch_attempt_count": null,
125+
"max_retries": null,
123126
"timeout_server": null,
124127
"timeout_connect": null,
125128
"timeout_tunnel": null

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ ID STATUS IP ADDRESS CREATED AT UP
6363
"tcp_config": {},
6464
"port": 8888,
6565
"check_send_proxy": false,
66+
"transient_check_delay": null,
6667
"check_timeout": 1000,
6768
"check_delay": 3000
6869
},
@@ -120,6 +121,8 @@ ID STATUS IP ADDRESS CREATED AT UP
120121
"failover_host": null,
121122
"ssl_bridging": false,
122123
"ignore_ssl_server_verify": null,
124+
"redispatch_attempt_count": null,
125+
"max_retries": null,
123126
"timeout_server": null,
124127
"timeout_connect": null,
125128
"timeout_tunnel": null

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ ID STATUS IP ADDRESS CREATED AT UPDA
6363
"tcp_config": {},
6464
"port": 8888,
6565
"check_send_proxy": false,
66+
"transient_check_delay": null,
6667
"check_timeout": 1000,
6768
"check_delay": 3000
6869
},
@@ -120,6 +121,8 @@ ID STATUS IP ADDRESS CREATED AT UPDA
120121
"failover_host": null,
121122
"ssl_bridging": false,
122123
"ignore_ssl_server_verify": null,
124+
"redispatch_attempt_count": null,
125+
"max_retries": null,
123126
"timeout_server": null,
124127
"timeout_connect": null,
125128
"timeout_tunnel": null

0 commit comments

Comments
 (0)