From cec372d5f6789f1f8d6b6b38f553ee75741a2738 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 13:02:58 +0000 Subject: [PATCH] chore(deps): update tdengine to v3.4.0.0 (#3283) --- .../data.yml | 0 .../docker-compose.yml | 2 +- .../data.yml | 0 .../docker-compose.yml | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename apps/tdengine/{3.3.8.10-EnterpriseEdition => 3.4.0.0-CommunityEdition}/data.yml (100%) rename apps/tdengine/{3.3.8.8-CommunityEdition => 3.4.0.0-CommunityEdition}/docker-compose.yml (91%) rename apps/tdengine/{3.3.8.8-CommunityEdition => 3.4.0.0-EnterpriseEdition}/data.yml (100%) rename apps/tdengine/{3.3.8.10-EnterpriseEdition => 3.4.0.0-EnterpriseEdition}/docker-compose.yml (90%) diff --git a/apps/tdengine/3.3.8.10-EnterpriseEdition/data.yml b/apps/tdengine/3.4.0.0-CommunityEdition/data.yml similarity index 100% rename from apps/tdengine/3.3.8.10-EnterpriseEdition/data.yml rename to apps/tdengine/3.4.0.0-CommunityEdition/data.yml diff --git a/apps/tdengine/3.3.8.8-CommunityEdition/docker-compose.yml b/apps/tdengine/3.4.0.0-CommunityEdition/docker-compose.yml similarity index 91% rename from apps/tdengine/3.3.8.8-CommunityEdition/docker-compose.yml rename to apps/tdengine/3.4.0.0-CommunityEdition/docker-compose.yml index 4ba8870b0..5d34500d2 100644 --- a/apps/tdengine/3.3.8.8-CommunityEdition/docker-compose.yml +++ b/apps/tdengine/3.4.0.0-CommunityEdition/docker-compose.yml @@ -1,7 +1,7 @@ services: tdengine: container_name: ${CONTAINER_NAME} - image: tdengine/tsdb:3.3.8.8 + image: tdengine/tsdb:3.4.0.0 hostname: tdengine-server volumes: - ./data:/var/lib/taos diff --git a/apps/tdengine/3.3.8.8-CommunityEdition/data.yml b/apps/tdengine/3.4.0.0-EnterpriseEdition/data.yml similarity index 100% rename from apps/tdengine/3.3.8.8-CommunityEdition/data.yml rename to apps/tdengine/3.4.0.0-EnterpriseEdition/data.yml diff --git a/apps/tdengine/3.3.8.10-EnterpriseEdition/docker-compose.yml b/apps/tdengine/3.4.0.0-EnterpriseEdition/docker-compose.yml similarity index 90% rename from apps/tdengine/3.3.8.10-EnterpriseEdition/docker-compose.yml rename to apps/tdengine/3.4.0.0-EnterpriseEdition/docker-compose.yml index 2b52feebf..494bd819e 100644 --- a/apps/tdengine/3.3.8.10-EnterpriseEdition/docker-compose.yml +++ b/apps/tdengine/3.4.0.0-EnterpriseEdition/docker-compose.yml @@ -1,7 +1,7 @@ services: tdengine: container_name: ${CONTAINER_NAME} - image: tdengine/tsdb-ee:3.3.8.10 + image: tdengine/tsdb-ee:3.4.0.0 hostname: tdengine-server volumes: - ./data:/var/lib/taos