commit 09f99a0b88cc7a93c7d0a72baf04058a6bb36761 parent 4c3f43a8fdd128de4ee6219f051ae596f54615b9 Author: Florian Dold <florian@dold.me> Date: Thu, 30 Oct 2025 15:48:25 +0100 bump component versions Diffstat:
| M | buildconfig/challenger.tag | | | 2 | +- |
| M | buildconfig/donau.tag | | | 3 | ++- |
| M | buildconfig/exchange.tag | | | 2 | +- |
| M | buildconfig/libeufin.tag | | | 3 | ++- |
| M | buildconfig/merchant-demos.tag | | | 2 | +- |
| M | buildconfig/merchant.tag | | | 3 | ++- |
| M | buildconfig/wallet.tag | | | 3 | ++- |
| M | scripts/demo/setup-sandcastle.sh | | | 3 | --- |
8 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/buildconfig/challenger.tag b/buildconfig/challenger.tag @@ -1 +1 @@ -v1.0.4 +v1.1.0 diff --git a/buildconfig/donau.tag b/buildconfig/donau.tag @@ -1 +1 @@ -v1.0.3-dev.2 +v1.1.0 +\ No newline at end of file diff --git a/buildconfig/exchange.tag b/buildconfig/exchange.tag @@ -1 +1 @@ -v1.1.3-dev.1 +v1.1.4 diff --git a/buildconfig/libeufin.tag b/buildconfig/libeufin.tag @@ -1 +1 @@ -v1.1.1-dev.1 +v1.1.1 +\ No newline at end of file diff --git a/buildconfig/merchant-demos.tag b/buildconfig/merchant-demos.tag @@ -1 +1 @@ -v1.1.0-dev.2 +v1.1.0 diff --git a/buildconfig/merchant.tag b/buildconfig/merchant.tag @@ -1 +1 @@ -v1.1.3-dev.1 +v1.1.3 +\ No newline at end of file diff --git a/buildconfig/wallet.tag b/buildconfig/wallet.tag @@ -1 +1 @@ -v1.0.37 +v1.1.0 +\ No newline at end of file diff --git a/scripts/demo/setup-sandcastle.sh b/scripts/demo/setup-sandcastle.sh @@ -87,9 +87,6 @@ DONATIONS_DOMAIN=donations.$MYDOMAIN CHALLENGER_DOMAIN=challenger.$MYDOMAIN AUDITOR_DOMAIN=auditor.$MYDOMAIN -# Prefix for URL to the provisioning service, without "/" -PROVISION_PREFIX=provision - # Ports of the services running inside the container. # Should be synchronized with the sandcastle-run script. PORT_INTERNAL_EXCHANGE=8201