From fb0b369dd1cb8413dd9861ec08042dffb1d70f43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 10:36:22 +0000 Subject: [PATCH] chore(deps): update tdengine to v3.4.1.0 (localApps) (#4809) --- .../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.4.0.14-EnterpriseEdition => 3.4.1.0-CommunityEdition}/data.yml (100%) rename apps/tdengine/{3.4.0.9-CommunityEdition => 3.4.1.0-CommunityEdition}/docker-compose.yml (91%) rename apps/tdengine/{3.4.0.9-CommunityEdition => 3.4.1.0-EnterpriseEdition}/data.yml (100%) rename apps/tdengine/{3.4.0.14-EnterpriseEdition => 3.4.1.0-EnterpriseEdition}/docker-compose.yml (90%) diff --git a/apps/tdengine/3.4.0.14-EnterpriseEdition/data.yml b/apps/tdengine/3.4.1.0-CommunityEdition/data.yml similarity index 100% rename from apps/tdengine/3.4.0.14-EnterpriseEdition/data.yml rename to apps/tdengine/3.4.1.0-CommunityEdition/data.yml diff --git a/apps/tdengine/3.4.0.9-CommunityEdition/docker-compose.yml b/apps/tdengine/3.4.1.0-CommunityEdition/docker-compose.yml similarity index 91% rename from apps/tdengine/3.4.0.9-CommunityEdition/docker-compose.yml rename to apps/tdengine/3.4.1.0-CommunityEdition/docker-compose.yml index 37ced353b..57fdb34b6 100644 --- a/apps/tdengine/3.4.0.9-CommunityEdition/docker-compose.yml +++ b/apps/tdengine/3.4.1.0-CommunityEdition/docker-compose.yml @@ -1,7 +1,7 @@ services: tdengine: container_name: ${CONTAINER_NAME} - image: tdengine/tsdb:3.4.0.9 + image: tdengine/tsdb:3.4.1.0 hostname: tdengine-server volumes: - ./data:/var/lib/taos diff --git a/apps/tdengine/3.4.0.9-CommunityEdition/data.yml b/apps/tdengine/3.4.1.0-EnterpriseEdition/data.yml similarity index 100% rename from apps/tdengine/3.4.0.9-CommunityEdition/data.yml rename to apps/tdengine/3.4.1.0-EnterpriseEdition/data.yml diff --git a/apps/tdengine/3.4.0.14-EnterpriseEdition/docker-compose.yml b/apps/tdengine/3.4.1.0-EnterpriseEdition/docker-compose.yml similarity index 90% rename from apps/tdengine/3.4.0.14-EnterpriseEdition/docker-compose.yml rename to apps/tdengine/3.4.1.0-EnterpriseEdition/docker-compose.yml index bb2e7a817..903d078d5 100644 --- a/apps/tdengine/3.4.0.14-EnterpriseEdition/docker-compose.yml +++ b/apps/tdengine/3.4.1.0-EnterpriseEdition/docker-compose.yml @@ -1,7 +1,7 @@ services: tdengine: container_name: ${CONTAINER_NAME} - image: tdengine/tsdb-ee:3.4.0.14 + image: tdengine/tsdb-ee:3.4.1.0 hostname: tdengine-server volumes: - ./data:/var/lib/taos