From 5379581514604695665d6a1efea106ed9efae1b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 03:00:20 +0000 Subject: [PATCH] Update projectsyn/commodore Docker tag to v1.29.2 --- commodore_command.sh | 2 +- docs/modules/ROOT/pages/index.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commodore_command.sh b/commodore_command.sh index 4276ed7..17c0a9e 100755 --- a/commodore_command.sh +++ b/commodore_command.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # renovate: datasource=docker depName=projectsyn/commodore -COMMODORE_VERSION="v1.29.0" +COMMODORE_VERSION="v1.29.2" commodore() { LIEUTENANT_URL=$(curl http://localhost:4040/api/tunnels --silent | jq -r '.["tunnels"][0]["public_url"]') diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index 3bf6a92..e49f3ab 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -13,7 +13,7 @@ There are many https://github.com/topics/commodore-component[Commodore Component This tutorial has been prepared with the following versions of Syn components in mind: // renovate: datasource=docker depName=projectsyn/commodore -* Commodore: 1.29.0 +* Commodore: 1.29.2 // renovate: datasource=docker depName=projectsyn/lieutenant-api * Lieutenant API: 0.12.2 // renovate: datasource=docker depName=projectsyn/lieutenant-operator