From 7d906a486c997acebf2ee08891f526815c72c08a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 02:01:40 +0000 Subject: [PATCH] Update dependencies --- .github/workflows/ci.yml | 2 +- commodore_command.sh | 2 +- docs/modules/ROOT/pages/index.adoc | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29640d1..9e33fc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: check-commands: runs-on: ubuntu-latest steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 + - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5 - run: ./0_requirements.sh || true diff --git a/commodore_command.sh b/commodore_command.sh index 2cecd43..c37f3a0 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.34.1" 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..550b068 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.34.1 // 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.12.0 Project Syn is moving fast, and we will update this tutorial accordingly as new features and capabilities are made available by the development team.