Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion commodore_command.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# renovate: datasource=docker depName=projectsyn/commodore
COMMODORE_VERSION="v1.31.0"
COMMODORE_VERSION="v1.32.2"

commodore() {
LIEUTENANT_URL=$(curl http://localhost:4040/api/tunnels --silent | jq -r '.["tunnels"][0]["public_url"]')
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
// renovate: datasource=docker depName=projectsyn/lieutenant-api
* Lieutenant API: 0.12.2
// 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.

Expand Down