From c0e8b7f6b7de75cb7877d500d48ac190fa9d711f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 10:29:05 +0000 Subject: [PATCH] Update dependencies --- commodore_command.sh | 2 +- docs/modules/ROOT/pages/index.adoc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/commodore_command.sh b/commodore_command.sh index 2cecd43..8e019f2 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.31.0" +COMMODORE_VERSION="v1.32.3" 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 d64a878..368811a 100644 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -13,11 +13,11 @@ 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.31.0 +* Commodore: 1.32.3 // renovate: datasource=docker depName=projectsyn/lieutenant-api -* Lieutenant API: 0.12.2 +* Lieutenant API: 0.13.0 // renovate: datasource=docker depName=projectsyn/lieutenant-operator -* Lieutenant Operator: 1.11.11 +* Lieutenant Operator: 1.11.12 Project Syn is moving fast, and we will update this tutorial accordingly as new features and capabilities are made available by the development team.