Skip to content

Commit 9311588

Browse files
authored
Merge branch 'master' into v1.6376.0
2 parents 25cfeb6 + c27dbbc commit 9311588

File tree

13 files changed

+58
-57
lines changed

13 files changed

+58
-57
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.33.0.20250407143456-19060e11dbbf
26+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.33.0.20250408082303-4ecf08b8a1ef
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.6

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,8 @@ github.com/rogpeppe/go-internal v1.11.0/go.mod h1:ddIwULY96R17DhadqLgMfk9H9tvdUz
462462
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
463463
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 h1:OkMGxebDjyw0ULyrTYWeN0UNCCkmCWfjPnIA2W6oviI=
464464
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06/go.mod h1:+ePHsJ1keEjQtpvf9HHw0f4ZeJ0TLRsxhunSI2hYJSs=
465-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.33.0.20250407143456-19060e11dbbf h1:ha4Bm4a8L1EC2y69ZrXFAm0pZYPVGRaD3hLG2yUDbX8=
466-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.33.0.20250407143456-19060e11dbbf/go.mod h1:ILAZV9jmsf+YmJ8UGNpZ9rUnKtHs5EqnBFv47qqYcaU=
465+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.33.0.20250408082303-4ecf08b8a1ef h1:e0aETjcCykw59oyfal17KonPnJjnIsYKt4y9GHrwYjM=
466+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.33.0.20250408082303-4ecf08b8a1ef/go.mod h1:ILAZV9jmsf+YmJ8UGNpZ9rUnKtHs5EqnBFv47qqYcaU=
467467
github.com/sclevine/spec v1.4.0 h1:z/Q9idDcay5m5irkZ28M7PtQM4aOISzOpj4bUPkDee8=
468468
github.com/sclevine/spec v1.4.0/go.mod h1:LvpgJaFyvQzRvc1kaDs0bulYwzC70PbiYjC4QnFHkOM=
469469
github.com/secure-systems-lab/go-securesystemslib v0.8.0 h1:mr5An6X45Kb2nddcFlbmfHkLguCE9laoZCUzEEpIZXA=

internal/namespaces/documentdb/v1beta1/documentdb_cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,7 @@ func documentDbSettingDelete() *core.Command {
13601360
func documentDbSettingSet() *core.Command {
13611361
return &core.Command{
13621362
Short: `Set Database Instance advanced settings`,
1363-
Long: `Update an advanced setting for a Database Instance. Settings added upon database engine initalization can only be defined once, and cannot, therefore, be updated.`,
1363+
Long: `Update an advanced setting for a Database Instance. Settings added upon database engine initialization can only be defined once, and cannot, therefore, be updated.`,
13641364
Namespace: "document-db",
13651365
Resource: "setting",
13661366
Verb: "set",

internal/namespaces/function/v1beta1/function_cli.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ func functionFunctionList() *core.Command {
451451
},
452452
{
453453
Name: "organization-id",
454-
Short: `UUID of the Organziation the function belongs to`,
454+
Short: `UUID of the Organization the function belongs to`,
455455
Required: false,
456456
Deprecated: false,
457457
Positional: false,
@@ -540,7 +540,7 @@ func functionFunctionCreate() *core.Command {
540540
},
541541
{
542542
Name: "min-scale",
543-
Short: `Minumum number of instances to scale the function to`,
543+
Short: `Minimum number of instances to scale the function to`,
544544
Required: false,
545545
Deprecated: false,
546546
Positional: false,
@@ -663,7 +663,7 @@ func functionFunctionUpdate() *core.Command {
663663
},
664664
{
665665
Name: "min-scale",
666-
Short: `Minumum number of instances to scale the function to`,
666+
Short: `Minimum number of instances to scale the function to`,
667667
Required: false,
668668
Deprecated: false,
669669
Positional: false,
@@ -894,7 +894,7 @@ func functionFunctionGetDownloadURL() *core.Command {
894894
ArgSpecs: core.ArgSpecs{
895895
{
896896
Name: "function-id",
897-
Short: `UUID of the function to get the the download URL for`,
897+
Short: `UUID of the function to get the download URL for`,
898898
Required: true,
899899
Deprecated: false,
900900
Positional: true,
@@ -1142,7 +1142,7 @@ func functionDomainList() *core.Command {
11421142
},
11431143
{
11441144
Name: "function-id",
1145-
Short: `UUID of the function the domain is assoicated with`,
1145+
Short: `UUID of the function the domain is associated with`,
11461146
Required: false,
11471147
Deprecated: false,
11481148
Positional: false,
@@ -1361,7 +1361,7 @@ func functionTokenList() *core.Command {
13611361
},
13621362
{
13631363
Name: "function-id",
1364-
Short: `UUID of the function the token is assoicated with`,
1364+
Short: `UUID of the function the token is associated with`,
13651365
Required: false,
13661366
Deprecated: false,
13671367
Positional: false,

internal/namespaces/iam/v1alpha1/iam_cli.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,7 @@ func iamGroupCreate() *core.Command {
11751175
func iamGroupGet() *core.Command {
11761176
return &core.Command{
11771177
Short: `Get a group`,
1178-
Long: `Retrive information about a given group, specified by the ` + "`" + `group_id` + "`" + ` parameter. The group's full details, including ` + "`" + `user_ids` + "`" + ` and ` + "`" + `application_ids` + "`" + ` are returned in the response.`,
1178+
Long: `Retrieve information about a given group, specified by the ` + "`" + `group_id` + "`" + ` parameter. The group's full details, including ` + "`" + `user_ids` + "`" + ` and ` + "`" + `application_ids` + "`" + ` are returned in the response.`,
11791179
Namespace: "iam",
11801180
Resource: "group",
11811181
Verb: "get",
@@ -2170,7 +2170,7 @@ func iamAPIKeyCreate() *core.Command {
21702170
func iamAPIKeyGet() *core.Command {
21712171
return &core.Command{
21722172
Short: `Get an API key`,
2173-
Long: `Retrive information about an API key, specified by the ` + "`" + `access_key` + "`" + ` parameter. The API key's details, including either the ` + "`" + `user_id` + "`" + ` or ` + "`" + `application_id` + "`" + ` of its bearer are returned in the response. Note that the string value for the ` + "`" + `secret_key` + "`" + ` is nullable, and therefore is not displayed in the response. The ` + "`" + `secret_key` + "`" + ` value is only displayed upon API key creation.`,
2173+
Long: `Retrieve information about an API key, specified by the ` + "`" + `access_key` + "`" + ` parameter. The API key's details, including either the ` + "`" + `user_id` + "`" + ` or ` + "`" + `application_id` + "`" + ` of its bearer are returned in the response. Note that the string value for the ` + "`" + `secret_key` + "`" + ` is nullable, and therefore is not displayed in the response. The ` + "`" + `secret_key` + "`" + ` value is only displayed upon API key creation.`,
21742174
Namespace: "iam",
21752175
Resource: "api-key",
21762176
Verb: "get",

internal/namespaces/inference/v1beta1/inference_cli.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -637,8 +637,8 @@ func inferenceACLSet() *core.Command {
637637

638638
func inferenceACLDelete() *core.Command {
639639
return &core.Command{
640-
Short: `Delete an exising ACL`,
641-
Long: `Delete an exising ACL.`,
640+
Short: `Delete an existing ACL`,
641+
Long: `Delete an existing ACL.`,
642642
Namespace: "inference",
643643
Resource: "acl",
644644
Verb: "delete",

internal/namespaces/instance/v1/instance_cli.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,7 @@ func instanceServerUpdate() *core.Command {
675675
},
676676
{
677677
Name: "protected",
678+
Short: `True to activate server protection option`,
678679
Required: false,
679680
Deprecated: false,
680681
Positional: false,

internal/namespaces/interlink/v1beta1/interlink_cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ func interlinkLinkGet() *core.Command {
458458
func interlinkLinkCreate() *core.Command {
459459
return &core.Command{
460460
Short: `Create a link`,
461-
Long: `Create a link (InterLink session / logical InterLink resource) in a given PoP, specifying its various configuration details. Links can either be hosted (faciliated by partners' shared physical connections) or self-hosted (for users who have purchased a dedicated physical connection).`,
461+
Long: `Create a link (InterLink session / logical InterLink resource) in a given PoP, specifying its various configuration details. Links can either be hosted (facilitated by partners' shared physical connections) or self-hosted (for users who have purchased a dedicated physical connection).`,
462462
Namespace: "interlink",
463463
Resource: "link",
464464
Verb: "create",

internal/namespaces/iot/v1/iot_cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ func iotDeviceList() *core.Command {
572572
},
573573
{
574574
Name: "allow-insecure",
575-
Short: `Defines wheter to filter the allow_insecure flag`,
575+
Short: `Defines whether to filter the allow_insecure flag`,
576576
Required: false,
577577
Deprecated: false,
578578
Positional: false,

internal/namespaces/rdb/v1/rdb_cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1725,7 +1725,7 @@ func rdbSettingDelete() *core.Command {
17251725
func rdbSettingSet() *core.Command {
17261726
return &core.Command{
17271727
Short: `Set Database Instance advanced settings`,
1728-
Long: `Update an advanced setting for a Database Instance. Settings added upon database engine initalization can only be defined once, and cannot, therefore, be updated.`,
1728+
Long: `Update an advanced setting for a Database Instance. Settings added upon database engine initialization can only be defined once, and cannot, therefore, be updated.`,
17291729
Namespace: "rdb",
17301730
Resource: "setting",
17311731
Verb: "set",

0 commit comments

Comments
 (0)