Skip to content

Commit 8fd02e6

Browse files
authored
docs: Upgrade hugo to latest (#601)
There is an incompatibility in docsy with latest hugo so follow https://github.com/open-telemetry/opentelemetry.io/pull/4392/files to workaround this. Once a compatible version of docsy is released, we can delete the layout override file.
1 parent b8d52be commit 8fd02e6

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

devbox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"gotestsum@latest",
1818
"govulncheck@latest",
1919
"helm-docs@latest",
20-
"hugo@0.124.1",
20+
"hugo@latest",
2121
"kind@latest",
2222
"ko@latest",
2323
"kubebuilder@latest",

devbox.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -341,51 +341,51 @@
341341
}
342342
}
343343
},
344-
"hugo@0.124.1": {
345-
"last_modified": "2024-04-01T22:53:36-04:00",
346-
"resolved": "github:NixOS/nixpkgs/080a4a27f206d07724b88da096e27ef63401a504#hugo",
344+
"hugo@latest": {
345+
"last_modified": "2024-04-26T22:17:36-04:00",
346+
"resolved": "github:NixOS/nixpkgs/698fd43e541a6b8685ed408aaf7a63561018f9f8#hugo",
347347
"source": "devbox-search",
348-
"version": "0.124.1",
348+
"version": "0.125.4",
349349
"systems": {
350350
"aarch64-darwin": {
351351
"outputs": [
352352
{
353353
"name": "out",
354-
"path": "/nix/store/svp323dq8pkvkdpgwm6kacirvj306gk7-hugo-0.124.1",
354+
"path": "/nix/store/2ssds5l4s15xfgljv2ygjhqpn949lxj4-hugo-0.125.4",
355355
"default": true
356356
}
357357
],
358-
"store_path": "/nix/store/svp323dq8pkvkdpgwm6kacirvj306gk7-hugo-0.124.1"
358+
"store_path": "/nix/store/2ssds5l4s15xfgljv2ygjhqpn949lxj4-hugo-0.125.4"
359359
},
360360
"aarch64-linux": {
361361
"outputs": [
362362
{
363363
"name": "out",
364-
"path": "/nix/store/23g4yy8nljj46iahh4h6hr9q5sbwl0sx-hugo-0.124.1",
364+
"path": "/nix/store/nln80v8vsw5h3hv7kihglb12fy077flb-hugo-0.125.4",
365365
"default": true
366366
}
367367
],
368-
"store_path": "/nix/store/23g4yy8nljj46iahh4h6hr9q5sbwl0sx-hugo-0.124.1"
368+
"store_path": "/nix/store/nln80v8vsw5h3hv7kihglb12fy077flb-hugo-0.125.4"
369369
},
370370
"x86_64-darwin": {
371371
"outputs": [
372372
{
373373
"name": "out",
374-
"path": "/nix/store/nhfnhk99rwq5ving0adayix38m4kfkpq-hugo-0.124.1",
374+
"path": "/nix/store/n6az4gns36nrq9sbiqf2kf7kgn1kjyfm-hugo-0.125.4",
375375
"default": true
376376
}
377377
],
378-
"store_path": "/nix/store/nhfnhk99rwq5ving0adayix38m4kfkpq-hugo-0.124.1"
378+
"store_path": "/nix/store/n6az4gns36nrq9sbiqf2kf7kgn1kjyfm-hugo-0.125.4"
379379
},
380380
"x86_64-linux": {
381381
"outputs": [
382382
{
383383
"name": "out",
384-
"path": "/nix/store/4rwm1ni7hnhjlpn1v3w6g376hzkks7za-hugo-0.124.1",
384+
"path": "/nix/store/k53ijl83p62i6lqia2jjky8l136x42i7-hugo-0.125.4",
385385
"default": true
386386
}
387387
],
388-
"store_path": "/nix/store/4rwm1ni7hnhjlpn1v3w6g376hzkks7za-hugo-0.124.1"
388+
"store_path": "/nix/store/k53ijl83p62i6lqia2jjky8l136x42i7-hugo-0.125.4"
389389
}
390390
}
391391
},
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{{/* FIXME: drop this template once Docsy is updated to 0.10.0 */}}

0 commit comments

Comments
 (0)