This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch release-2.1
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-2.1 by this push:
new 98dce2f01e0 [FLINK-38945][docs] Bump Hugo to v0.124.1 to fix ref
resolution for connector docs
98dce2f01e0 is described below
commit 98dce2f01e093f8aca5b8094506fbc52e7861169
Author: Martijn Visser <[email protected]>
AuthorDate: Tue Feb 10 11:52:03 2026 +0100
[FLINK-38945][docs] Bump Hugo to v0.124.1 to fix ref resolution for
connector docs
(cherry picked from commit 280e8894491f41c303476caa26aacce066d39c30)
---
docs/setup_hugo.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/setup_hugo.sh b/docs/setup_hugo.sh
index f56b7994482..b9eb37b8368 100755
--- a/docs/setup_hugo.sh
+++ b/docs/setup_hugo.sh
@@ -25,12 +25,12 @@ OS="Linux"
# Setup Hugo based on OS
if [ "$OS" = "Mac" ]; then
- HUGO_ARTIFACT="hugo_extended_0.110.0_darwin-universal.tar.gz"
+ HUGO_ARTIFACT="hugo_extended_0.124.1_darwin-universal.tar.gz"
else
- HUGO_ARTIFACT="hugo_extended_0.110.0_Linux-64bit.tar.gz"
+ HUGO_ARTIFACT="hugo_extended_0.124.1_Linux-64bit.tar.gz"
fi
-HUGO_REPO="https://github.com/gohugoio/hugo/releases/download/v0.110.0/${HUGO_ARTIFACT}"
+HUGO_REPO="https://github.com/gohugoio/hugo/releases/download/v0.124.1/${HUGO_ARTIFACT}"
if ! curl --fail -OL $HUGO_REPO ; then
echo "Failed to download Hugo binary"
exit 1