]> git.maquefel.me Git - brevno-suite/hugo/log
brevno-suite/hugo
6 months agoreleaser: Prepare repository for 0.154.0-DEV
hugoreleaser [Tue, 30 Dec 2025 10:48:50 +0000 (10:48 +0000)]
releaser: Prepare repository for 0.154.0-DEV

[ci skip]

6 months agoreleaser: Bump versions for release of 0.153.5
hugoreleaser [Tue, 30 Dec 2025 10:27:17 +0000 (10:27 +0000)]
releaser: Bump versions for release of 0.153.5

[ci skip]

6 months agoimages: Add compression option to image config and clean up some of the options handling
Bjørn Erik Pedersen [Mon, 29 Dec 2025 16:00:49 +0000 (17:00 +0100)]
images: Add compression option to image config and clean up some of the options handling

The original idea of setting quality to 0 for lossless WebP was didn't allow a setting that made sense for both JPEG and WebP.

Note that the above didn't really work at all, so this should not break anything.

6 months agoconfig: Fix cascade per language in hugo.toml regression
Bjørn Erik Pedersen [Mon, 29 Dec 2025 19:48:12 +0000 (20:48 +0100)]
config: Fix cascade per language in hugo.toml regression

An onfurtunate side effect of the fix in v0.153.4.

Fixes #14321

6 months agoimages: Fix WebP quality and hint parameters being ignored
Simon Heimlicher [Mon, 29 Dec 2025 15:47:43 +0000 (16:47 +0100)]
images: Fix WebP quality and hint parameters being ignored

Fixes #14316

6 months agoreleaser: Prepare repository for 0.154.0-DEV
hugoreleaser [Sun, 28 Dec 2025 21:55:32 +0000 (21:55 +0000)]
releaser: Prepare repository for 0.154.0-DEV

[ci skip]

6 months agoreleaser: Bump versions for release of 0.153.4
hugoreleaser [Sun, 28 Dec 2025 21:34:16 +0000 (21:34 +0000)]
releaser: Bump versions for release of 0.153.4

[ci skip]

6 months agoSet cascade target to the content matrix if not set in the cascade itself
Bjørn Erik Pedersen [Sun, 28 Dec 2025 12:18:15 +0000 (13:18 +0100)]
Set cascade target to the content matrix if not set in the cascade itself

Fixes #14310

Co-authored-by: Joe Mooring <joe.mooring@veriphor.com>
7 months agoreleaser: Prepare repository for 0.154.0-DEV
hugoreleaser [Fri, 26 Dec 2025 16:33:20 +0000 (16:33 +0000)]
releaser: Prepare repository for 0.154.0-DEV

[ci skip]

7 months agoreleaser: Bump versions for release of 0.153.3
hugoreleaser [Fri, 26 Dec 2025 15:33:04 +0000 (15:33 +0000)]
releaser: Bump versions for release of 0.153.3

[ci skip]

7 months agobuild(deps): bump github.com/bep/imagemeta from 0.12.0 to 0.12.1
dependabot[bot] [Fri, 26 Dec 2025 08:01:22 +0000 (08:01 +0000)]
build(deps): bump github.com/bep/imagemeta from 0.12.0 to 0.12.1

Bumps [github.com/bep/imagemeta](https://github.com/bep/imagemeta) from 0.12.0 to 0.12.1.
- [Release notes](https://github.com/bep/imagemeta/releases)
- [Commits](https://github.com/bep/imagemeta/compare/v0.12.0...v0.12.1)

---
updated-dependencies:
- dependency-name: github.com/bep/imagemeta
  dependency-version: 0.12.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agoFix error with _content.gotmpl file with index.md siblings
Bjørn Erik Pedersen [Thu, 25 Dec 2025 11:03:55 +0000 (12:03 +0100)]
Fix error with _content.gotmpl file with index.md siblings

Regression introduced in Hugo 0.153.0.

Note that this is a very uncommon setup, but it worked before.

Fixes #14299

7 months agoreleaser: Prepare repository for 0.154.0-DEV
hugoreleaser [Mon, 22 Dec 2025 17:15:37 +0000 (17:15 +0000)]
releaser: Prepare repository for 0.154.0-DEV

[ci skip]

7 months agoreleaser: Bump versions for release of 0.153.2
hugoreleaser [Mon, 22 Dec 2025 16:53:01 +0000 (16:53 +0000)]
releaser: Bump versions for release of 0.153.2

[ci skip]

7 months agoFix "image: unknown format" error
Bjørn Erik Pedersen [Mon, 22 Dec 2025 10:27:06 +0000 (11:27 +0100)]
Fix "image: unknown format" error

Fixes #14295

7 months agomodules: Remove extended edition check
Bjørn Erik Pedersen [Sun, 21 Dec 2025 12:45:12 +0000 (13:45 +0100)]
modules: Remove extended edition check

With WebP support now in the standard Hugo binary, this warning has too many false positives.

Fixes #14284

7 months agomisc: Update edition comparison and guidance in README.md
Joe Mooring [Sat, 20 Dec 2025 20:16:44 +0000 (12:16 -0800)]
misc: Update edition comparison and guidance in README.md

7 months agoreleaser: Prepare repository for 0.154.0-DEV
hugoreleaser [Sat, 20 Dec 2025 15:38:51 +0000 (15:38 +0000)]
releaser: Prepare repository for 0.154.0-DEV

[ci skip]

7 months agoreleaser: Bump versions for release of 0.153.1
hugoreleaser [Sat, 20 Dec 2025 15:15:53 +0000 (15:15 +0000)]
releaser: Bump versions for release of 0.153.1

[ci skip]

7 months agoHandle PNG named *.webp
Bjørn Erik Pedersen [Sat, 20 Dec 2025 14:03:10 +0000 (15:03 +0100)]
Handle PNG named *.webp

Fixes #14288

7 months agoRevert deprecation logging for contentDir per language
Bjørn Erik Pedersen [Sat, 20 Dec 2025 12:58:50 +0000 (13:58 +0100)]
Revert deprecation logging for contentDir per language

It was accidentally introduced because we compile it to file mounts, and `lang` on file mounts is deprecated in favor of `sites.matrix`.

But contentDir per language is something we have had for a long time, and is to useful too to deprecate.

Fixes #14287

7 months agoimages: Add some more PNG tests
Bjørn Erik Pedersen [Sat, 20 Dec 2025 10:57:34 +0000 (11:57 +0100)]
images: Add some more PNG tests

To try to figure out #14288.

7 months agoFix panic when 404 is backed by a content file
Bjørn Erik Pedersen [Sat, 20 Dec 2025 10:26:33 +0000 (11:26 +0100)]
Fix panic when 404 is backed by a content file

Fixes #14283

7 months agointernal/warpc: Increase WebP memory limit to 256 MiB
Joe Mooring [Sat, 20 Dec 2025 11:16:36 +0000 (03:16 -0800)]
internal/warpc: Increase WebP memory limit to 256 MiB

Closes #14282

---------

Co-authored-by: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
7 months agoreleaser: Prepare repository for 0.154.0-DEV
hugoreleaser [Fri, 19 Dec 2025 10:35:25 +0000 (10:35 +0000)]
releaser: Prepare repository for 0.154.0-DEV

[ci skip]

7 months agoreleaser: Bump versions for release of 0.153.0
hugoreleaser [Fri, 19 Dec 2025 10:14:01 +0000 (10:14 +0000)]
releaser: Bump versions for release of 0.153.0

[ci skip]

7 months agohugoreleaser: Updage macospkgremote to increase notarization timeout
Bjørn Erik Pedersen [Fri, 19 Dec 2025 10:11:24 +0000 (11:11 +0100)]
hugoreleaser: Updage macospkgremote to increase notarization timeout

Apple's servers seems to be busy today.

7 months agoMerge commit '08e1ea5c709d3d49bdc3ce3c21e8fa05a33150d0'
Bjørn Erik Pedersen [Fri, 19 Dec 2025 09:07:30 +0000 (10:07 +0100)]
Merge commit '08e1ea5c709d3d49bdc3ce3c21e8fa05a33150d0'

7 months agoSquashed 'docs/' changes from 71f739460..1ad3c75ad
Bjørn Erik Pedersen [Fri, 19 Dec 2025 09:04:19 +0000 (10:04 +0100)]
Squashed 'docs/' changes from 71f739460..1ad3c75ad

1ad3c75ad theme: Run ncu -u to update dependencies (#3311)
2942d3753 content: Update version refs
e298fdfaf content: Remove ref to old version
c1fc876ea content: Improve taxonomic weight example
d706a013d content: Document additional functions
5751c37cc content: Standardize string function signatures
d65e6fae7 misc: Add data/docs.yaml to ignorePaths in cspell config
ba1f98a32 content: Improve collections.First/Last string examples
d7b5a2efd content: Improve collections.First/Last examples
e94e49db2 content: Add Smart Hugo to editor plugins
af204597a content: Clarify config description
9d1cb33cd content: Fix typo
dded23962 content: Clarify note on rare use case for PageRef method
8af9e3be4 content: Update the Homebrew installation description
be56390b3 content: Clarify command description
fa228e9f0 content: Clarify AsciiDoc extensions setting description
3a23a4af2 docs: Add best practices for manual summary marker placement
050d7c75e misc: Fix cspell configuration
74642b18d content: Miscellaneous edits
75a2c8425 content: Add missing reference definitions
6303f27e1 content: Improve description of the SITE.Home method
4dfbd647f Revert the minimal analytics changes (#3265)
c369e534d theme: Move tracking to turbo:load
88b451022 theme: Move tracking to turbo:render
7040dc5ee Move to minimalanalytics for GA tracking
4e8a523fb content: Update KaTeX link attributes to v0.16.25 (phase 2)
21046b942 content: Update KaTeX link attributes to v0.16.25 (phase 1)
b8df9d941 theme: Use Path for the glossary link destination
acd6c2954 theme: Use page Path when generating Markdown links
543f78340 content: Fix formatting
aef89d192 content: Correct page collection quick-reference data
08645236a content: Use RSS output format in shortcode lookup example
58654c106 content: Fix archetype lookup order
9f79bacc4 content: Describe valid uses of the nil keyword
41f139d14 theme: Remove the root view transition
6ab407bb9 content: Improve links on lang.Translate page
91e724065 content: Add missing fragments to links in the module mounts description
2f6b4a58c content: Clarify ByCount sort order
8594590b2 Update netlify.toml
811574060 content: Update version references
a12bcf7dd content: Update version references
23ca199ed Update netlify.toml
5d3da2351 content: Update version references
1617ee75b misc: Update Netlify config to build with v0.152.0
6467bda93 content: Remove outdated new-in badges
4b3ef4bd5 content: Improve description of default mount behavior
5a861f500 content: Revise partials.IncludeCached description and signature
2ad9d705a content: Correct the partials.IncludeCached signature
9f611b879 Update netlify.toml
ca21f5fbd content: Add warning about automatic summaries
2065fadde content: Update commit message guidelines
a0784f261 content: Remove outdated new-in badges
ce5a249f2 content: Remove Codeberg Pages documentation
3424b95f2 content: Update CLI docs
27fd350a6 content: Change KaTeX version references to 0.16.23
ba8c5fd3b content: Change MathJax version reference from v3 to v4
c83465222 content: Fix broken link
c6cde1074 content: Update version references
467277939 content: Fix typo
e424b6b19 content: Document new features in v0.151.0
a46898f79 Update netlify.toml
f8407c3b5 content: Enhance content view template details
974175690 content: Optionally disable whitespace trimming in fenced code blocks
25bffc4c4 Update netlify.toml
98e9ef5f0 theme: Move initColorScheme() to head
a1566495b theme: Preload fonts (#3209)
c0271d266 content: Add missing word in deploy-with-rsync.md
47099c4fa content: Remove outdated new-in badges
439b5c18b content: Fix collections.D seed example
d2486ba67 content: Update description of IsNode method
4de8815e9 content: Update description of the cascade front matter field
0801e9b3f content: Fix broken link
9bbbfb59d content: Update Netlify hosting guide and version refs
4f444fb53 misc: Update docs.yaml
a7a9a7563 Update module.md
a7909fe37 Update netlify.toml
47a2c2038 content: Update collections.D page to remove casting note
ecca5ef48 content: Update summaryLength description with default value
310e11195 content: Change alias example
bd6b53b5d content: Update minify config documentation
21bb0bb66 Update netlify.toml
68912f1a3 content: Update version reference
28a47a50f content: Fix missing link to latest release under Prebuilt Binaries
8eac2a120 theme: Revise inline code span styling
2e71b6d0a Adjust sponsor
d93340a78 content: Update documentation guide
9f6213ebe content: Fix glob pattern-alternatives syntax in cascade.md
1f61fd6be content: Add seed examples to collections.D
65385a5d0 content: Fix Cloudflare deploy not_found_handling value
4f70df235 content: Fix typo
fc216f2d9 content: Fix broken link
e98b340f2 Update cascade.md
e316dbf93 content: Update version references
f8e863e97 misc: Remove textlint config file
3b9c3e2a1 content: Miscellaneous updates related to v0.149.0
3ccc439fc Update netlify.toml
07f5140e8 Merge branch 'tempv0.149.0'
17f8d33d8 content: Add format option to transform.Unmarshal
a6a971596 content: Document the collections.D function
66eee712b content: Update front matter configuration example
863945e13 content: Update fmt.Println example
1d9a92bc7 theme: Don't exclude current section from related content
1386d8ed2 Update introduction.md
0ac89b015 content: Replace inline URLs with autolinks
54fad1e01 content: Fix typo
e09f6b0c5 content: Wrap calls to eturl shortcode in angle brackets
23efd9766 Merge commit 'bfa74537929f409fca841540b971125b7678963a'
e98754e72 resources/page: Add :sectionslug and :sectionslugs permalink tokens

git-subtree-dir: docs
git-subtree-split: 1ad3c75ad0e997d66598c1453db9989fde7d9680

7 months agoresources/images: Don't trust the file extension when decoding JPEG and PNG images
Bjørn Erik Pedersen [Thu, 18 Dec 2025 11:00:20 +0000 (12:00 +0100)]
resources/images: Don't trust the file extension when decoding JPEG and PNG images

Which is it behaved before we added the extended WebP support.

Testing on some sites shows that it's not uncommon to store JPEGs with PNG extensions and vice versa.
This an error situation that needs to be reported, but let us push that to a future Hugo version to reduce the noise in this one.

7 months agoAdd full filename to image processing error messages if possible
Bjørn Erik Pedersen [Thu, 18 Dec 2025 10:32:42 +0000 (11:32 +0100)]
Add full filename to image processing error messages if possible

Fixes #14278

7 months agotailwindcss: Add referece to skipInlineImportsNotFound when import not found in assets
Bjørn Erik Pedersen [Thu, 18 Dec 2025 08:03:22 +0000 (09:03 +0100)]
tailwindcss: Add referece to skipInlineImportsNotFound when import not found in assets

See #14273

7 months agobuild(deps): bump github.com/goccy/go-yaml from 1.19.0 to 1.19.1
dependabot[bot] [Thu, 18 Dec 2025 08:01:25 +0000 (08:01 +0000)]
build(deps): bump github.com/goccy/go-yaml from 1.19.0 to 1.19.1

Bumps [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml) from 1.19.0 to 1.19.1.
- [Release notes](https://github.com/goccy/go-yaml/releases)
- [Changelog](https://github.com/goccy/go-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/goccy/go-yaml/compare/v1.19.0...v1.19.1)

---
updated-dependencies:
- dependency-name: github.com/goccy/go-yaml
  dependency-version: 1.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps): bump github.com/alecthomas/chroma/v2 from 2.21.0 to 2.21.1
dependabot[bot] [Thu, 18 Dec 2025 08:01:35 +0000 (08:01 +0000)]
build(deps): bump github.com/alecthomas/chroma/v2 from 2.21.0 to 2.21.1

Bumps [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) from 2.21.0 to 2.21.1.
- [Release notes](https://github.com/alecthomas/chroma/releases)
- [Commits](https://github.com/alecthomas/chroma/compare/v2.21.0...v2.21.1)

---
updated-dependencies:
- dependency-name: github.com/alecthomas/chroma/v2
  dependency-version: 2.21.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agoImprove error messages for template failures
Bjørn Erik Pedersen [Wed, 17 Dec 2025 17:18:03 +0000 (18:18 +0100)]
Improve error messages for template failures

7 months agoImprove error handling/messages in Hugo Pipes
Bjørn Erik Pedersen [Tue, 16 Dec 2025 15:25:37 +0000 (16:25 +0100)]
Improve error handling/messages in Hugo Pipes

Fixes #14257
Closes #14270

7 months agoFix some outdated front matter
Bjørn Erik Pedersen [Wed, 17 Dec 2025 16:21:11 +0000 (17:21 +0100)]
Fix some outdated front matter

Fixes #14271

7 months agobuild(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudfront
dependabot[bot] [Wed, 17 Dec 2025 10:26:33 +0000 (10:26 +0000)]
build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudfront

Bumps [github.com/aws/aws-sdk-go-v2/service/cloudfront](https://github.com/aws/aws-sdk-go-v2) from 1.58.2 to 1.58.3.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.58.2...service/s3/v1.58.3)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudfront
  dependency-version: 1.58.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agodeps: Upgrade github.com/alecthomas/chroma/v2 v2.20.0 => v2.21.0
Bjørn Erik Pedersen [Wed, 17 Dec 2025 08:58:35 +0000 (09:58 +0100)]
deps: Upgrade github.com/alecthomas/chroma/v2 v2.20.0 => v2.21.0

Closes #14266

7 months agobuild(deps): bump github.com/aws/aws-sdk-go-v2 from 1.40.1 to 1.41.0
dependabot[bot] [Wed, 10 Dec 2025 08:02:39 +0000 (08:02 +0000)]
build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.40.1 to 1.41.0

Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.40.1 to 1.41.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.40.1...v1.41.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps): bump github.com/evanw/esbuild from 0.27.1 to 0.27.2
dependabot[bot] [Wed, 17 Dec 2025 08:01:18 +0000 (08:01 +0000)]
build(deps): bump github.com/evanw/esbuild from 0.27.1 to 0.27.2

Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.27.1 to 0.27.2.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.27.1...v0.27.2)

---
updated-dependencies:
- dependency-name: github.com/evanw/esbuild
  dependency-version: 0.27.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agoimages: Add a webp test with bg color
Bjørn Erik Pedersen [Wed, 17 Dec 2025 08:41:25 +0000 (09:41 +0100)]
images: Add a webp test with bg color

7 months agotpl/css: Deprecate libsass in favor of dartsass (note)
Bjørn Erik Pedersen [Tue, 16 Dec 2025 21:31:13 +0000 (22:31 +0100)]
tpl/css: Deprecate libsass in favor of dartsass (note)

The upstream library is now EOL and the repo is archived. Also, it's time for us to move away from the extended CGO build and for Hugo users not already done that, move to https://gohugo.io/functions/css/sass/#dart-sass

https://github.com/sass/libsass

Closes #14261

7 months agoEncode and Decode using the libwebp library via WASM with animation support
Bjørn Erik Pedersen [Tue, 16 Dec 2025 18:29:16 +0000 (19:29 +0100)]
Encode and Decode using the libwebp library via WASM with animation support

Fixes #10030
Fixes #8500
Fixes #12843
Fixes #8879
Fixes #12842

7 months agoconfig/allconfig: Correct error message
Joe Mooring [Mon, 15 Dec 2025 17:09:57 +0000 (09:09 -0800)]
config/allconfig: Correct error message

Closes #14259

7 months agotpl: Add missing functions to init files
Joe Mooring [Sat, 13 Dec 2025 17:32:26 +0000 (09:32 -0800)]
tpl: Add missing functions to init files

Closes #14249

7 months agogithub: Add some known humans to the AI whitelist
Bjørn Erik Pedersen [Sat, 13 Dec 2025 17:29:28 +0000 (18:29 +0100)]
github: Add some known humans to the AI whitelist

7 months agobuild(deps): bump golang.org/x/image from 0.33.0 to 0.34.0
dependabot[bot] [Wed, 10 Dec 2025 08:02:47 +0000 (08:02 +0000)]
build(deps): bump golang.org/x/image from 0.33.0 to 0.34.0

Bumps [golang.org/x/image](https://github.com/golang/image) from 0.33.0 to 0.34.0.
- [Commits](https://github.com/golang/image/compare/v0.33.0...v0.34.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps): bump golang.org/x/tools from 0.39.0 to 0.40.0
dependabot[bot] [Tue, 9 Dec 2025 08:03:17 +0000 (08:03 +0000)]
build(deps): bump golang.org/x/tools from 0.39.0 to 0.40.0

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.39.0 to 0.40.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.39.0...v0.40.0)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-version: 0.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps): bump github.com/tdewolff/minify/v2 from 2.24.7 to 2.24.8
dependabot[bot] [Tue, 9 Dec 2025 08:03:11 +0000 (08:03 +0000)]
build(deps): bump github.com/tdewolff/minify/v2 from 2.24.7 to 2.24.8

Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.24.7 to 2.24.8.
- [Release notes](https://github.com/tdewolff/minify/releases)
- [Commits](https://github.com/tdewolff/minify/compare/v2.24.7...v2.24.8)

---
updated-dependencies:
- dependency-name: github.com/tdewolff/minify/v2
  dependency-version: 2.24.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps): bump gocloud.dev from 0.43.0 to 0.44.0
dependabot[bot] [Fri, 5 Dec 2025 14:59:16 +0000 (14:59 +0000)]
build(deps): bump gocloud.dev from 0.43.0 to 0.44.0

Bumps [gocloud.dev](https://github.com/google/go-cloud) from 0.43.0 to 0.44.0.
- [Release notes](https://github.com/google/go-cloud/releases)
- [Commits](https://github.com/google/go-cloud/compare/v0.43.0...v0.44.0)

---
updated-dependencies:
- dependency-name: gocloud.dev
  dependency-version: 0.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudfront
dependabot[bot] [Thu, 4 Dec 2025 09:01:11 +0000 (09:01 +0000)]
build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudfront

Bumps [github.com/aws/aws-sdk-go-v2/service/cloudfront](https://github.com/aws/aws-sdk-go-v2) from 1.58.1 to 1.58.2.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.58.1...service/s3/v1.58.2)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudfront
  dependency-version: 1.58.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps): bump github.com/evanw/esbuild from 0.27.0 to 0.27.1
dependabot[bot] [Fri, 5 Dec 2025 08:01:44 +0000 (08:01 +0000)]
build(deps): bump github.com/evanw/esbuild from 0.27.0 to 0.27.1

Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.27.0 to 0.27.1.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.27.0...v0.27.1)

---
updated-dependencies:
- dependency-name: github.com/evanw/esbuild
  dependency-version: 0.27.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agoFix server rebuilds on editing content with Chinese terms
Bjørn Erik Pedersen [Fri, 5 Dec 2025 10:33:55 +0000 (11:33 +0100)]
Fix server rebuilds on editing content with Chinese terms

Fixes #14240

7 months agobuild(deps): bump github.com/aws/aws-sdk-go-v2 from 1.40.0 to 1.40.1
dependabot[bot] [Wed, 3 Dec 2025 08:04:04 +0000 (08:04 +0000)]
build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.40.0 to 1.40.1

Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.40.0 to 1.40.1.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.40.0...v1.40.1)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.40.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.2
dependabot[bot] [Thu, 4 Dec 2025 08:01:28 +0000 (08:01 +0000)]
build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.2

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.9.1 to 1.10.2.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.9.1...v1.10.2)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agorelease: Skip pushing stable and docs update for pre-releases
Bjørn Erik Pedersen [Wed, 3 Dec 2025 10:51:37 +0000 (11:51 +0100)]
release: Skip pushing stable and docs update for pre-releases

7 months agorelease: Support alpha, beta, and RC releases
Bjørn Erik Pedersen [Tue, 2 Dec 2025 15:51:22 +0000 (16:51 +0100)]
release: Support alpha, beta, and RC releases

7 months agosnap: Address snapcraft deprecations
Joe Mooring [Tue, 2 Dec 2025 07:44:24 +0000 (23:44 -0800)]
snap: Address snapcraft deprecations

7 months agobuild(deps): bump github.com/goccy/go-yaml from 1.18.0 to 1.19.0
dependabot[bot] [Mon, 1 Dec 2025 08:34:17 +0000 (08:34 +0000)]
build(deps): bump github.com/goccy/go-yaml from 1.18.0 to 1.19.0

Bumps [github.com/goccy/go-yaml](https://github.com/goccy/go-yaml) from 1.18.0 to 1.19.0.
- [Release notes](https://github.com/goccy/go-yaml/releases)
- [Changelog](https://github.com/goccy/go-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/goccy/go-yaml/compare/v1.18.0...v1.19.0)

---
updated-dependencies:
- dependency-name: github.com/goccy/go-yaml
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps): bump github.com/olekukonko/tablewriter from 1.1.1 to 1.1.2
dependabot[bot] [Mon, 1 Dec 2025 08:34:31 +0000 (08:34 +0000)]
build(deps): bump github.com/olekukonko/tablewriter from 1.1.1 to 1.1.2

Bumps [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter) from 1.1.1 to 1.1.2.
- [Commits](https://github.com/olekukonko/tablewriter/compare/v1.1.1...v1.1.2)

---
updated-dependencies:
- dependency-name: github.com/olekukonko/tablewriter
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agobuild(deps): bump github.com/JohannesKaufmann/html-to-markdown/v2
dependabot[bot] [Mon, 1 Dec 2025 08:34:25 +0000 (08:34 +0000)]
build(deps): bump github.com/JohannesKaufmann/html-to-markdown/v2

Bumps [github.com/JohannesKaufmann/html-to-markdown/v2](https://github.com/JohannesKaufmann/html-to-markdown) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/JohannesKaufmann/html-to-markdown/releases)
- [Commits](https://github.com/JohannesKaufmann/html-to-markdown/compare/v2.4.0...v2.5.0)

---
updated-dependencies:
- dependency-name: github.com/JohannesKaufmann/html-to-markdown/v2
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agolangs/i18n: Prefer languageCode when picking translation file
Bjørn Erik Pedersen [Fri, 28 Nov 2025 20:24:28 +0000 (21:24 +0100)]
langs/i18n: Prefer languageCode when picking translation file

Fixes #14204
Closes #14217

Co-authored-by: Patrice Chalin <pchalin@gmail.com>
7 months agoAdd entitlements for WebAssembly for macOS Tahoe
Bjørn Erik Pedersen [Thu, 27 Nov 2025 19:43:03 +0000 (20:43 +0100)]
Add entitlements for WebAssembly for macOS Tahoe

Fixes #14220

7 months agotestscripts: Move layouts file to new structure
Bjørn Erik Pedersen [Thu, 27 Nov 2025 19:41:56 +0000 (20:41 +0100)]
testscripts: Move layouts file to new structure

7 months agoresources: Skip integration test if Dart Sass is not installed
Joe Mooring [Thu, 27 Nov 2025 16:09:08 +0000 (08:09 -0800)]
resources: Skip integration test if Dart Sass is not installed

7 months agobuild(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudfront
dependabot[bot] [Wed, 26 Nov 2025 08:02:42 +0000 (08:02 +0000)]
build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudfront

Bumps [github.com/aws/aws-sdk-go-v2/service/cloudfront](https://github.com/aws/aws-sdk-go-v2) from 1.57.0 to 1.58.1.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.57.0...service/s3/v1.58.1)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudfront
  dependency-version: 1.58.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
7 months agotesting: Replace legacy config.toml with hugo.toml in most tests
Bjørn Erik Pedersen [Thu, 27 Nov 2025 11:04:47 +0000 (12:04 +0100)]
testing: Replace legacy config.toml with hugo.toml in most tests

7 months agotesting: Port integration tests to new templates structure
Bjørn Erik Pedersen [Thu, 27 Nov 2025 09:42:29 +0000 (10:42 +0100)]
testing: Port integration tests to new templates structure

As introduced in  v0.146.0. Keep some legecy test to preserve backwards compatibility.

8 months agogithub: Correct dependabot => dependabot[bot]
Bjørn Erik Pedersen [Thu, 27 Nov 2025 08:48:54 +0000 (09:48 +0100)]
github: Correct dependabot => dependabot[bot]

8 months agoconfig/privacy: Change GoogleAnalytics.RespectDoNotTrack default to true
Joe Mooring [Mon, 28 Apr 2025 18:40:06 +0000 (11:40 -0700)]
config/privacy: Change GoogleAnalytics.RespectDoNotTrack default to true

Closes #13307

8 months agoAdd signed and notarized MacOS pkg builds
Bjørn Erik Pedersen [Wed, 26 Nov 2025 14:24:04 +0000 (15:24 +0100)]
Add signed and notarized MacOS pkg builds

Closes #14135

8 months agoUpgrade to Go 1.25.4
Bjørn Erik Pedersen [Wed, 26 Nov 2025 12:49:43 +0000 (13:49 +0100)]
Upgrade to Go 1.25.4

8 months agotpl/urls: Add PathEscape and PathUnescape functions
Joe Mooring [Tue, 25 Nov 2025 18:28:35 +0000 (10:28 -0800)]
tpl/urls: Add PathEscape and PathUnescape functions

Closes #14209

8 months agoFix slow server startup of very big content trees
Bjørn Erik Pedersen [Tue, 25 Nov 2025 14:37:24 +0000 (15:37 +0100)]
Fix slow server startup of very big content trees

As in content trees with 10 thousand of directories and more.

A benchmark with the bottle neck code in `helpers.ExtractAndGroupRootPaths`:

```
                            │ cmp20251125.bench │ fix-extractandgrouproot-14211.bench │
                            │      sec/op       │    sec/op     vs base               │
ExtractAndGroupRootPaths-10     1282818.8µ ± 8%   493.8µ ± 38%  -99.96% (p=0.002 n=6)

                            │ cmp20251125.bench │ fix-extractandgrouproot-14211.bench │
                            │       B/op        │     B/op      vs base               │
ExtractAndGroupRootPaths-10       3343.8Ki ± 0%   146.3Ki ± 0%  -95.63% (p=0.002 n=6)

                            │ cmp20251125.bench │ fix-extractandgrouproot-14211.bench │
                            │     allocs/op     │  allocs/op    vs base               │
ExtractAndGroupRootPaths-10        20.043k ± 0%    2.979k ± 0%  -85.14% (p=0.002 n=6)
```

For test project that started this (a 60k directory conent tree), the server startup with no rendering, wen from 1.5 minutes to less than 4 seconds:

```
hugop server --renderSegments none                        main ✚ ✖ ✱ ◼
Watching for changes in /Users/bep/dev/sites/hugotestsites/60k/content/{section0,section1,section10,section100,section101,section102,section103,section104,section105,section106,...}
Watching for changes in /Users/bep/dev/sites/hugotestsites/60k/layouts/_default
Watching for config changes in /Users/bep/dev/sites/hugotestsites/60k/config.toml
Start building sites …
hugo v0.153.0-DEV-7e27c303904ed8b221d6a5a4fc9a764bb7b2935b darwin/arm64 BuildDate=2025-11-25T15:02:58Z

                  │ EN
──────────────────┼────
 Pages            │  0
 Paginator pages  │  0
 Non-page files   │  0
 Static files     │  0
 Processed images │  0
 Aliases          │  0
 Cleaned          │  0

Built in 3884 ms
Environment: "development"
Serving pages from disk
Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Web Server is available at //localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop
```

Note that the output may be a little different and a little more verbose than before., but the information is correct and this implementation is significantly faster and simpler.

Fixes #14211

8 months agoSpeedup and simplify page assembly for deeper content trees
Bjørn Erik Pedersen [Fri, 21 Nov 2025 13:20:59 +0000 (14:20 +0100)]
Speedup and simplify page assembly for deeper content trees

This commit moves to a forked version go-radix (fork source has not had any updates in 3 years.), whith 2 notable changes:

* It's generic (using Go generics) and thus removes a lot of type conversions/assertions.
* It allows nodes to be replaced during walk, which allows to partition the tree for parallel processing without worrying about locking.

For this repo, this means:

* The assembly step now processes nested sections in parallel, which gives a speedup for deep content trees with a slight allocation penalty (see benchmarks below).
* Nodes that needs to be reinserted are inserted directly.
* Also, there are some drive-by fixes of some allocation issues, e.g. avoid wrapping mutexes in returned anonomous functions, a common source of hidden allocations.

```
                                                                                   │ master.bench │           perf-p3.bench            │
                                                                                   │    sec/op    │   sec/op     vs base               │
AssembleDeepSiteWithManySections/depth=1/sectionsPerLevel=1/pagesPerSection=50-10     6.958m ± 3%   7.015m ± 3%        ~ (p=0.589 n=6)
AssembleDeepSiteWithManySections/depth=1/sectionsPerLevel=6/pagesPerSection=100-10    14.25m ± 1%   14.56m ± 8%        ~ (p=0.394 n=6)
AssembleDeepSiteWithManySections/depth=1/sectionsPerLevel=6/pagesPerSection=500-10    48.07m ± 3%   49.23m ± 3%        ~ (p=0.394 n=6)
AssembleDeepSiteWithManySections/depth=2/sectionsPerLevel=6/pagesPerSection=100-10    66.66m ± 4%   66.47m ± 6%        ~ (p=0.485 n=6)
AssembleDeepSiteWithManySections/depth=4/sectionsPerLevel=2/pagesPerSection=100-10    59.57m ± 4%   50.73m ± 5%  -14.85% (p=0.002 n=6)
geomean                                                                               28.54m        27.92m        -2.18%

                                                                                   │ master.bench │           perf-p3.bench            │
                                                                                   │     B/op     │     B/op      vs base              │
AssembleDeepSiteWithManySections/depth=1/sectionsPerLevel=1/pagesPerSection=50-10    4.513Mi ± 0%   4.527Mi ± 0%  +0.33% (p=0.002 n=6)
AssembleDeepSiteWithManySections/depth=1/sectionsPerLevel=6/pagesPerSection=100-10   15.35Mi ± 0%   15.49Mi ± 0%  +0.94% (p=0.002 n=6)
AssembleDeepSiteWithManySections/depth=1/sectionsPerLevel=6/pagesPerSection=500-10   62.50Mi ± 0%   63.19Mi ± 0%  +1.10% (p=0.002 n=6)
AssembleDeepSiteWithManySections/depth=2/sectionsPerLevel=6/pagesPerSection=100-10   86.78Mi ± 0%   87.73Mi ± 0%  +1.09% (p=0.002 n=6)
AssembleDeepSiteWithManySections/depth=4/sectionsPerLevel=2/pagesPerSection=100-10   62.96Mi ± 0%   63.66Mi ± 0%  +1.12% (p=0.002 n=6)
geomean                                                                              29.84Mi        30.11Mi       +0.92%

                                                                                   │ master.bench │           perf-p3.bench           │
                                                                                   │  allocs/op   │  allocs/op   vs base              │
AssembleDeepSiteWithManySections/depth=1/sectionsPerLevel=1/pagesPerSection=50-10     60.44k ± 0%   60.97k ± 0%  +0.87% (p=0.002 n=6)
AssembleDeepSiteWithManySections/depth=1/sectionsPerLevel=6/pagesPerSection=100-10    205.8k ± 0%   211.4k ± 0%  +2.70% (p=0.002 n=6)
AssembleDeepSiteWithManySections/depth=1/sectionsPerLevel=6/pagesPerSection=500-10    831.1k ± 0%   858.3k ± 0%  +3.27% (p=0.002 n=6)
AssembleDeepSiteWithManySections/depth=2/sectionsPerLevel=6/pagesPerSection=100-10    1.157M ± 0%   1.197M ± 0%  +3.41% (p=0.002 n=6)
AssembleDeepSiteWithManySections/depth=4/sectionsPerLevel=2/pagesPerSection=100-10    839.9k ± 0%   867.8k ± 0%  +3.31% (p=0.002 n=6)
geomean                                                                               398.5k        409.3k       +2.71%
```

8 months agomarkup/asciidocext: Improve Asciidoctor integration
Joe Mooring [Fri, 24 Oct 2025 19:11:54 +0000 (12:11 -0700)]
markup/asciidocext: Improve Asciidoctor integration

Fixes an issue where improper attribute derivation from the page's
relative permalink caused failures with `outdir`, `imagesoutdir`, and
`imagesdir` when `markup.asciidocext.workingFolderCurrent` is enabled.
The updated logic now correctly handles:

- Multi-byte characters
- Multilingual multi-host sites
- Site builds from a subdirectory
- Pages using ugly URLs

Supports diagram caching as implemented in v3.1.0 of the asciidoctor-diagram
extension:

- Enables caching by default
- Sets default cache location to the compiled value of caches.misc.dir

Reduces duration of integration tests by:

- Generating GoAT diagrams instead of Ditaa diagrams
- Taking advantage of asciidoctor-diagram caching

Closes #9202
Closes #10183
Closes #10473
Closes #14160

8 months agogemini: Remove styleguide.md (for now)
Bjørn Erik Pedersen [Mon, 24 Nov 2025 20:00:24 +0000 (21:00 +0100)]
gemini: Remove styleguide.md (for now)

8 months agogithub: Reenable Gemini, but no auto code review
Bjørn Erik Pedersen [Mon, 24 Nov 2025 19:37:19 +0000 (20:37 +0100)]
github: Reenable Gemini, but no auto code review

8 months agogithub: Partition tests by their root
Bjørn Erik Pedersen [Mon, 24 Nov 2025 18:42:28 +0000 (19:42 +0100)]
github: Partition tests by their root

8 months agogithub: Make the clean commands work
Bjørn Erik Pedersen [Mon, 24 Nov 2025 18:04:33 +0000 (19:04 +0100)]
github: Make the clean commands work

8 months agogithub: Also test the root package (left out in previous commit)
Bjørn Erik Pedersen [Mon, 24 Nov 2025 17:38:53 +0000 (18:38 +0100)]
github: Also test the root package (left out in previous commit)

8 months agogithub: More disk space saving optimizations
Bjørn Erik Pedersen [Mon, 24 Nov 2025 17:38:21 +0000 (18:38 +0100)]
github: More disk space saving optimizations

8 months agogithub: Add PR Template
Joe Mooring [Fri, 21 Nov 2025 18:16:21 +0000 (10:16 -0800)]
github: Add PR Template

8 months agoAdjust benchmark
Bjørn Erik Pedersen [Fri, 21 Nov 2025 15:19:24 +0000 (16:19 +0100)]
Adjust benchmark

8 months agotpl/openapi: Add support for OpenAPI external file references
Bjørn Erik Pedersen [Thu, 20 Nov 2025 10:01:23 +0000 (11:01 +0100)]
tpl/openapi: Add support for OpenAPI external file references

Fixes #8067

8 months agobuild(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudfront
dependabot[bot] [Fri, 21 Nov 2025 08:02:41 +0000 (08:02 +0000)]
build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudfront

Bumps [github.com/aws/aws-sdk-go-v2/service/cloudfront](https://github.com/aws/aws-sdk-go-v2) from 1.56.3 to 1.57.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/ecs/v1.56.3...service/s3/v1.57.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudfront
  dependency-version: 1.57.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
8 months agobuild(deps): bump golang.org/x/image from 0.32.0 to 0.33.0
dependabot[bot] [Thu, 20 Nov 2025 09:40:19 +0000 (09:40 +0000)]
build(deps): bump golang.org/x/image from 0.32.0 to 0.33.0

Bumps [golang.org/x/image](https://github.com/golang/image) from 0.32.0 to 0.33.0.
- [Commits](https://github.com/golang/image/compare/v0.32.0...v0.33.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
8 months agobuild(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0
dependabot[bot] [Thu, 20 Nov 2025 09:40:15 +0000 (09:40 +0000)]
build(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.43.0 to 0.45.0.
- [Commits](https://github.com/golang/crypto/compare/v0.43.0...v0.45.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
8 months agogithub: Skip dependabot for AI Watchdog workflow
Bjørn Erik Pedersen [Fri, 21 Nov 2025 10:46:26 +0000 (11:46 +0100)]
github: Skip dependabot for AI Watchdog workflow

8 months agobuild(deps): bump github.com/tdewolff/minify/v2 from 2.24.5 to 2.24.7
dependabot[bot] [Fri, 21 Nov 2025 08:02:57 +0000 (08:02 +0000)]
build(deps): bump github.com/tdewolff/minify/v2 from 2.24.5 to 2.24.7

Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.24.5 to 2.24.7.
- [Release notes](https://github.com/tdewolff/minify/releases)
- [Commits](https://github.com/tdewolff/minify/compare/v2.24.5...v2.24.7)

---
updated-dependencies:
- dependency-name: github.com/tdewolff/minify/v2
  dependency-version: 2.24.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
8 months agogithub: Remove the 386 test step in GitHub test workflow
Bjørn Erik Pedersen [Fri, 21 Nov 2025 10:00:50 +0000 (11:00 +0100)]
github: Remove the 386 test step in GitHub test workflow

Fixes #14201

8 months agogithub: Remove test binaries after CI test runs
Bjørn Erik Pedersen [Fri, 21 Nov 2025 08:49:26 +0000 (09:49 +0100)]
github: Remove test binaries after CI test runs

8 months agogithub: Fix "no space left on device" issue in CI
Bjørn Erik Pedersen [Thu, 20 Nov 2025 12:24:33 +0000 (13:24 +0100)]
github: Fix "no space left on device" issue in CI

8 months agobuild(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudfront
dependabot[bot] [Thu, 20 Nov 2025 08:02:49 +0000 (08:02 +0000)]
build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudfront

Bumps [github.com/aws/aws-sdk-go-v2/service/cloudfront](https://github.com/aws/aws-sdk-go-v2) from 1.56.0 to 1.56.3.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/s3/v1.56.0...service/ecs/v1.56.3)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudfront
  dependency-version: 1.56.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
8 months agobuild(deps): bump golang.org/x/tools from 0.38.0 to 0.39.0
dependabot[bot] [Thu, 20 Nov 2025 08:02:54 +0000 (08:02 +0000)]
build(deps): bump golang.org/x/tools from 0.38.0 to 0.39.0

Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.38.0 to 0.39.0.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.38.0...v0.39.0)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-version: 0.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
8 months agobuild(deps): bump github.com/tetratelabs/wazero from 1.10.0 to 1.10.1
dependabot[bot] [Thu, 20 Nov 2025 08:01:33 +0000 (08:01 +0000)]
build(deps): bump github.com/tetratelabs/wazero from 1.10.0 to 1.10.1

Bumps [github.com/tetratelabs/wazero](https://github.com/tetratelabs/wazero) from 1.10.0 to 1.10.1.
- [Release notes](https://github.com/tetratelabs/wazero/releases)
- [Commits](https://github.com/tetratelabs/wazero/compare/v1.10.0...v1.10.1)

---
updated-dependencies:
- dependency-name: github.com/tetratelabs/wazero
  dependency-version: 1.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
8 months ago github: Adjust watchdog run logic (now with correct spelling)
Bjørn Erik Pedersen [Wed, 19 Nov 2025 15:01:38 +0000 (16:01 +0100)]
   github: Adjust watchdog run logic (now with correct spelling)

8 months ago github: Adjust watchdog run logic (again)
Bjørn Erik Pedersen [Wed, 19 Nov 2025 14:59:33 +0000 (15:59 +0100)]
  github: Adjust watchdog run logic (again)

8 months agogithub: Adjust watchdog run logic
Bjørn Erik Pedersen [Wed, 19 Nov 2025 14:49:52 +0000 (15:49 +0100)]
github: Adjust watchdog run logic