Skip to content

Commit 4e8cf38

Browse files
authored
chore: bump sdk (#3253)
1 parent fa3dad4 commit 4e8cf38

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
github.com/moby/buildkit v0.11.6
2525
github.com/opencontainers/go-digest v1.0.0
2626
github.com/pkg/errors v0.9.1
27-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.17.0.20230628143333-619bcccc12cb
27+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.17.0.20230630135857-7255970b0203
2828
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
2929
github.com/spf13/cobra v1.7.0
3030
github.com/spf13/pflag v1.0.5

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -497,8 +497,8 @@ github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncj
497497
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
498498
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI=
499499
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06/go.mod h1:+ePHsJ1keEjQtpvf9HHw0f4ZeJ0TLRsxhunSI2hYJSs=
500-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.17.0.20230628143333-619bcccc12cb h1:F8FZZ+yLKUg52b6DhOGVgkb8xdpQB4SEocO54z2t/Mc=
501-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.17.0.20230628143333-619bcccc12cb/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg=
500+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.17.0.20230630135857-7255970b0203 h1:0A41ePzns5c5Did7m9hWnc9jtv++Chs6LxFC2tdiLGE=
501+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.17.0.20230630135857-7255970b0203/go.mod h1:fCa7OJZ/9DRTnOKmxvT6pn+LPWUptQAmHF/SBJUGEcg=
502502
github.com/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8=
503503
github.com/secure-systems-lab/go-securesystemslib v0.4.0 h1:b23VGrQhTA8cN2CbBw7/FulN9fTtqYUdS5+Oxzt+DUE=
504504
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=

internal/namespaces/k8s/v1/testdata/test-get-cluster-simple.golden

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ ID NAME STATUS VERSION NODE TYPE MIN
9898
},
9999
"apiserver_cert_sans": [],
100100
"private_network_id": "861698b7-d572-4ce7-b4b3-1b9a51d9dc18",
101+
"commitment_ends_at": null,
101102
"pools": [
102103
{
103104
"id": "094d8ce1-6bc6-40ad-8bdd-bc14c7febea6",

internal/namespaces/k8s/v1/testdata/test-wait-cluster-wait-for-pools.golden

+2-1
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,6 @@ GroupsPrefix -
9393
"required_claim": []
9494
},
9595
"apiserver_cert_sans": [],
96-
"private_network_id": "d74ffd0f-d524-4941-93e9-e0d5885b21f4"
96+
"private_network_id": "d74ffd0f-d524-4941-93e9-e0d5885b21f4",
97+
"commitment_ends_at": null
9798
}

0 commit comments

Comments
 (0)