Skip to content

Commit f33d670

Browse files
authored
Merge pull request #24168 from dvdksn/upgrade-hugo-v0.156.0
upgrade hugo v0.156.0
2 parents 9468b19 + 49d1f65 commit f33d670

106 files changed

Lines changed: 27 additions & 26 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG ALPINE_VERSION=3.21
55
ARG GO_VERSION=1.25
66
ARG HTMLTEST_VERSION=0.17.0
77
ARG VALE_VERSION=3.11.2
8-
ARG HUGO_VERSION=0.154.2
8+
ARG HUGO_VERSION=0.156.0
99
ARG NODE_VERSION=22
1010
ARG PAGEFIND_VERSION=1.5.0-beta.1
1111

content/get-started/get-docker.md

Lines changed: 2 additions & 0 deletions

content/manuals/desktop/setup/install/_index.md

Lines changed: 0 additions & 3 deletions

content/manuals/scout/explore/metrics-exporter.md

Lines changed: 1 addition & 1 deletion

content/reference/api/engine/version/_index.md

Lines changed: 2 additions & 2 deletions

hugo.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ module:
272272
proxy: https://proxy.golang.org,direct
273273
hugoVersion:
274274
extended: false
275-
min: "0.141.0"
275+
min: "0.156.0"
276276
mounts:
277277
# Mount the assets directory so it doesn't get overwritten
278278
- source: assets
@@ -297,7 +297,7 @@ module:
297297
target: content/reference/api/engine/version-history.md
298298
- source: docs
299299
target: content/reference/api/engine/version
300-
includeFiles: "*.yaml"
300+
files: ["*.yaml"]
301301

302302
# BuildKit
303303
- path: github.com/moby/buildkit
@@ -306,7 +306,7 @@ module:
306306
target: content/reference/dockerfile.md
307307
- source: frontend/dockerfile/docs/rules
308308
target: content/reference/build-checks
309-
includeFiles: "*.md"
309+
files: ["*.md"]
310310
- source: docs/buildkitd.toml.md
311311
target: content/manuals/build/buildkit/toml-configuration.md
312312
- source: docs/attestations/slsa-definitions.md
@@ -327,10 +327,10 @@ module:
327327
mounts:
328328
- source: docs/extend
329329
target: content/manuals/engine/extend
330-
excludeFiles:
331-
- "EBS_volume.md"
332-
- "plugins_metrics.md"
333-
- "plugins_services.md"
330+
files:
331+
- "! EBS_volume.md"
332+
- "! plugins_metrics.md"
333+
- "! plugins_services.md"
334334
- source: docs/deprecated.md
335335
target: content/manuals/engine/deprecated.md
336336
- source: docs/reference/run.md
@@ -343,18 +343,18 @@ module:
343343
mounts:
344344
- source: docs/reference
345345
target: data/compose-cli
346-
includeFiles: "*.yaml"
346+
files: ["*.yaml"]
347347

348348
# Model CLI
349349
- path: github.com/docker/model-runner/cmd/cli
350350
mounts:
351351
- source: docs/reference
352352
target: data/model-cli
353-
includeFiles: "*.yaml"
353+
files: ["*.yaml"]
354354

355355
# MCP CLI
356356
- path: github.com/docker/mcp-gateway
357357
mounts:
358358
- source: docs/generator/reference
359359
target: data/mcp-cli
360-
includeFiles: "*.yaml"
360+
files: ["*.yaml"]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)