]>
git.maquefel.me Git - brevno-suite/hugo/log
hugoreleaser [Mon, 16 May 2022 08:10:56 +0000 (08:10 +0000)]
releaser: Bump versions for release of 0.99.0
[ci skip]
hugoreleaser [Mon, 16 May 2022 08:10:55 +0000 (08:10 +0000)]
releaser: Add release notes for 0.99.0
[ci skip]
Bjørn Erik Pedersen [Mon, 16 May 2022 07:22:51 +0000 (09:22 +0200)]
server: Refresh the error template
We cannot cache it forever, as that will not allow the end user to edit and preview it.
Bjørn Erik Pedersen [Sun, 15 May 2022 19:01:36 +0000 (21:01 +0200)]
server: Fix SIGINT handling after loading bad configuration
Also fix the config error messages.
Fixes #9664
Bjørn Erik Pedersen [Sun, 15 May 2022 09:40:34 +0000 (11:40 +0200)]
Improve SASS errors
Fixes #9897
Bjørn Erik Pedersen [Sat, 14 May 2022 13:51:04 +0000 (15:51 +0200)]
postcss: Fix import error handling
Note that we will now fail if `inlineImports` is enabled and we cannot resolve an import.
You can work around this by either:
* Use url imports or imports with media queries.
* Set `skipInlineImportsNotFound=true` in the options
Also get the argument order in the different NewFileError* funcs in line.
Fixes #9895
dependabot[bot] [Sat, 14 May 2022 11:46:16 +0000 (11:46 +0000)]
build(deps): bump github.com/fsnotify/fsnotify from 1.5.3 to 1.5.4
Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.5.3 to 1.5.4.
- [Release notes](https://github.com/fsnotify/fsnotify/releases)
- [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fsnotify/fsnotify/compare/v1.5.3...v1.5.4)
---
updated-dependencies:
- dependency-name: github.com/fsnotify/fsnotify
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Bjørn Erik Pedersen [Sat, 14 May 2022 11:56:28 +0000 (13:56 +0200)]
common/herrors: Remove unused struct
dependabot[bot] [Thu, 12 May 2022 08:02:55 +0000 (08:02 +0000)]
build(deps): bump github.com/evanw/esbuild from 0.14.38 to 0.14.39
Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.14.38 to 0.14.39.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.14.38...v0.14.39)
---
updated-dependencies:
- dependency-name: github.com/evanw/esbuild
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Bjørn Erik Pedersen [Thu, 12 May 2022 09:43:20 +0000 (11:43 +0200)]
errors: Misc improvements
* Redo the server error template
* Always add the content file context if relevant
* Remove some now superflous error string matching
* Move the server error template to _server/error.html
* Add file context (with position) to codeblock render blocks
* Improve JS build errors
Fixes #9892
Fixes #9891
Fixes #9893
Bjørn Erik Pedersen [Thu, 12 May 2022 09:18:18 +0000 (11:18 +0200)]
server: Always rebuild the files involved in an error
Fixes #9884
Bjørn Erik Pedersen [Thu, 12 May 2022 08:09:15 +0000 (10:09 +0200)]
postcss: Fix line numbers in error messages
Fixes #9880
Bjørn Erik Pedersen [Fri, 13 May 2022 09:42:12 +0000 (11:42 +0200)]
Update CONTRIBUTING.md
Add some info about commit subject prefixes.
Bjørn Erik Pedersen [Fri, 13 May 2022 09:08:23 +0000 (11:08 +0200)]
js: Bump test dependency
To work around a cache issue.
Bjørn Erik Pedersen [Wed, 11 May 2022 14:22:42 +0000 (16:22 +0200)]
deps: Update github.com/spf13/cast v1.4.1 => v1.5.0
Bjørn Erik Pedersen [Mon, 9 May 2022 13:53:25 +0000 (15:53 +0200)]
hugolib: Check for nil in shouldRender
Bjørn Erik Pedersen [Mon, 9 May 2022 08:05:19 +0000 (10:05 +0200)]
Revise the use of htime.Since/htime.Now
We cannot (also, it doesn't add any value) use that when the `clock` is set,
* To measure time (before that global is set)
* To compare file timestamps re cache eviction
Fixes #9868
Bjørn Erik Pedersen [Sun, 8 May 2022 16:37:14 +0000 (18:37 +0200)]
tpl/collections: Make sort stable
Fixes #9865
Bjørn Erik Pedersen [Sun, 8 May 2022 14:57:29 +0000 (16:57 +0200)]
docs: Regen CLI docs
Bjørn Erik Pedersen [Sun, 8 May 2022 14:56:42 +0000 (16:56 +0200)]
Bjørn Erik Pedersen [Sun, 8 May 2022 14:56:42 +0000 (16:56 +0200)]
Squashed 'docs/' changes from
7030fe3a2 ..
2d9da3a56
2d9da3a56 Update build-options.md
5d910e24d Update introduction.md
111482a8d netlify: Hugo 0.98.0
d5505ca6f docs: Regen docs helper
git-subtree-dir: docs
git-subtree-split:
2d9da3a563a90eb8bc80dfb387b25a34b328329e
Bjørn Erik Pedersen [Sat, 7 May 2022 12:10:32 +0000 (14:10 +0200)]
Use configured timeZone for the clock
And some other related adjustments.
Updates #8787
satotake [Tue, 26 Apr 2022 17:57:04 +0000 (02:57 +0900)]
Add `clock` cli flag
Close #8787
Bjørn Erik Pedersen [Mon, 2 May 2022 14:07:52 +0000 (16:07 +0200)]
Improve error messages, esp. when the server is running
* Add file context to minifier errors when publishing
* Misc fixes (see issues)
* Allow custom server error template in layouts/server/error.html
To get to this, this commit also cleans up and simplifies the code surrounding errors and files. This also removes the usage of `github.com/pkg/errors`, mostly because of https://github.com/pkg/errors/issues/223 -- but also because most of this is now built-in to Go.
Fixes #9852
Fixes #9857
Fixes #9863
Bjørn Erik Pedersen [Sat, 30 Apr 2022 16:12:08 +0000 (18:12 +0200)]
tpl: Improve godoc
nathannaveen [Tue, 3 May 2022 07:23:47 +0000 (03:23 -0400)]
github: Add permissions to test action
Bjørn Erik Pedersen [Thu, 28 Apr 2022 15:47:17 +0000 (17:47 +0200)]
tpl/crypto: Add example for FNV32a
hugoreleaser [Thu, 28 Apr 2022 11:02:45 +0000 (11:02 +0000)]
releaser: Prepare repository for 0.99.0-DEV
[ci skip]
hugoreleaser [Thu, 28 Apr 2022 10:23:30 +0000 (10:23 +0000)]
releaser: Bump versions for release of 0.98.0
[ci skip]
hugoreleaser [Thu, 28 Apr 2022 10:23:30 +0000 (10:23 +0000)]
releaser: Add release notes for 0.98.0
[ci skip]
Bjørn Erik Pedersen [Thu, 28 Apr 2022 09:53:03 +0000 (11:53 +0200)]
docs: Regen docs helper
Bjørn Erik Pedersen [Thu, 28 Apr 2022 09:52:15 +0000 (11:52 +0200)]
Squashed 'docs/' changes from
4c5edacfe ..
7030fe3a2
7030fe3a2 Remove .hvm file
dd0f98831 Add details for DigitalOcean (#1730)
ff0c8a6e7 netlify: Hugo 0.97.3
e254724a7 Delete hosting-on-bitbucket.md (#1723)
f4304fb7e Remove references to mmark (#1727)
255319023 remove broken link to codeplex.com (#1725)
06cc3856b delete broken link (#1724)
ec80dc069 Revert "netlify: Hugo 0.97.2"
211bad5de netlify: Hugo 0.97.2
cd549bca9 Revert "netlify: Update to Hugo 0.97.1" (#1722)
1039a0a48 netlify: Update to Hugo 0.97.1
a28e0d0d3 Update AddDate method
9077b443f Update lists.md
6b174329a Update lists.md
d87d9e296 netlify: Hugo 0.97.0
fa7db7c7e Merge branch 'tempv0.97.0'
dd6df54b5 Fix broken anchor links (#1717)
6b6743976 Remove StackImpact showcase
d00a7eda9 Fix for Cloudflare docs location (#1716)
890866722 Add git required FAQ & remove ZIP from Quick Start (#1713)
73e82d911 resources: Add `key` to reources.GetRemote options map
6795cd2a1 Correct possible typos re: Alias robots usage (#1165)
efd5d186a Hosting on Cloudflare Pages (#1709)
9239c5f2a deps: Update github.com/tdewolff/minify/v2 v2.10.0 => v2.11.0
859573bc8 Merge commit '
ec920363cdeb687c8bcac9c242767d366fb058cb '
21f108f12 docs: Regen CLI docs
9b6e7afd2 Add environment as a new filter to _cascade.target
git-subtree-dir: docs
git-subtree-split:
7030fe3a2ea107a23a4442902cb693557a421523
Bjørn Erik Pedersen [Thu, 28 Apr 2022 09:52:15 +0000 (11:52 +0200)]
Bjørn Erik Pedersen [Thu, 21 Apr 2022 08:59:13 +0000 (10:59 +0200)]
Some godoc adjustments and image struct renames
Bjørn Erik Pedersen [Tue, 26 Apr 2022 08:35:45 +0000 (10:35 +0200)]
tpl/crypto: Add FNV32a
Main motivation to get a integer from a string.
Bjørn Erik Pedersen [Mon, 25 Apr 2022 08:05:55 +0000 (10:05 +0200)]
markup/goldmark: Fix attribute nilpointer
Fixes 9819
Bjørn Erik Pedersen [Wed, 27 Apr 2022 08:42:37 +0000 (10:42 +0200)]
deps: Update to gocloud.dev v0.24.0
Note that the v0.25.0 version is broken (for Hugo, at least).
dependabot[bot] [Tue, 26 Apr 2022 18:03:05 +0000 (18:03 +0000)]
build(deps): bump github.com/mitchellh/mapstructure from 1.4.3 to 1.5.0
Bumps [github.com/mitchellh/mapstructure](https://github.com/mitchellh/mapstructure) from 1.4.3 to 1.5.0.
- [Release notes](https://github.com/mitchellh/mapstructure/releases)
- [Changelog](https://github.com/mitchellh/mapstructure/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mitchellh/mapstructure/compare/v1.4.3...v1.5.0)
---
updated-dependencies:
- dependency-name: github.com/mitchellh/mapstructure
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Joe Mooring [Mon, 25 Apr 2022 14:20:30 +0000 (07:20 -0700)]
deps: Update github.com/yuin/goldmark v1.4.11 => v1.4.12
Fixes #9054
Fixes #9756
Fixes #9757
dependabot[bot] [Tue, 26 Apr 2022 18:03:04 +0000 (18:03 +0000)]
build(deps): bump github.com/evanw/esbuild from 0.14.36 to 0.14.38
Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.14.36 to 0.14.38.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.14.36...v0.14.38)
---
updated-dependencies:
- dependency-name: github.com/evanw/esbuild
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Joe Mooring [Tue, 26 Apr 2022 15:15:59 +0000 (08:15 -0700)]
deps: Update github.com/tdewolff/minify/v2 v2.11.1 => v2.11.2
Fixes #9820
Bjørn Erik Pedersen [Thu, 21 Apr 2022 08:59:13 +0000 (10:59 +0200)]
Some godoc adjustments
Bjørn Erik Pedersen [Wed, 20 Apr 2022 15:42:57 +0000 (17:42 +0200)]
tpl/lang: Handle nil values in lang.Merge
Bjørn Erik Pedersen [Wed, 20 Apr 2022 15:11:27 +0000 (17:11 +0200)]
resources/page: Mark some more interface methods as internal
For the new documenttion.
Bjørn Erik Pedersen [Wed, 20 Apr 2022 15:08:01 +0000 (17:08 +0200)]
Deprecate page.Author and page.Authors
These are not documented, and they don't belong on Page. We should consider having author a first class citizen of Hugo, but as it is not it's better modelled as a taxonomy.
hugoreleaser [Mon, 18 Apr 2022 18:01:38 +0000 (18:01 +0000)]
releaser: Prepare repository for 0.98.0-DEV
[ci skip]
hugoreleaser [Mon, 18 Apr 2022 17:22:19 +0000 (17:22 +0000)]
releaser: Bump versions for release of 0.97.3
[ci skip]
hugoreleaser [Mon, 18 Apr 2022 17:22:19 +0000 (17:22 +0000)]
releaser: Add release notes for 0.97.3
[ci skip]
Bjørn Erik Pedersen [Mon, 18 Apr 2022 08:37:58 +0000 (10:37 +0200)]
Fix syncing of /static regression
As introduced in Hugo `v0.76.1`.
And add a proper test for it.
Fixes #9794
Closes #9788
Bjørn Erik Pedersen [Mon, 18 Apr 2022 08:28:54 +0000 (10:28 +0200)]
Revert "Revert "Fix PostProcess regression for hugo server""
This reverts commit
6c35a1a9eacf2aa86a11ecd31c4022ce330b2f16 .
Updates #9794
hugoreleaser [Sun, 17 Apr 2022 09:16:40 +0000 (09:16 +0000)]
releaser: Prepare repository for 0.98.0-DEV
[ci skip]
hugoreleaser [Sun, 17 Apr 2022 08:39:27 +0000 (08:39 +0000)]
releaser: Bump versions for release of 0.97.2
[ci skip]
hugoreleaser [Sun, 17 Apr 2022 08:39:27 +0000 (08:39 +0000)]
releaser: Add release notes for 0.97.2
[ci skip]
Bjørn Erik Pedersen [Sun, 17 Apr 2022 08:35:01 +0000 (10:35 +0200)]
Revert "Fix PostProcess regression for hugo server"
This reverts commit
4deb5c60661bdb1d686664f0207f45517a086f29 .
hugoreleaser [Sat, 16 Apr 2022 17:35:04 +0000 (17:35 +0000)]
releaser: Prepare repository for 0.98.0-DEV
[ci skip]
hugoreleaser [Sat, 16 Apr 2022 16:57:30 +0000 (16:57 +0000)]
releaser: Bump versions for release of 0.97.1
[ci skip]
hugoreleaser [Sat, 16 Apr 2022 16:57:30 +0000 (16:57 +0000)]
releaser: Add release notes for 0.97.1
[ci skip]
Bjørn Erik Pedersen [Sat, 16 Apr 2022 15:50:50 +0000 (17:50 +0200)]
Fix PostProcess regression for hugo server
Fixes #9788
Bjørn Erik Pedersen [Sat, 16 Apr 2022 08:40:21 +0000 (10:40 +0200)]
Fix MediaType when reading images from cache
Fixes #8931
Bjørn Erik Pedersen [Thu, 14 Apr 2022 16:30:50 +0000 (18:30 +0200)]
deps: Upgrade github.com/bep/overlayfs v0.4.0 => v0.5.0
That version implement file.Readdir/Readdirnames for n > 0.
Closes #9783
hugoreleaser [Thu, 14 Apr 2022 09:24:30 +0000 (09:24 +0000)]
releaser: Prepare repository for 0.98.0-DEV
[ci skip]
hugoreleaser [Thu, 14 Apr 2022 08:45:07 +0000 (08:45 +0000)]
releaser: Bump versions for release of 0.97.0
[ci skip]
hugoreleaser [Thu, 14 Apr 2022 08:45:07 +0000 (08:45 +0000)]
releaser: Add release notes for 0.97.0
[ci skip]
Bjørn Erik Pedersen [Thu, 14 Apr 2022 08:38:31 +0000 (10:38 +0200)]
releaser: Reduce parallelism
Bjørn Erik Pedersen [Wed, 13 Apr 2022 15:28:54 +0000 (17:28 +0200)]
Revert "build(deps): bump gocloud.dev from 0.20.0 to 0.25.0"
This reverts commit
20162518c450770ebfd54e0e987f34a5cccf236b .
Updates #9778
Bjørn Erik Pedersen [Mon, 11 Apr 2022 08:34:08 +0000 (10:34 +0200)]
resources: Add `key` to reources.GetRemote options map
If set, `key` will be used as the only cache key element for the resource.
The default behaviour is to calculate the key based on the URL and all the options.
This means that you can now do:
```
{{ $cacheKey := print $url (now.Format "2006-01-02") }}
{{ $resource := resource.GetRemote $url (dict "key" $cacheKey) }}
```
Fixes #9755
dependabot[bot] [Tue, 12 Apr 2022 11:41:34 +0000 (11:41 +0000)]
build(deps): bump github.com/evanw/esbuild from 0.14.34 to 0.14.36
Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.14.34 to 0.14.36.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.14.34...v0.14.36)
---
updated-dependencies:
- dependency-name: github.com/evanw/esbuild
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Bjørn Erik Pedersen [Sun, 10 Apr 2022 18:30:52 +0000 (20:30 +0200)]
Make string sorting (e.g. ByTitle, ByLinkTitle and ByParam) language aware
Fixes #2180
Bjørn Erik Pedersen [Mon, 11 Apr 2022 16:37:13 +0000 (18:37 +0200)]
Fix gosum checksum errors
Both of the 2 libraries in question have had known "double releases" -- same tag pushed twice with different commits.
Note that this will not resolve itself in Hugo "fully" before we do a new release (which should happen in a day or two).
Fixes #9771
dependabot[bot] [Mon, 11 Apr 2022 08:11:10 +0000 (08:11 +0000)]
build(deps): bump github.com/tdewolff/minify/v2 from 2.11.0 to 2.11.1
Bumps [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) from 2.11.0 to 2.11.1.
- [Release notes](https://github.com/tdewolff/minify/releases)
- [Commits](https://github.com/tdewolff/minify/compare/v2.11.0...v2.11.1)
---
updated-dependencies:
- dependency-name: github.com/tdewolff/minify/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Bjørn Erik Pedersen [Mon, 11 Apr 2022 09:27:07 +0000 (11:27 +0200)]
compare: Add a string sort benchmark
Bjørn Erik Pedersen [Fri, 8 Apr 2022 13:15:26 +0000 (15:15 +0200)]
Replace all usage of CopyOnWriteFs with OverlayFs
Fixes #9761
Joe Mooring [Fri, 8 Apr 2022 18:38:37 +0000 (11:38 -0700)]
deps: Update github.com/tdewolff/minify/v2 v2.10.0 => v2.11.0
Fixes #9713
Fixes #9740
Adds support for minify.tdewolff.svg.keepComments (bool)
Bjørn Erik Pedersen [Fri, 8 Apr 2022 11:32:01 +0000 (13:32 +0200)]
Squashed 'docs/' changes from
63386081c ..
4c5edacfe
4c5edacfe cSpell config update (#1700)
9df788b25 Fix broken link (hugo modules) (#1710)
9928a70d6 Fix workspace formatting (#1707)
55467e7c8 Update partials.md
9f4bd0023 Update formats.md
9b3913c86 Remove footnoteAnchorPrefix and footnoteReturnLinkContents (#1704)
94502a09b Code block render hooks are introduced in v0.93.0 (#1701)
c447270ef Update sitemap-template.md
78665c1e0 Update sitemap-template.md
60653c17d Update the caddy error docs link (#1696)
9a3675aad Update sitemap templates (#1699)
e0d08cdbb Add wpxr-to-static to list of migration tools (#1512)
b53eb5a08 Add page for deploying with rclone (#1511)
4207c57ff netlify: Hugo 0.96.0
a18d646ea docs: Regen docshelper
e3e0981ed docs: Regen CLI docs
fda988d01 Merge commit '
d276e901b36d2576ef8350ed96b17f66254eac1b '
e4a26dbca tpl/crypto: Add optional encoding arg to hmac function
git-subtree-dir: docs
git-subtree-split:
4c5edacfeebd13eb7f876723c065466cd50e0cae
Bjørn Erik Pedersen [Fri, 8 Apr 2022 11:32:01 +0000 (13:32 +0200)]
Bjørn Erik Pedersen [Fri, 8 Apr 2022 11:31:50 +0000 (13:31 +0200)]
docs: Regen CLI docs
Bjørn Erik Pedersen [Mon, 21 Mar 2022 08:35:15 +0000 (09:35 +0100)]
Rework the Destination filesystem to make --renderStaticToDisk work
See #9626
Bjørn Erik Pedersen [Mon, 14 Mar 2022 15:02:06 +0000 (16:02 +0100)]
Revert "Revert "Some minor adjustments to the new static filesystem logic""
This reverts commit
5ef8a9f32c25a9b4cc821393c58733e57a7ad234 .
Bjørn Erik Pedersen [Mon, 14 Mar 2022 15:02:04 +0000 (16:02 +0100)]
Revert "Revert "Allow rendering static files to disk and dynamic to memory in server mode""
This reverts commit
64b7b7a89753a39661219b2fcb92d7f185a03f63 .
dependabot[bot] [Thu, 7 Apr 2022 08:05:28 +0000 (08:05 +0000)]
build(deps): bump github.com/evanw/esbuild from 0.14.31 to 0.14.34
Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.14.31 to 0.14.34.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.14.31...v0.14.34)
---
updated-dependencies:
- dependency-name: github.com/evanw/esbuild
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Joe Mooring [Tue, 5 Apr 2022 17:36:08 +0000 (10:36 -0700)]
modules/client: Vendor config directory if present
Fixes #9751
Bjørn Erik Pedersen [Wed, 20 Oct 2021 08:11:48 +0000 (10:11 +0200)]
resources: Create a common ResourceFinder interface
And make both .Resources and resources implement it.
This gets us 2 new methods/functions, so you can now also do:
* .Resources.Get
* resources.ByType
Note that GetRemote is not covered by this interface, as that is only available as a global template function.
Fixes #8653
dependabot[bot] [Tue, 5 Apr 2022 14:18:51 +0000 (14:18 +0000)]
build(deps): bump gocloud.dev from 0.20.0 to 0.25.0
Bumps [gocloud.dev](https://github.com/google/go-cloud) from 0.20.0 to 0.25.0.
- [Release notes](https://github.com/google/go-cloud/releases)
- [Commits](https://github.com/google/go-cloud/compare/v0.20.0...v0.25.0)
---
updated-dependencies:
- dependency-name: gocloud.dev
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Mon, 21 Mar 2022 16:32:43 +0000 (16:32 +0000)]
build(deps): bump golang.org/x/tools from 0.1.9 to 0.1.10
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.1.9 to 0.1.10.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.1.9...v0.1.10)
---
updated-dependencies:
- dependency-name: golang.org/x/tools
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Mon, 21 Mar 2022 16:32:21 +0000 (16:32 +0000)]
build(deps): bump github.com/magefile/mage from 1.12.1 to 1.13.0
Bumps [github.com/magefile/mage](https://github.com/magefile/mage) from 1.12.1 to 1.13.0.
- [Release notes](https://github.com/magefile/mage/releases)
- [Changelog](https://github.com/magefile/mage/blob/master/.goreleaser.yml)
- [Commits](https://github.com/magefile/mage/compare/v1.12.1...v1.13.0)
---
updated-dependencies:
- dependency-name: github.com/magefile/mage
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Tue, 5 Apr 2022 11:55:34 +0000 (11:55 +0000)]
build(deps): bump github.com/gobuffalo/flect from 0.2.4 to 0.2.5
Bumps [github.com/gobuffalo/flect](https://github.com/gobuffalo/flect) from 0.2.4 to 0.2.5.
- [Release notes](https://github.com/gobuffalo/flect/releases)
- [Commits](https://github.com/gobuffalo/flect/compare/v0.2.4...v0.2.5)
---
updated-dependencies:
- dependency-name: github.com/gobuffalo/flect
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Bjørn Erik Pedersen [Tue, 5 Apr 2022 07:57:58 +0000 (09:57 +0200)]
Localize all the GroupBy*Date methods
Fixes #9745
dependabot[bot] [Tue, 5 Apr 2022 08:43:44 +0000 (08:43 +0000)]
build(deps): bump github.com/getkin/kin-openapi from 0.93.0 to 0.94.0
Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.93.0 to 0.94.0.
- [Release notes](https://github.com/getkin/kin-openapi/releases)
- [Commits](https://github.com/getkin/kin-openapi/compare/v0.93.0...v0.94.0)
---
updated-dependencies:
- dependency-name: github.com/getkin/kin-openapi
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
David Jones [Tue, 5 Apr 2022 08:42:54 +0000 (09:42 +0100)]
deploy: Set an MD5 attribute and use that if eTag not available
During Hugo deploy when a remote MD5 is invalid (e.g due to multipart eTag) Hugo reads the entire remote file and calculates the MD5 again which can be slow.
This commit updates the file upload so that it will also store an MD5 hash in the cloud provider's attributes. e.g in AWS this looks like x-amz-meta-md5chksum:
26fe392386a8123bf8956a16e08cb841 .
dependabot[bot] [Tue, 5 Apr 2022 07:42:49 +0000 (07:42 +0000)]
build(deps): bump github.com/sanity-io/litter from 1.5.2 to 1.5.4
Bumps [github.com/sanity-io/litter](https://github.com/sanity-io/litter) from 1.5.2 to 1.5.4.
- [Release notes](https://github.com/sanity-io/litter/releases)
- [Changelog](https://github.com/sanity-io/litter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sanity-io/litter/compare/v1.5.2...v1.5.4)
---
updated-dependencies:
- dependency-name: github.com/sanity-io/litter
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Mon, 4 Apr 2022 08:04:25 +0000 (08:04 +0000)]
build(deps): bump github.com/evanw/esbuild from 0.14.25 to 0.14.31
Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.14.25 to 0.14.31.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/master/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.14.25...v0.14.31)
---
updated-dependencies:
- dependency-name: github.com/evanw/esbuild
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Fri, 25 Mar 2022 10:09:19 +0000 (10:09 +0000)]
build(deps): bump github.com/frankban/quicktest from 1.14.2 to 1.14.3
Bumps [github.com/frankban/quicktest](https://github.com/frankban/quicktest) from 1.14.2 to 1.14.3.
- [Release notes](https://github.com/frankban/quicktest/releases)
- [Commits](https://github.com/frankban/quicktest/compare/v1.14.2...v1.14.3)
---
updated-dependencies:
- dependency-name: github.com/frankban/quicktest
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Cathrine Paulsen [Tue, 5 Apr 2022 07:41:24 +0000 (07:41 +0000)]
Add environment as a new filter to _cascade.target
Fixes #9612
Bjørn Erik Pedersen [Sun, 3 Apr 2022 17:57:04 +0000 (19:57 +0200)]
Merge branch 'release-0.96.0'
Further [Fri, 1 Apr 2022 08:52:39 +0000 (16:52 +0800)]
Snap: Add {system,user}-gitconfig plugs to read gitconfig (#9619)
* Add system-gitconfig plug to read /etc/gitconfig
* Add user-gitconfig plug to read user-specific gitconfig file(s)
* Add app environment setting to set $HOME as $SNAP_REAL_HOME
hugoreleaser [Sat, 26 Mar 2022 09:53:13 +0000 (09:53 +0000)]
releaser: Prepare repository for 0.97.0-DEV
[ci skip]
hugoreleaser [Sat, 26 Mar 2022 09:15:58 +0000 (09:15 +0000)]
releaser: Bump versions for release of 0.96.0
[ci skip]
hugoreleaser [Sat, 26 Mar 2022 09:15:58 +0000 (09:15 +0000)]
releaser: Add release notes for 0.96.0
[ci skip]
Bjørn Erik Pedersen [Sat, 26 Mar 2022 09:06:04 +0000 (11:06 +0200)]
docs: Regen docshelper
Bjørn Erik Pedersen [Sat, 26 Mar 2022 09:05:30 +0000 (11:05 +0200)]
docs: Regen CLI docs