diff --git a/build/build-image/Dockerfile b/build/build-image/Dockerfile index abfa6af1fc..8b14fd767b 100644 --- a/build/build-image/Dockerfile +++ b/build/build-image/Dockerfile @@ -97,7 +97,7 @@ RUN go install github.com/extism/cli/extism@v1.6.3 # \_/\_/ \___|_.__/|___/_|\__\___| # -ENV HUGO_VER=0.152.2 +ENV HUGO_VER=0.157.0 RUN ARCH=$(dpkg --print-architecture) && \ mkdir /tmp/hugo && \ wget -q -O /tmp/hugo/hugo.tar.gz https://github.com/gohugoio/hugo/releases/download/v${HUGO_VER}/hugo_extended_${HUGO_VER}_linux-${ARCH}.tar.gz && \ diff --git a/sdks/python/agones/_generated/__init__.py b/sdks/python/agones/_generated/__init__.py index e69de29bb2..8b13789179 100644 --- a/sdks/python/agones/_generated/__init__.py +++ b/sdks/python/agones/_generated/__init__.py @@ -0,0 +1 @@ + diff --git a/sdks/python/agones/_generated/alpha/__init__.py b/sdks/python/agones/_generated/alpha/__init__.py index e69de29bb2..8b13789179 100644 --- a/sdks/python/agones/_generated/alpha/__init__.py +++ b/sdks/python/agones/_generated/alpha/__init__.py @@ -0,0 +1 @@ + diff --git a/sdks/python/agones/_generated/alpha/alpha_pb2.py b/sdks/python/agones/_generated/alpha/alpha_pb2.py index ca00f3ddb8..1542029ec6 100644 --- a/sdks/python/agones/_generated/alpha/alpha_pb2.py +++ b/sdks/python/agones/_generated/alpha/alpha_pb2.py @@ -60,4 +60,4 @@ _globals['_PLAYERIDLIST']._serialized_end=150 _globals['_SDK']._serialized_start=153 _globals['_SDK']._serialized_end=732 -# @@protoc_insertion_point(module_scope) \ No newline at end of file +# @@protoc_insertion_point(module_scope) diff --git a/sdks/python/agones/_generated/alpha/alpha_pb2_grpc.py b/sdks/python/agones/_generated/alpha/alpha_pb2_grpc.py index d68b210246..d0ca54fd0a 100644 --- a/sdks/python/agones/_generated/alpha/alpha_pb2_grpc.py +++ b/sdks/python/agones/_generated/alpha/alpha_pb2_grpc.py @@ -417,4 +417,4 @@ def GetConnectedPlayers(request, wait_for_ready, timeout, metadata, - _registered_method=True) \ No newline at end of file + _registered_method=True) diff --git a/sdks/python/agones/_generated/beta/__init__.py b/sdks/python/agones/_generated/beta/__init__.py index e69de29bb2..8b13789179 100644 --- a/sdks/python/agones/_generated/beta/__init__.py +++ b/sdks/python/agones/_generated/beta/__init__.py @@ -0,0 +1 @@ + diff --git a/sdks/python/agones/_generated/beta/beta_pb2.py b/sdks/python/agones/_generated/beta/beta_pb2.py index b82a0a4e8e..064f033c08 100644 --- a/sdks/python/agones/_generated/beta/beta_pb2.py +++ b/sdks/python/agones/_generated/beta/beta_pb2.py @@ -73,4 +73,4 @@ _globals['_REMOVELISTVALUEREQUEST']._serialized_end=782 _globals['_SDK']._serialized_start=785 _globals['_SDK']._serialized_end=1308 -# @@protoc_insertion_point(module_scope) \ No newline at end of file +# @@protoc_insertion_point(module_scope) diff --git a/sdks/python/agones/_generated/beta/beta_pb2_grpc.py b/sdks/python/agones/_generated/beta/beta_pb2_grpc.py index 1ba82fa23e..bc4fd88872 100644 --- a/sdks/python/agones/_generated/beta/beta_pb2_grpc.py +++ b/sdks/python/agones/_generated/beta/beta_pb2_grpc.py @@ -343,4 +343,4 @@ def RemoveListValue(request, wait_for_ready, timeout, metadata, - _registered_method=True) \ No newline at end of file + _registered_method=True) diff --git a/sdks/python/agones/_generated/sdk_pb2.py b/sdks/python/agones/_generated/sdk_pb2.py index d2ffb8618f..606937184c 100644 --- a/sdks/python/agones/_generated/sdk_pb2.py +++ b/sdks/python/agones/_generated/sdk_pb2.py @@ -92,4 +92,4 @@ _globals['_GAMESERVER_STATUS_LISTSENTRY']._serialized_end=1640 _globals['_SDK']._serialized_start=1643 _globals['_SDK']._serialized_end=2222 -# @@protoc_insertion_point(module_scope) \ No newline at end of file +# @@protoc_insertion_point(module_scope) diff --git a/sdks/python/agones/_generated/sdk_pb2_grpc.py b/sdks/python/agones/_generated/sdk_pb2_grpc.py index f78d6c1433..c3952519ba 100644 --- a/sdks/python/agones/_generated/sdk_pb2_grpc.py +++ b/sdks/python/agones/_generated/sdk_pb2_grpc.py @@ -466,4 +466,4 @@ def Reserve(request, wait_for_ready, timeout, metadata, - _registered_method=True) \ No newline at end of file + _registered_method=True) diff --git a/site/go.mod b/site/go.mod index 3011ff523a..7517c56f73 100644 --- a/site/go.mod +++ b/site/go.mod @@ -5,6 +5,6 @@ go 1.26 require gopkg.in/yaml.v2 v2.4.0 require ( - github.com/google/docsy v0.14.3 // indirect + github.com/google/docsy v0.15.0 // indirect github.com/google/docsy/dependencies v0.7.2 // indirect ) diff --git a/site/go.sum b/site/go.sum index b52f802825..48ee1ec014 100644 --- a/site/go.sum +++ b/site/go.sum @@ -1,7 +1,7 @@ github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo= github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo= -github.com/google/docsy v0.14.3 h1:4uFgPWTPj4NT79IboVkXGi49LLQadLVfU4WNOfD/s74= -github.com/google/docsy v0.14.3/go.mod h1:1Fj1W1O3esZh7IBQ8XAYtxtg10udBXuGI89+LUQc1AU= +github.com/google/docsy v0.15.0 h1:MNJ1nrE2ZuweXlUNaegTo/UbSKZJu+WMczahfZaxosI= +github.com/google/docsy v0.15.0/go.mod h1:1Fj1W1O3esZh7IBQ8XAYtxtg10udBXuGI89+LUQc1AU= github.com/google/docsy/dependencies v0.7.2 h1:+t5ufoADQAj4XneFphz4A+UU0ICAxmNaRHVWtMYXPSI= github.com/google/docsy/dependencies v0.7.2/go.mod h1:gihhs5gmgeO+wuoay4FwOzob+jYJVyQbNaQOh788lD4= github.com/twbs/bootstrap v5.2.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=