From 6d6bd4f3cab84103aa139a7db92374ee09f53506 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 1 Aug 2020 20:26:42 +0200 Subject: [PATCH] update to Hugo v0.74.3 --- .drone.jsonnet | 4 ++-- .drone.yml | 6 +++--- CHANGELOG.md | 5 ++--- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index 9a692a4..dbc5572 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -266,7 +266,7 @@ local PipelineDocs = { }, { name: 'testbuild', - image: 'klakegg/hugo:0.72.0-ext-alpine', + image: 'klakegg/hugo:0.74.3-ext-alpine', commands: [ 'hugo-official -s docs/ -b http://localhost/', ], @@ -283,7 +283,7 @@ local PipelineDocs = { }, { name: 'build', - image: 'klakegg/hugo:0.72.0-ext-alpine', + image: 'klakegg/hugo:0.74.3-ext-alpine', commands: [ 'hugo-official -s docs/', ], diff --git a/.drone.yml b/.drone.yml index 2b46c19..56ac634 100644 --- a/.drone.yml +++ b/.drone.yml @@ -386,7 +386,7 @@ steps: NPM_CONFIG_LOGLEVEL: error - name: testbuild - image: klakegg/hugo:0.72.0-ext-alpine + image: klakegg/hugo:0.74.3-ext-alpine commands: - hugo-official -s docs/ -b http://localhost/ @@ -398,7 +398,7 @@ steps: LINK_VALIDATOR_BASE_DIR: docs/public - name: build - image: klakegg/hugo:0.72.0-ext-alpine + image: klakegg/hugo:0.74.3-ext-alpine commands: - hugo-official -s docs/ @@ -495,6 +495,6 @@ depends_on: --- kind: signature -hmac: 968f0d1f0676d8fab71d93009c40e0cb29edda9db6bfe9436200018279d509af +hmac: 759a975b796218d54d4e86f436810ec120bd53a5fa0abadf774467a35039bcd9 ... diff --git a/CHANGELOG.md b/CHANGELOG.md index 7552ac8..473c47f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,2 @@ -- ENHANCEMENT - - add custom modules auto-detection - - allow different naming for the directory based config file `.later|.later.yml|.later.yaml` +- INTERNAL + - upgrade CI pipeline to use Hugo v0.74.3