From af04b53b35cf2948ff88fe2552ff64546dbd3d69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 28 Jun 2021 10:39:52 +0200 Subject: [PATCH 1/3] modules: Add module.import.noMounts config Fixes #8708 --- content/en/hugo-modules/configuration.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/en/hugo-modules/configuration.md b/content/en/hugo-modules/configuration.md index 4bb19dde4..1a3a285c7 100644 --- a/content/en/hugo-modules/configuration.md +++ b/content/en/hugo-modules/configuration.md @@ -101,6 +101,12 @@ ignoreImports {{< new-in "0.80.0" >}} disable : Set to `true` to disable the module while keeping any version info in the `go.*` files. +noMounts {{< new-in "0.84.2" >}} +: Do not mount any folder in this import. + +noVendor +: Never vendor this import (only allowed in main project). + {{< gomodules-info >}} From e00e4a7e76c9c47c8c761a03b09187bd0d942c58 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Mon, 28 Jun 2021 10:59:18 +0000 Subject: [PATCH 2/3] releaser: Add release notes to /docs for release of 0.84.2 [ci skip] --- content/en/news/0.84.2-relnotes/index.md | 26 ++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 content/en/news/0.84.2-relnotes/index.md diff --git a/content/en/news/0.84.2-relnotes/index.md b/content/en/news/0.84.2-relnotes/index.md new file mode 100644 index 000000000..7fd61cb21 --- /dev/null +++ b/content/en/news/0.84.2-relnotes/index.md @@ -0,0 +1,26 @@ + +--- +date: 2021-06-28 +title: "Hugo 0.84.2: A couple of Bug Fixes" +description: "This version fixes a couple of bugs introduced in 0.84.0." +categories: ["Releases"] +images: +- images/blog/hugo-bug-poster.png + +--- + + + +This is a bug-fix release with a couple of important fixes. + +* modules: Add module.import.noMounts config [40dfdd09](https://github.com/gohugoio/hugo/commit/40dfdd09521bcb8f56150e6791d60445198f27ab) [@bep](https://github.com/bep) [#8708](https://github.com/gohugoio/hugo/issues/8708) +* modules: Use value type for module.Time [3a6dc6d3](https://github.com/gohugoio/hugo/commit/3a6dc6d3f423c4acb79ef21b5a76e616fa2c9477) [@bep](https://github.com/bep) +* commands: Add version time to "hugo config mounts" [6cd2110a](https://github.com/gohugoio/hugo/commit/6cd2110ab295f598907a18da91e34d31407c1d9d) [@bep](https://github.com/bep) +* commands: Add some more info to "hugo config mounts" [6a365c27](https://github.com/gohugoio/hugo/commit/6a365c2712c7607e067e192d213b266f0c88d0f3) [@bep](https://github.com/bep) +* Fix config handling with empty config entries after merge [19aa95fc](https://github.com/gohugoio/hugo/commit/19aa95fc7f4cd58dcc8a8ff075762cfc86d41dc3) [@bep](https://github.com/bep) [#8701](https://github.com/gohugoio/hugo/issues/8701) +* Fix config loading for "hugo mod init" [923dd9d1](https://github.com/gohugoio/hugo/commit/923dd9d1c1f649142f3f377109318b07e0f44d5d) [@bep](https://github.com/bep) [#8697](https://github.com/gohugoio/hugo/issues/8697) +* deps: Update to Minify v2.9.18 [d9bdd37d](https://github.com/gohugoio/hugo/commit/d9bdd37d35ccd436b4dd470ef99efa372a6a086b) [@bep](https://github.com/bep) [#8693](https://github.com/gohugoio/hugo/issues/8693) +* Remove credit from release notes [b2eaf4c8](https://github.com/gohugoio/hugo/commit/b2eaf4c8c2e31aa1c1bc4a2c0061f661e01d2de1) [@digitalcraftsman](https://github.com/digitalcraftsman) + + + From 96a8be0f1123c94f9b7182ae9d74c6090e8d5b33 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Tue, 29 Jun 2021 11:40:19 +0000 Subject: [PATCH 3/3] releaser: Add release notes to /docs for release of 0.84.3 [ci skip] --- content/en/news/0.84.3-relnotes/index.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 content/en/news/0.84.3-relnotes/index.md diff --git a/content/en/news/0.84.3-relnotes/index.md b/content/en/news/0.84.3-relnotes/index.md new file mode 100644 index 000000000..c805efb46 --- /dev/null +++ b/content/en/news/0.84.3-relnotes/index.md @@ -0,0 +1,20 @@ + +--- +date: 2021-06-29 +title: "Hugo 0.84.3: A couple of Bug Fixes" +description: "This version fixes a couple of bugs introduced in 0.84.0." +categories: ["Releases"] +images: +- images/blog/hugo-bug-poster.png + +--- + + + +This is a bug-fix release with a couple of important fixes. + +* config: Fix Netlify default cache dir logic [6c8c0c8b](https://github.com/gohugoio/hugo/commit/6c8c0c8b6a0b39b91de44d72a7bd1cd49534a0f1) [@bep](https://github.com/bep) [#8710](https://github.com/gohugoio/hugo/issues/8710) +* config: Fix handling of invalid OS env config overrides [49fedbc5](https://github.com/gohugoio/hugo/commit/49fedbc51cafa64e4eb0eae9fb79ccbe2d4c6774) [@bep](https://github.com/bep) [#8709](https://github.com/gohugoio/hugo/issues/8709) + + +