Skip to content

chore(deps): update gohugoio/hugo action to v0.147.6 #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 16, 2024

This PR contains the following updates:

Package Type Update Change
gohugoio/hugo action minor v0.124.1 -> v0.147.6

Release Notes

gohugoio/hugo (gohugoio/hugo)

v0.147.6

Compare Source

What's Changed

v0.147.5

Compare Source

We have gotten some requests about updating the minifier library we use, so here you go @​myitcv and others. I'm probably going to regret doing that particular upgrade on a Thursday, but so be it.

What's Changed

v0.147.4

Compare Source

What's Changed

v0.147.3

Compare Source

Mostly bug fixes here, but also a new template func to get a really big number. You can read about why that is useful in the documentation.

v0.147.2

Compare Source

What's Changed

v0.147.1

Compare Source

Bug fixes

Improvements

Dependency Updates

v0.147.0

Compare Source

This release comes with a new aligny option (shoutout to @​pranshugaba for the implementation) for images.Text that, in combination with alignx makes it simple to e.g. center the text on top of image in both axis. But the main reason this release comes now and not later, is the improvements/fixes to the order Hugo applies the default configuration to some keys. This is inherited from how we did this before we rewrote the configuration handling, and it made the merging of configuration from modules/themes into the config root harder and less flexible than it had to be. Me, @​bep, looking into this, was triggered by this forum topic. Having many sites share a common configuration is very useful. With this release, you can simply get what the thread starter asks for by doing something à la:

baseURL = "http://example.org"
title = "My Hugo Site"

### ... import any themes/modules.
### This will merge in all config imported from imported modules. 
_merge = "deep"

See the documentation for details.

Bug fixes

Improvements

Dependency Updates

v0.146.7

Compare Source

Bug fixes

Improvements

Dependency Updates

v0.146.6

Compare Source

What's Changed

v0.146.5

Compare Source

What's Changed

v0.146.4

Compare Source

What's Changed

v0.146.3

Compare Source

What's Changed

v0.146.2

Compare Source

What's Changed

v0.146.1

Compare Source

This fixes a regression introduced in v0.146.0 released earlier today.

v0.146.0

Compare Source

[!NOTE]
There's a v0.146.1 bug fix release that fixes a regression introduced in this release.

The big new thing in this release is a fully refreshed template system – simpler and much better. We're working on the updated documentation for this, but see this issue for some more information. We have gone to great lengths to make this as backwards compatible as possible, but make sure you test your site before going live with this new version. This version also comes with a full dependency refresh and some useful new template funcs:

  • templates.Current: Info about the current executing template and its call stack. Very useful for debugging.
  • time.In: Returns the given date/time as represented in the specified IANA time zone.

Bug fixes

Improvements

Dependency Updates

Documentation

v0.145.0

Compare Source

The notable new feature is the new transform.PortableText function that makes it possible to use the Sanity CMS with Hugo.

Bug fixes

Improvements

Dependency Updates

Documentation

  • github: Build docker image with both extended and withdeploy tags e5eecbd @​margau

Build Setup

v0.144.2

Compare Source

What's Changed

v0.144.1

Compare Source

What's Changed

v0.144.0

Compare Source

Go 1.24 upgrade, several performance improvements, new :contentbasename and :slugorcontentbasename permalink tokens, enable KaTeX mhchem extension for transform.ToMath, full dependency refresh, new drop option for js.Build, new auth module option useful for private module repositories, autoID support for definition terms, new configurationTypes configuration option, and more. For more details, see this topic.

Note

Bug fixes

Improvements

Dependency Updates

Documentation

v0.143.1

Compare Source

What's Changed

v0.143.0

Compare Source

This is mostly a bug fix release, ironing out some quirks with the partial server rebuilds etc., but notable is also the new responseHeaders option on resources.GetRemote that allows you to extract headers from the server’s response.

Bug fixes

Improvements

v0.142.0

Compare Source

This is is mostly a bug fix release. It's a minor and not a patch release because of the image file cache issue fixes (see #​13273 #​13272). Fixing this required us to break the hashes for many of the generated images so we used this opportunity to simplify how we generate these hashes/image filenames.

Bug fixes

Improvements

v0.141.0

Compare Source

This release adds try, a new general mechanism for handling errors within templates, a new images.Mask image filter, a new images.QR function, a new alignx option to control horizontal alignment in images.Text, and more.

Note

Bug fixes

Improvements


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch from e29eb69 to f1a9970 Compare April 18, 2024 09:36
@renovate renovate bot changed the title chore(deps): update gohugoio/hugo action to v0.125.0 chore(deps): update gohugoio/hugo action to v0.125.1 Apr 18, 2024
@renovate renovate bot changed the title chore(deps): update gohugoio/hugo action to v0.125.1 chore(deps): update gohugoio/hugo action to v0.125.2 Apr 20, 2024
@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch 2 times, most recently from 7aecbba to 429d1c2 Compare April 22, 2024 20:32
@renovate renovate bot changed the title chore(deps): update gohugoio/hugo action to v0.125.2 chore(deps): update gohugoio/hugo action to v0.125.3 Apr 22, 2024
@renovate renovate bot changed the title chore(deps): update gohugoio/hugo action to v0.125.3 chore(deps): update gohugoio/hugo action to v0.125.4 Apr 25, 2024
@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch 2 times, most recently from 922f690 to 0ea659d Compare May 1, 2024 18:02
@renovate renovate bot changed the title chore(deps): update gohugoio/hugo action to v0.125.4 chore(deps): update gohugoio/hugo action to v0.125.5 May 1, 2024
@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch from 0ea659d to 6826242 Compare May 5, 2024 12:58
@renovate renovate bot changed the title chore(deps): update gohugoio/hugo action to v0.125.5 chore(deps): update gohugoio/hugo action to v0.125.6 May 5, 2024
@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch from 6826242 to 21a23ab Compare May 8, 2024 16:19
@renovate renovate bot changed the title chore(deps): update gohugoio/hugo action to v0.125.6 chore(deps): update gohugoio/hugo action to v0.125.7 May 8, 2024
@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch from 21a23ab to 19e1963 Compare May 14, 2024 13:54
@renovate renovate bot changed the title chore(deps): update gohugoio/hugo action to v0.125.7 chore(deps): update gohugoio/hugo action to v0.126.0 May 14, 2024
@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch from 19e1963 to 2ebd19c Compare May 15, 2024 17:19
@renovate renovate bot changed the title chore(deps): update gohugoio/hugo action to v0.126.0 chore(deps): update gohugoio/hugo action to v0.126.1 May 15, 2024
@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch from 2ebd19c to f826fc6 Compare May 30, 2024 18:32
@renovate renovate bot changed the title chore(deps): update gohugoio/hugo action to v0.126.1 chore(deps): update gohugoio/hugo action to v0.126.2 May 30, 2024
@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch from f826fc6 to 375cded Compare June 2, 2024 15:32
@renovate renovate bot changed the title chore(deps): update gohugoio/hugo action to v0.126.2 chore(deps): update gohugoio/hugo action to v0.126.3 Jun 2, 2024
@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch from 375cded to 54c2880 Compare June 5, 2024 13:44
@renovate renovate bot changed the title chore(deps): update gohugoio/hugo action to v0.126.3 chore(deps): update gohugoio/hugo action to v0.127.0 Jun 5, 2024
@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch from 54c2880 to 254ff04 Compare June 25, 2024 20:06
@renovate renovate bot changed the title chore(deps): update gohugoio/hugo action to v0.127.0 chore(deps): update gohugoio/hugo action to v0.128.0 Jun 25, 2024
@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch from 254ff04 to 05a73e3 Compare July 2, 2024 09:15
@renovate renovate bot changed the title chore(deps): update gohugoio/hugo action to v0.128.0 chore(deps): update gohugoio/hugo action to v0.128.1 Jul 2, 2024
@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch from 05a73e3 to 91b3ab7 Compare July 4, 2024 09:47
@renovate renovate bot changed the title chore(deps): update gohugoio/hugo action to v0.128.1 chore(deps): update gohugoio/hugo action to v0.128.2 Jul 4, 2024
@renovate renovate bot changed the title chore(deps): update gohugoio/hugo action to v0.145.0 chore(deps): update gohugoio/hugo action to v0.146.0 Apr 10, 2025
@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch from c872f43 to b72aea4 Compare April 10, 2025 19:22
@renovate renovate bot changed the title chore(deps): update gohugoio/hugo action to v0.146.0 chore(deps): update gohugoio/hugo action to v0.146.1 Apr 10, 2025
@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch from b72aea4 to e4405f2 Compare April 11, 2025 18:56
@renovate renovate bot changed the title chore(deps): update gohugoio/hugo action to v0.146.1 chore(deps): update gohugoio/hugo action to v0.146.2 Apr 11, 2025
@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch from e4405f2 to cb5effe Compare April 12, 2025 22:46
@renovate renovate bot changed the title chore(deps): update gohugoio/hugo action to v0.146.2 chore(deps): update gohugoio/hugo action to v0.146.3 Apr 12, 2025
@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch from cb5effe to a3564a2 Compare April 14, 2025 16:56
@renovate renovate bot changed the title chore(deps): update gohugoio/hugo action to v0.146.3 chore(deps): update gohugoio/hugo action to v0.146.4 Apr 14, 2025
@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch from a3564a2 to 9073927 Compare April 15, 2025 19:44
@renovate renovate bot changed the title chore(deps): update gohugoio/hugo action to v0.146.4 chore(deps): update gohugoio/hugo action to v0.146.5 Apr 15, 2025
@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch from 9073927 to c74002d Compare April 20, 2025 14:57
@renovate renovate bot changed the title chore(deps): update gohugoio/hugo action to v0.146.5 chore(deps): update gohugoio/hugo action to v0.146.6 Apr 20, 2025
@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch from c74002d to de67dc7 Compare April 22, 2025 23:24
@renovate renovate bot changed the title chore(deps): update gohugoio/hugo action to v0.146.6 chore(deps): update gohugoio/hugo action to v0.146.7 Apr 22, 2025
@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch from de67dc7 to c48d7b9 Compare April 25, 2025 17:28
@renovate renovate bot changed the title chore(deps): update gohugoio/hugo action to v0.146.7 chore(deps): update gohugoio/hugo action to v0.147.0 Apr 25, 2025
@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch from c48d7b9 to 2f4aa74 Compare May 1, 2025 15:46
@renovate renovate bot changed the title chore(deps): update gohugoio/hugo action to v0.147.0 chore(deps): update gohugoio/hugo action to v0.147.1 May 1, 2025
@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch from 2f4aa74 to 3401580 Compare May 6, 2025 13:10
@renovate renovate bot changed the title chore(deps): update gohugoio/hugo action to v0.147.1 chore(deps): update gohugoio/hugo action to v0.147.2 May 6, 2025
@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch from 3401580 to 1212bba Compare May 12, 2025 16:56
@renovate renovate bot changed the title chore(deps): update gohugoio/hugo action to v0.147.2 chore(deps): update gohugoio/hugo action to v0.147.3 May 12, 2025
@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch from 1212bba to 4d58868 Compare May 20, 2025 12:49
@renovate renovate bot changed the title chore(deps): update gohugoio/hugo action to v0.147.3 chore(deps): update gohugoio/hugo action to v0.147.4 May 20, 2025
@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch from 4d58868 to 556ee70 Compare May 22, 2025 18:04
@renovate renovate bot changed the title chore(deps): update gohugoio/hugo action to v0.147.4 chore(deps): update gohugoio/hugo action to v0.147.5 May 22, 2025
@renovate renovate bot force-pushed the renovate/gohugoio-hugo-0.x branch from 556ee70 to 001033d Compare May 27, 2025 13:50
@renovate renovate bot changed the title chore(deps): update gohugoio/hugo action to v0.147.5 chore(deps): update gohugoio/hugo action to v0.147.6 May 27, 2025
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.

0 participants