Skip to content

Commit 5271884

Browse files
feat(webhosting): deprecate CheckUserOwnsDomain endpoint (#4958)
Co-authored-by: Jonathan R. <jremy@scaleway.com>
1 parent 74b3ebd commit 5271884

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.13.2
2525
github.com/opencontainers/go-digest v1.0.0
26-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.34.0.20250814134942-b99a28b58377
26+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.34.0.20250825125906-f69b30f70406
2727
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
2828
github.com/spf13/cobra v1.9.1
2929
github.com/spf13/pflag v1.0.7

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,8 +466,8 @@ github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUz
466466
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
467467
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI=
468468
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06/go.mod h1:+ePHsJ1keEjQtpvf9HHw0f4ZeJ0TLRsxhunSI2hYJSs=
469-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.34.0.20250814134942-b99a28b58377 h1:WqsO7qD59tF/ojBkdKVpXOm3fzzUAAslRHbYrpBmlpY=
470-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.34.0.20250814134942-b99a28b58377/go.mod h1:2Cfo14o/ZO3hZg9GjbyD/BHKbyri3K5BiEHq4fBcUHY=
469+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.34.0.20250825125906-f69b30f70406 h1:lC/EW0h3JRhhKroqiXUjSvpBnO4MLPBpiZ/2ZxGrius=
470+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.34.0.20250825125906-f69b30f70406/go.mod h1:2Cfo14o/ZO3hZg9GjbyD/BHKbyri3K5BiEHq4fBcUHY=
471471
github.com/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8=
472472
github.com/sclevine/spec v1.4.0/go.mod h1:LvpgJaFyvQzRvc1kaDs0bulYwzC70PbiYjC4QnFHkOM=
473473
github.com/secure-systems-lab/go-securesystemslib v0.8.0 h1:mr5An6X45Kb2nddcFlbmfHkLguCE9laoZCUzEEpIZXA=

internal/namespaces/webhosting/v1/webhosting_cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ func webhostingDomainCheckOwnership() *core.Command {
771771
Namespace: "webhosting",
772772
Resource: "domain",
773773
Verb: "check-ownership",
774-
// Deprecated: false,
774+
// Deprecated: true,
775775
ArgsType: reflect.TypeOf(webhosting.DNSAPICheckUserOwnsDomainRequest{}),
776776
ArgSpecs: core.ArgSpecs{
777777
core.ProjectIDArgSpec(),

0 commit comments

Comments
 (0)