hugo:release-0.115.2

Last commit made on 2023-07-08
Get this branch:
git clone -b release-0.115.2 https://git.launchpad.net/hugo

Branch merges

Branch information

Name:
release-0.115.2
Repository:
lp:hugo

Recent commits

91b0209... by hugoreleaser <email address hidden>

releaser: Prepare repository for 0.116.0-DEV

[ci skip]

8966424... by hugoreleaser <email address hidden>

releaser: Bump versions for release of 0.115.2

[ci skip]

7251096... by Joe Mooring <email address hidden>

snap: Allow access to AWS, Azure, and GCS config/credentials

Fixes #11122

70c5e48... by Joe Mooring <email address hidden>

snap: Update metadata and security.exec.osEnv

See #11217

a78b17d... by Bjørn Erik Pedersen

Make imageConfig work with modules

Fixes #11205

a481942... by Bjørn Erik Pedersen

Restore language.disabled config

Fixes #11219

0f921ac... by Bjørn Erik Pedersen

Fix hugo mod vendor for modules with hugo.toml

Fixes #11221

6019953... by Bjørn Erik Pedersen

Fix static content files multilingual root regression

Fixes #11223

92e8670... by Bjørn Erik Pedersen

Fix defaultContentLanguageInSubdir with only 1 language

Fixes #10064

6c9ea02... by David Karlsson <email address hidden>

config: Expand default security.exec.osEnv policy

To better support private Hugo modules and automatically
launching a text editor on content creation, this change
adds the following environment variables to the default
security policy:

- HOME
- XDG_CONFIG_HOME
- USERPROFILE
- SSH_AUTH_SOCK
- DISPLAY
- LANG

Fixes #9333