Skip to content

Update ghcr.io/gohugoio/hugo Docker tag to v0.165.0 - #214

Merged
z9r5 merged 1 commit into
mainfrom
renovate/ghcr.io-gohugoio-hugo-0.x
Aug 14, 2026
Merged

Update ghcr.io/gohugoio/hugo Docker tag to v0.165.0#214
z9r5 merged 1 commit into
mainfrom
renovate/ghcr.io-gohugoio-hugo-0.x

Conversation

@deckhouse-BOaTswain

@deckhouse-BOaTswain deckhouse-BOaTswain commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/gohugoio/hugo minor v0.163.3 -> v0.165.0

Release Notes

gohugoio/hugo (ghcr.io/gohugoio/hugo)

v0.165.0

Compare Source

The two main new things is the new css.ChromaStyles template func and the new importContext option demonstrated below.

{{ $light := css.ChromaStyles (dict "targetPath" "css/components/chroma-light.css" "style" "github" "mode" "light") }}
{{ $dark := css.ChromaStyles (dict "targetPath" "css/components/chroma-dark.css" "style" "github" "mode" "dark") }}
{{ $opts := dict "minify" true "importContext" (slice $light $dark) }}
{{ $css := resources.Get "css/main.css" | css.Build $opts }}

The importContext is relevant for css.Build, js.Build, css.Sass, and css.PostCSS. and it allows you to make resources (e.g. built from resources.FromString) resolvable in e.g. CSS @import statements.

Note
Bug fixes
Improvements
Dependency Updates
Documentation

v0.164.0

Compare Source

Notable new features in this release are:

Notes
Changes
Dependency Updates

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@deckhouse-BOaTswain deckhouse-BOaTswain changed the title chore(deps): update ghcr.io/gohugoio/hugo docker tag to v0.163.1 chore(deps): update ghcr.io/gohugoio/hugo docker tag to v0.163.2 Jun 15, 2026
@deckhouse-BOaTswain
deckhouse-BOaTswain force-pushed the renovate/ghcr.io-gohugoio-hugo-0.x branch from 0611349 to be7c897 Compare June 15, 2026 16:37
@deckhouse-BOaTswain deckhouse-BOaTswain changed the title chore(deps): update ghcr.io/gohugoio/hugo docker tag to v0.163.2 chore(deps): update ghcr.io/gohugoio/hugo docker tag to v0.163.3 Jun 18, 2026
@deckhouse-BOaTswain
deckhouse-BOaTswain force-pushed the renovate/ghcr.io-gohugoio-hugo-0.x branch from be7c897 to 18ca4f1 Compare June 18, 2026 17:23
@deckhouse-BOaTswain deckhouse-BOaTswain changed the title chore(deps): update ghcr.io/gohugoio/hugo docker tag to v0.163.3 chore(deps): update ghcr.io/gohugoio/hugo docker tag to v0.164.0 Jul 6, 2026
@deckhouse-BOaTswain
deckhouse-BOaTswain force-pushed the renovate/ghcr.io-gohugoio-hugo-0.x branch from 18ca4f1 to 348c311 Compare July 6, 2026 18:25
@deckhouse-BOaTswain deckhouse-BOaTswain changed the title chore(deps): update ghcr.io/gohugoio/hugo docker tag to v0.164.0 Update ghcr.io/gohugoio/hugo Docker tag to v0.164.0 Jul 13, 2026
@deckhouse-BOaTswain
deckhouse-BOaTswain force-pushed the renovate/ghcr.io-gohugoio-hugo-0.x branch from 348c311 to b2413d7 Compare July 22, 2026 10:40
@deckhouse-BOaTswain deckhouse-BOaTswain changed the title Update ghcr.io/gohugoio/hugo Docker tag to v0.164.0 Update ghcr.io/gohugoio/hugo Docker tag to v0.165.0 Aug 12, 2026
@deckhouse-BOaTswain
deckhouse-BOaTswain force-pushed the renovate/ghcr.io-gohugoio-hugo-0.x branch from b2413d7 to a72da4a Compare August 12, 2026 16:12
@z9r5
z9r5 merged commit a480dc4 into main Aug 14, 2026
2 of 3 checks passed
@z9r5
z9r5 deleted the renovate/ghcr.io-gohugoio-hugo-0.x branch August 14, 2026 04:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants