Skip to content

Commit 721ab97

Browse files
authored
Merge branch 'master' into update-template-doc
2 parents c1521e6 + b6bd923 commit 721ab97

16 files changed

Lines changed: 473 additions & 91 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Hugo
2323
uses: peaceiris/actions-hugo@v3
2424
with:
25-
hugo-version: 0.155.2
25+
hugo-version: 0.156.0
2626
extended: true
2727

2828
- name: Install Bundler

assets/code_example/docs/guides/npm/package-lock.json

Lines changed: 13 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/code_example/docs/guides/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"description": "An Updatecli guide for npm project",
55
"author": "Olivier Vernin",
66
"dependencies": {
7-
"axios": "^1.13.4"
7+
"axios": "^1.13.5"
88
}
99
}

assets/code_example/docs/prologue/quickstart/updatecli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ targets:
2121
name: Bump Jenkins Docker Image Tag
2222
kind: yaml
2323
spec:
24-
key: container.tag
24+
key: $.container.tag
2525
file: data.yaml

config/_default/config.toml

Lines changed: 32 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -45,55 +45,51 @@ baseName = "sitemap"
4545
isHTML = false
4646
isPlainText = true
4747
noUgly = true
48-
rel = "sitemap"
48+
rel = "sitemap"
4949

5050
[security]
51-
enableInlineShortcodes = false
52-
[security.exec]
53-
allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', '^asciidoctor$']
54-
osEnv = ['(?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM)$']
55-
[security.funcs]
56-
getenv = ['^HUGO_']
57-
[security.http]
58-
methods = ['(?i)GET|POST']
59-
urls = ['.*']
51+
enableInlineShortcodes = false
52+
[security.exec]
53+
allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', '^asciidoctor$']
54+
osEnv = ['(?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM)$']
55+
[security.funcs]
56+
getenv = ['^HUGO_']
57+
[security.http]
58+
methods = ['(?i)GET|POST']
59+
urls = ['.*']
6060

6161
[caches]
62-
[caches.getjson]
63-
dir = ":cacheDir/:project"
64-
maxAge = "10s"
62+
[caches.getjson]
63+
dir = ":cacheDir/:project"
64+
maxAge = "10s"
6565

6666
[sitemap]
67-
changefreq = "weekly"
68-
filename = "sitemap.xml"
69-
priority = 0.5
67+
changefreq = "weekly"
68+
filename = "sitemap.xml"
69+
priority = 0.5
7070

7171
[taxonomies]
72-
contributor = "contributors"
73-
plugin = "plugins"
72+
contributor = "contributors"
73+
plugin = "plugins"
7474

7575
[permalinks]
7676
blog = "/blog/:title/"
7777
# docs = "/docs/1.0/:sections[1:]/:title/"
7878

7979
[minify.tdewolff.html]
80-
keepWhitespace = false
81-
82-
[minify]
83-
# Disabling js minify as it generates a weird issue :/
84-
# It would be nice to revert this decision in the future
85-
disableJS = true
80+
keepWhitespace = false
8681

8782
[related]
88-
threshold = 80
89-
includeNewer = true
90-
toLower = false
91-
[[related.indices]]
92-
name = "categories"
93-
weight = 100
94-
[[related.indices]]
95-
name = "tags"
96-
weight = 80
97-
[[related.indices]]
98-
name = "date"
99-
weight = 10
83+
threshold = 80
84+
includeNewer = true
85+
toLower = false
86+
[[related.indices]]
87+
name = "categories"
88+
weight = 100
89+
[[related.indices]]
90+
name = "tags"
91+
weight = 80
92+
[[related.indices]]
93+
name = "date"
94+
weight = 10
95+

content/en/changelogs/updatecli/_index.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ title: "Changelogs"
77
|===
88
| Name | Author | Published Time
99

10-
| link:changelogs/v0.113.0[v0.113.0(latest)] | (github-actions[bot]) | 2026-01-12 07:40:52 +0000 UTC
10+
| link:changelogs/v0.114.0[v0.114.0(latest)] | (github-actions[bot]) | 2026-02-24 08:37:28 +0000 UTC
11+
12+
| link:changelogs/v0.113.0[v0.113.0] | (github-actions[bot]) | 2026-01-12 07:40:52 +0000 UTC
1113

1214
| link:changelogs/v0.112.0[v0.112.0] | (github-actions[bot]) | 2025-12-13 12:13:28 +0000 UTC
1315

content/en/changelogs/updatecli/_index.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
{
22
"Latest": {
33
"Author": " (github-actions[bot])",
4-
"PublishedAt": "2026-01-12 07:40:52 +0000 UTC",
5-
"Tag": "v0.113.0"
4+
"PublishedAt": "2026-02-24 08:37:28 +0000 UTC",
5+
"Tag": "v0.114.0"
66
},
77
"Changelogs": [
8+
{
9+
"Author": " (github-actions[bot])",
10+
"PublishedAt": "2026-02-24 08:37:28 +0000 UTC",
11+
"Tag": "v0.114.0"
12+
},
813
{
914
"Author": " (github-actions[bot])",
1015
"PublishedAt": "2026-01-12 07:40:52 +0000 UTC",

0 commit comments

Comments
 (0)