hugo:feat/awsv2

Last commit made on 2024-01-31
Get this branch:
git clone -b feat/awsv2 https://git.launchpad.net/hugo

Branch merges

Branch information

Name:
feat/awsv2
Repository:
lp:hugo

Recent commits

e5b9ff3... by Bjørn Erik Pedersen

deploy: Fix CloudFront invalidation with AWS SDK2

39f114b... by Bjørn Erik Pedersen

deps: Update gocloud.dev/aws

57b9452... by Franky W <email address hidden>

Upgrade to deploy to use AWS SDK V2

6c3b6ba... by Bjørn Erik Pedersen

Improve error message when attempting to paginate from a single page template

Fixes #11953

4d98b0e... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

build(deps): bump github.com/aws/aws-sdk-go from 1.48.6 to 1.50.7

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.48.6 to 1.50.7.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.48.6...v1.50.7)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <email address hidden>

15b9976... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

build(deps): bump golang.org/x/image from 0.14.0 to 0.15.0

Bumps [golang.org/x/image](https://github.com/golang/image) from 0.14.0 to 0.15.0.
- [Commits](https://github.com/golang/image/compare/v0.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <email address hidden>

34d63c8... by Bjørn Erik Pedersen

Fix build error

5161544... by Bjørn Erik Pedersen

docs: Make null booleans falsy in the docs helper

bd66d30... by Bjørn Erik Pedersen

Filter out duplicate content resource files

We do a slight normalisation of the content paths (lower case, replacing " " with "-") and remove andy language identifier before inserting them into the content tree.

This means that, given that that the default content language is `en`:

```
index.md
index.html
Foo Bar.txt
foo-bar.txt
foo-bar.en.txt
Foo-Bar.txt
```

The bundle above will be reduced to one content file with one resource (`foo-bar.txt`).

Before this commit, what version of the `foo-bar.txt` you ended up with was undeterministic. No we pick the first determined by sort order.

Note that the sort order is stable, but we recommend avoiding situations like the above.

Closes #11946

7caa5b3... by Bjørn Erik Pedersen

docs: Regen docs helper