You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
6
6
7
7
## [Unreleased]
8
8
9
+
### Fixed
10
+
11
+
- Fix HTML validation to allow apostrophes in invitation messages while maintaining security against XSS attacks [#930](https://github.com/stellar/stellar-disbursement-platform-backend/pull/930)
- Add organization level MFA and ReCAPTCHA settings [#861](https://github.com/stellar/stellar-disbursement-platform-backend/pull/861)
17
23
- Add trustlines for distribution account when provisioning tenant [#891](https://github.com/stellar/stellar-disbursement-platform-backend/pull/891)
18
-
- Add support contract account disbursements [#922](https://github.com/stellar/stellar-disbursement-platform-backend/pull/922)
24
+
- Add support for contract account disbursements [#922](https://github.com/stellar/stellar-disbursement-platform-backend/pull/922)
19
25
- Add contract account support for direct payments [#924](https://github.com/stellar/stellar-disbursement-platform-backend/pull/924)
20
26
- Add support for contract addresses for PATCH receiver [#925](https://github.com/stellar/stellar-disbursement-platform-backend/pull/925)
21
27
- Mark tx failures due to archived entries as error [#926](https://github.com/stellar/stellar-disbursement-platform-backend/pull/926)
@@ -24,6 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
24
30
- Decommissioned Event Broker Kafka support in favor of Scheduler for background jobs. [#914](https://github.com/stellar/stellar-disbursement-platform-backend/pull/914)
25
31
- Allow configuring `resources` limits and requests for services in the Helm charts [#904](https://github.com/stellar/stellar-disbursement-platform-backend/pull/904)
26
32
- Enable short linking by default [#916](https://github.com/stellar/stellar-disbursement-platform-backend/pull/916)
33
+
- Make POST /wallets and PATCH /wallets permissions consistent [#909](https://github.com/stellar/stellar-disbursement-platform-backend/pull/909)
Copy file name to clipboardExpand all lines: helmchart/sdp/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,7 +196,7 @@ Configuration parameters for the SDP Core Service which is the core backend serv
196
196
|`sdp.image`| Configuration related to the Docker image used by the SDP service. ||
197
197
|`sdp.image.repository`| Docker image repository for the SDP backend service. |`stellar/stellar-disbursement-platform-backend`|
198
198
|`sdp.image.pullPolicy`| Image pull policy for the SDP service. For locally built images, consider using "Never" or "IfNotPresent". |`Always`|
199
-
|`sdp.image.tag`| Docker image tag for the SDP service. If set, this overrides the default value from `.Chart.AppVersion`. |`4.1.0`|
199
+
|`sdp.image.tag`| Docker image tag for the SDP service. If set, this overrides the default value from `.Chart.AppVersion`. |`5.0.0`|
200
200
|`sdp.deployment`| Configuration related to the deployment of the SDP service. ||
201
201
|`sdp.deployment.annotations`| Annotations to be added to the deployment. |`nil`|
202
202
|`sdp.deployment.podAnnotations`| Annotations specific to the pods. |`{}`|
@@ -327,7 +327,7 @@ Configuration parameters for the Dashboard. This is the user interface administr
327
327
|`dashboard.route.mtnDomain`| Public domain/address of the multi-tenant Dashboard. This is a wild-card domain used for multi-tenant setups e.g. "*.sdp-dashboard.localhost.com". |`nil`|
328
328
|`dashboard.route.port`| Primary port on which the Dashboard listens. |`80`|
329
329
|`dashboard.image`| Configuration related to the Docker image used by the Dashboard. ||
330
-
|`dashboard.image.fullName`| Full name of the Docker image. |`stellar/stellar-disbursement-platform-frontend:4.1.0`|
330
+
|`dashboard.image.fullName`| Full name of the Docker image. |`stellar/stellar-disbursement-platform-frontend:5.0.0`|
331
331
|`dashboard.image.pullPolicy`| Image pull policy for the dashboard. For locally built images, consider using "Never" or "IfNotPresent". |`Always`|
332
332
|`dashboard.deployment`| Configuration related to the deployment of the Dashboard. ||
333
333
|`dashboard.deployment.annotations`| Annotations to be added to the deployment. |`{}`|
0 commit comments