tektoncd / website

Tekton Website
https://tekton.dev
Apache License 2.0
62 stars 149 forks source link

update hugo to 0.107.0 #515

Closed Arhell closed 1 year ago

Arhell commented 1 year ago

resolve https://github.com/tektoncd/website/issues/514

Arhell commented 1 year ago

cc @geriom

Arhell commented 1 year ago

@Arhell Checking the release notes, it seems this version of hugo requires config.yaml to be renamed to hugo.yaml . Can you please rename the file?

Done

geriom commented 1 year ago

Done

The renamed file netlfy.toml -> hugo.toml, is not the correct one. It should be config.yaml -> hugo.yaml.

Arhell commented 1 year ago

Done

The renamed file netlfy.toml -> hugo.toml, is not the correct one. It should be config.yaml -> hugo.yaml.

oh yes, corrected, thanks

geriom commented 1 year ago

Thank you for the update @Arhell

This is a breaking change, anyone running the website locally will have to update their hugo version, which is particularly a problem if you run it inside a container. Currently the latest version of the base hugo image we use is 107.

Since this is not urgent maybe we can wait until that repo catches up with hugo, or we can use a different docker image.

Arhell commented 1 year ago

Thank you for the update @Arhell

This is a breaking change, anyone running the website locally will have to update their hugo version, which is particularly a problem if you run it inside a container. Currently the latest version of the base hugo image we use is 107.

Since this is not urgent maybe we can wait until that repo catches up with hugo, or we can use a different docker image.

Updated PR to 107v

tekton-robot commented 1 year ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: geriom

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

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/tektoncd/website/blob/main/OWNERS)~~ [geriom] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
geriom commented 1 year ago

/lgtm