Skip to content

Commit 72f9b02

Browse files
authored
fix(instance/v1): revert "remove field export_uri on the Instance API (#5237)
1 parent bcce216 commit 72f9b02

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/mattn/go-isatty v0.0.20
2424
github.com/moby/buildkit v0.26.3
2525
github.com/opencontainers/go-digest v1.0.0
26-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35.0.20251215190726-da89e63419f4
26+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20251219091514-9e14190bc6ee
2727
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
2828
github.com/spf13/cobra v1.10.2
2929
github.com/spf13/pflag v1.0.10

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,8 +468,8 @@ github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7
468468
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
469469
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI=
470470
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06/go.mod h1:+ePHsJ1keEjQtpvf9HHw0f4ZeJ0TLRsxhunSI2hYJSs=
471-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35.0.20251215190726-da89e63419f4 h1:0l9oJEoXbBb3XMME02AFf0bpSVY97Czm2C2piGqJQSU=
472-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35.0.20251215190726-da89e63419f4/go.mod h1:LEsDu4BubxK7/cWhtlQWfuxwL4rf/2UEpxXz1o1EMtM=
471+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20251219091514-9e14190bc6ee h1:+ph8XU07Pyfj6QjMuMT0FrnexTmZTjciMXWKZUhQoSY=
472+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36.0.20251219091514-9e14190bc6ee/go.mod h1:LEsDu4BubxK7/cWhtlQWfuxwL4rf/2UEpxXz1o1EMtM=
473473
github.com/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8=
474474
github.com/sclevine/spec v1.4.0/go.mod h1:LvpgJaFyvQzRvc1kaDs0bulYwzC70PbiYjC4QnFHkOM=
475475
github.com/secure-systems-lab/go-securesystemslib v0.9.1 h1:nZZaNz4DiERIQguNy0cL5qTdn9lR8XKHf4RUyG1Sx3g=

internal/namespaces/instance/v1/testdata/test-image-list-with-sbs-additional-volumes.golden

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ID NAME STATE ZONE
1515
"1": {
1616
"id": "e06982b3-b5b3-40d3-979c-7a57471641e0",
1717
"name": "",
18+
"export_uri": null,
1819
"size": 10000000000,
1920
"volume_type": "sbs_snapshot",
2021
"creation_date": null,
@@ -29,6 +30,7 @@ ID NAME STATE ZONE
2930
"2": {
3031
"id": "babb28ec-025f-43ed-8ccd-167e290e3ac2",
3132
"name": "",
33+
"export_uri": null,
3234
"size": 15000000000,
3335
"volume_type": "sbs_snapshot",
3436
"creation_date": null,

internal/namespaces/instance/v1/testdata/test-server-backup-with-sbs-volumes.golden

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Image.Zone fr-par-1
2626
"1": {
2727
"id": "ca888d38-0425-4686-a0df-d033f8341859",
2828
"name": "",
29+
"export_uri": null,
2930
"size": 0,
3031
"volume_type": "sbs_snapshot",
3132
"creation_date": null,
@@ -40,6 +41,7 @@ Image.Zone fr-par-1
4041
"2": {
4142
"id": "137ff099-af16-4bc8-a22d-e6ecd34c171f",
4243
"name": "",
44+
"export_uri": null,
4345
"size": 0,
4446
"volume_type": "sbs_snapshot",
4547
"creation_date": null,

0 commit comments

Comments
 (0)