Skip to content

Commit

Permalink
update to upstream 1.13.5 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
elvece authored Aug 20, 2024
1 parent 09bc12c commit edef432
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 2 additions & 4 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion scripts/procedures/migrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ export const migration: T.ExpectedExports.migration = async (effects, version, .
),
},
},
"1.13.3",
"1.13.5",
)(effects, version, ...args)
}

0 comments on commit edef432

Please sign in to comment.