From 66e4528a2bacc7b2785d7f550fc1ea5b84e6a68f Mon Sep 17 00:00:00 2001 From: Renovator Bot Date: Sat, 26 Jun 2021 21:49:42 +0200 Subject: [PATCH] chore(deps): update dependency gohugoio/hugo to v0.84.1 (#6) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gohugoio/hugo](https://github.com/gohugoio/hugo) | patch | `v0.84.0` -> `v0.84.1` | --- ### Release Notes
gohugoio/hugo ### [`v0.84.1`](https://github.com/gohugoio/hugo/releases/v0.84.1) [Compare Source](https://github.com/gohugoio/hugo/compare/v0.84.0...v0.84.1) This is a bug-fix release with a couple of important fixes. - Fix language menu config regression [093dacab](https://github.com/gohugoio/hugo/commit/093dacab29a3c6fc363408453d0bc3b1fc159ad5) [@​bep](https://github.com/bep) [#​8672](https://github.com/gohugoio/hugo/issues/8672) - config: Fix merge of config with map\[string]string values. [4a9d408f](https://github.com/gohugoio/hugo/commit/4a9d408fe0bbf4c563546e35d2be7ade4e920c4c) [@​bep](https://github.com/bep) [#​8679](https://github.com/gohugoio/hugo/issues/8679) - markup: Rename Header(s) to Heading(s) in ToC struct [a7e3da24](https://github.com/gohugoio/hugo/commit/a7e3da242f98d4799dad013d7ba2f285717640d6) [@​bep](https://github.com/bep)
--- ### Configuration 📅 **Schedule**: 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](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.rknet.org/docker/hugo/pulls/6 Co-authored-by: Renovator Bot Co-committed-by: Renovator Bot --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ae38e22..0f7a301 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ LABEL org.opencontainers.image.documentation="https://gitea.rknet.org/docker/hug ARG BUILD_VERSION # renovate: datasource=github-releases depName=gohugoio/hugo -ENV HUGO_VERSION="${BUILD_VERSION:-v0.84.0}" +ENV HUGO_VERSION="${BUILD_VERSION:-v0.84.1}" ENV HUGO_ENV=production