Skip to content

ISSUE-709: Update Hugo to v0.120.0#719

Open
zxvcv wants to merge 1 commit intotektoncd:mainfrom
zxvcv:ISSUE-709
Open

ISSUE-709: Update Hugo to v0.120.0#719
zxvcv wants to merge 1 commit intotektoncd:mainfrom
zxvcv:ISSUE-709

Conversation

@zxvcv
Copy link
Copy Markdown

@zxvcv zxvcv commented Apr 13, 2026

Fixes rendering emojis in code blocks.
Update Hugo to never version.

  • Hugo updated to v0.120.0
  • Dockerfile based on python:3.11.15 instead klakegg/hugo:0.107.0-ext-ubuntu

Changes

So we need Hugo version >= v0.120.0 to fix the issue with rendering emojis in code blocks .

Originally Docker image was based on klakegg/hugo images based on ubuntu but the newest image is there for version 0.111.3
which is not enough to fix the problem.

Current official images for hugo are available as ghcr.io/gohugoio/hugo but those are based on alpine, unfortunately netlify requires Deno (Netlify Edge Functions) and Deno dont support Alpine Linux (musl libc) denoland/deno#3711.

So I tried to install everything from scratch on ubuntu based image.
This leads me to install newest hugo version (v0.159.0).

But this time Docsy v0.6.0 is not compatible with newest version of Hugo (highest verion hugo that supports Docsy 0.6.0 is v0.128.x)
Website with Hugo version v0.128.x has some bugs (Few sections disappeared on the left navigation bar) so at the end I leave version v0.120.0 that seems to work fine.

Submitter Checklist

These are the criteria that every PR should meet, please check them off as you
review them:

See the contribution guide
for more details.

Fixes rendering emojis in code blocks.
Update Hugo to never version.
- Hugo updated to v0.120.0
- Dockerfile based on python:3.11.15 instead klakegg/hugo:0.107.0-ext-ubuntu
@tekton-robot
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To complete the pull request process, please assign vdemeester after the PR has been reviewed.
You can assign the PR to them by writing /assign @vdemeester in a comment when ready.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@linux-foundation-easycla
Copy link
Copy Markdown

CLA Not Signed

@tekton-robot tekton-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Apr 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants