From edef432c517bd4aabd5864418089279a3fc3abcd Mon Sep 17 00:00:00 2001 From: Lucy <12953208+elvece@users.noreply.github.com> Date: Tue, 20 Aug 2024 17:57:26 -0400 Subject: [PATCH] update to upstream 1.13.5 (#68) --- Dockerfile | 2 +- manifest.yaml | 6 ++---- scripts/procedures/migrations.ts | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9de1af4..fd009f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN dotnet restore "utils/actions/actions.csproj" -a $TARGETARCH WORKDIR "/actions" RUN dotnet build "utils/actions/actions.csproj" -c Release -a $TARGETARCH -o /actions/build -FROM btcpayserver/btcpayserver:1.13.3 +FROM btcpayserver/btcpayserver:1.13.5 COPY --from=nbx-builder "/app" /nbxplorer COPY --from=actions-builder "/actions/build" /actions diff --git a/manifest.yaml b/manifest.yaml index d030f97..4aa2125 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -1,10 +1,8 @@ id: btcpayserver title: BTCPay Server -version: 1.13.3 +version: 1.13.5 release-notes: | - * Updates to the upstream release of [v1.13.3](https://github.com/btcpayserver/btcpayserver/releases/tag/v1.13.3), which adds several new features from [v1.13.2](https://github.com/btcpayserver/btcpayserver/releases/tag/v1.13.2) as well as bug fixes and improvements. - * Updates NBXplorer to latest v2.5.5 - * Bumps version bounds for LND + * Updates to the upstream release of [v1.13.5](https://github.com/btcpayserver/btcpayserver/releases/tag/v1.13.5), which adds several improvements from [v1.13.4](https://github.com/btcpayserver/btcpayserver/releases/tag/v1.13.4) as well as bug fixes. license: mit wrapper-repo: "https://github.com/Start9Labs/btcpayserver-wrapper" upstream-repo: "https://github.com/btcpayserver/btcpayserver" diff --git a/scripts/procedures/migrations.ts b/scripts/procedures/migrations.ts index a9d9664..5e335a9 100644 --- a/scripts/procedures/migrations.ts +++ b/scripts/procedures/migrations.ts @@ -48,6 +48,6 @@ export const migration: T.ExpectedExports.migration = async (effects, version, . ), }, }, - "1.13.3", + "1.13.5", )(effects, version, ...args) } \ No newline at end of file