Skip to content

Commit 916c3a1

Browse files
authored
feat(product_catalog): rename fast installation badge (#5021)
1 parent 8f09d00 commit 916c3a1

File tree

4 files changed

+51
-21
lines changed

4 files changed

+51
-21
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.24.0
2525
github.com/opencontainers/go-digest v1.0.0
26-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35.0.20250929084830-e251d5dd081b
26+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35.0.20250929150437-c65b49480cff
2727
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
2828
github.com/spf13/cobra v1.10.1
2929
github.com/spf13/pflag v1.0.10

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.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7
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.35.0.20250929084830-e251d5dd081b h1:ol5HdwkC17jR76fR49CsnqwUab9JIpmhGl6X6r2B5es=
466-
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35.0.20250929084830-e251d5dd081b/go.mod h1:DVB9HV7nK7TdTRqlpdxw6T0Wxg+aB9xPBEpO3aM2iqQ=
465+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35.0.20250929150437-c65b49480cff h1:1XC8rVPK4hr2lHdHajSurEV2Orp8eMGQ42vqh4hVX7M=
466+
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35.0.20250929150437-c65b49480cff/go.mod h1:DVB9HV7nK7TdTRqlpdxw6T0Wxg+aB9xPBEpO3aM2iqQ=
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/applesilicon/v1alpha1/testdata/test-os-display-simple.golden

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
22
🟩🟩🟩 STDOUT️ 🟩🟩🟩️
3-
ID e08d1e5d-b4b9-402a-9f9a-97732d17e374
4-
Name macos-sonoma-14.4
5-
Label macOS Sonoma 14.4
6-
ImageURL https://scw-apple-silicon.s3.fr-par.scw.cloud/scw-console/os/macos-sonoma.png
7-
Family Sonoma
8-
IsBeta false
9-
Version 14.4
10-
XcodeVersion 15
3+
ID e08d1e5d-b4b9-402a-9f9a-97732d17e374
4+
Name macos-sonoma-14.4
5+
Label macOS Sonoma 14.4
6+
ImageURL https://scw-apple-silicon.s3.fr-par.scw.cloud/scw-console/os/macos-sonoma.png
7+
Family Sonoma
8+
IsBeta false
9+
Version 14.4
10+
XcodeVersion 15
11+
ReleaseNotesURL -
12+
Description -
1113

1214
CompatibleServerTypes:
1315
[M1-M M2-M M2-L]
@@ -25,5 +27,9 @@ CompatibleServerTypes:
2527
"M1-M",
2628
"M2-M",
2729
"M2-L"
28-
]
30+
],
31+
"release_notes_url": "",
32+
"description": "",
33+
"tags": null,
34+
"supported_server_types": null
2935
}

internal/namespaces/applesilicon/v1alpha1/testdata/test-server-type-list-base.golden

Lines changed: 33 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ M2-M Apple M2 (8 cores) 16 GB 256 GB high stock 1 days 0
1010
"cpu": {
1111
"name": "Apple M4",
1212
"core_count": 10,
13-
"frequency": 4400000000
13+
"frequency": 4400000000,
14+
"sockets": 0,
15+
"threads_per_core": 0
1416
},
1517
"disk": {
1618
"capacity": 256000000000,
@@ -30,7 +32,8 @@ M2-M Apple M2 (8 cores) 16 GB 256 GB high stock 1 days 0
3032
"public_bandwidth_bps": 1000000000,
3133
"supported_bandwidth": [
3234
1000000000
33-
]
35+
],
36+
"default_public_bandwidth": 0
3437
},
3538
"default_os": {
3639
"id": "87135053-e968-4a38-8735-86901accc6f5",
@@ -49,16 +52,23 @@ M2-M Apple M2 (8 cores) 16 GB 256 GB high stock 1 days 0
4952
"M4-XL",
5053
"M4-M",
5154
"M4-S"
52-
]
55+
],
56+
"release_notes_url": "",
57+
"description": "",
58+
"tags": null,
59+
"supported_server_types": null
5360
},
61+
"npu": null,
5462
"kg_co2_equivalent": 0.014205732,
5563
"m3_water_usage": 0.0000013491717
5664
},
5765
{
5866
"cpu": {
5967
"name": "Apple M4",
6068
"core_count": 10,
61-
"frequency": 4400000000
69+
"frequency": 4400000000,
70+
"sockets": 0,
71+
"threads_per_core": 0
6272
},
6373
"disk": {
6474
"capacity": 1024000000000,
@@ -87,7 +97,8 @@ M2-M Apple M2 (8 cores) 16 GB 256 GB high stock 1 days 0
8797
8000000000,
8898
9000000000,
8999
10000000000
90-
]
100+
],
101+
"default_public_bandwidth": 0
91102
},
92103
"default_os": {
93104
"id": "87135053-e968-4a38-8735-86901accc6f5",
@@ -106,16 +117,23 @@ M2-M Apple M2 (8 cores) 16 GB 256 GB high stock 1 days 0
106117
"M4-XL",
107118
"M4-M",
108119
"M4-S"
109-
]
120+
],
121+
"release_notes_url": "",
122+
"description": "",
123+
"tags": null,
124+
"supported_server_types": null
110125
},
126+
"npu": null,
111127
"kg_co2_equivalent": 0.015271181,
112128
"m3_water_usage": 0.0000013491717
113129
},
114130
{
115131
"cpu": {
116132
"name": "Apple M2",
117133
"core_count": 8,
118-
"frequency": 3500000000
134+
"frequency": 3500000000,
135+
"sockets": 0,
136+
"threads_per_core": 0
119137
},
120138
"disk": {
121139
"capacity": 256000000000,
@@ -135,7 +153,8 @@ M2-M Apple M2 (8 cores) 16 GB 256 GB high stock 1 days 0
135153
"public_bandwidth_bps": 1000000000,
136154
"supported_bandwidth": [
137155
1000000000
138-
]
156+
],
157+
"default_public_bandwidth": 0
139158
},
140159
"default_os": {
141160
"id": "367b9c18-d57f-4c9a-bcea-9e1fda66fc70",
@@ -151,8 +170,13 @@ M2-M Apple M2 (8 cores) 16 GB 256 GB high stock 1 days 0
151170
"M2-M",
152171
"M2-L",
153172
"M4-S"
154-
]
173+
],
174+
"release_notes_url": "",
175+
"description": "",
176+
"tags": null,
177+
"supported_server_types": null
155178
},
179+
"npu": null,
156180
"kg_co2_equivalent": 0.013547652,
157181
"m3_water_usage": 0.0000012453893
158182
}

0 commit comments

Comments
 (0)