From c75fc254918dbd40ba45daf530bfe5f4e358f8db Mon Sep 17 00:00:00 2001 From: James Greenhill Date: Thu, 30 Jul 2026 12:06:03 +0100 Subject: [PATCH] chore: bump DUCKLAKE_EXTENSION_TAG to v1.0-posthog.7 Picks up the commit-loop instrumentation (ducklake_commit_stats(), PostHog/ducklake#35) and the upstream v1.5-variegata sync incl. the partition-id remap fix on commit retries (PostHog/ducklake#36). With this tag deployed, the worker-side poller shipped in #1012 activates and duckgres_worker_ducklake_commit_* metrics start flowing. Co-Authored-By: Claude Fable 5 --- Dockerfile | 2 +- Dockerfile.worker | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 61093aa2..528bf6f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN go mod download ARG TARGETARCH ARG DUCKDB_EXTENSION_VERSION=1.5.3 ARG HTTPFS_EXTENSION_TAG=v1.5.3-cred-refresh-write-retry -ARG DUCKLAKE_EXTENSION_TAG=v1.0-posthog.6 +ARG DUCKLAKE_EXTENSION_TAG=v1.0-posthog.7 ARG DUCKDB_EXTENSION_REPOSITORY=https://extensions.duckdb.org # Repository for postgres_scanner specifically. Defaults to the stable # extensions repo, overridable per-row in CI (e.g. legacy DuckDB versions diff --git a/Dockerfile.worker b/Dockerfile.worker index 462cd03a..57577fa8 100644 --- a/Dockerfile.worker +++ b/Dockerfile.worker @@ -52,7 +52,7 @@ RUN go mod download # ran after the source COPY + build, so they re-fetched on every edit.) ARG DUCKDB_EXTENSION_VERSION=1.5.3 ARG HTTPFS_EXTENSION_TAG=v1.5.3-cred-refresh-write-retry -ARG DUCKLAKE_EXTENSION_TAG=v1.0-posthog.6 +ARG DUCKLAKE_EXTENSION_TAG=v1.0-posthog.7 ARG DUCKDB_EXTENSION_REPOSITORY=https://extensions.duckdb.org # Repository for postgres_scanner specifically. Defaults to the stable # extensions repo, overridable per-row in CI (e.g. legacy DuckDB versions