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
- Remove case insensitivity from asset code comparisons [#967](https://github.com/stellar/stellar-disbursement-platform-backend/pull/967)
12
+
- Decommission Anchor Platform and add support for SEP-10 and SEP-24 endpoints in the SDP [#834](https://github.com/stellar/stellar-disbursement-platform-backend/pull/834)
13
+
- Add SEP10 /auth endpoints
14
+
- Add SEP24 /info endpoints
15
+
- Add SEP24 interactive deposit endpoint
16
+
- Remove Anchor Platform integration from the SDP and deprecate related env variables.
8
17
9
18
### Added
10
19
11
20
- Add Launch Wizard through `make setup` command to simplify initial setup and mainnet configuration for docker compose [#875](https://github.com/stellar/stellar-disbursement-platform-backend/pull/875)
12
21
- Add `--env-file` command line argument to support multiple environment file contexts [#963](https://github.com/stellar/stellar-disbursement-platform-backend/pull/963)
13
22
- Add HTTPS mode to setup wizard [#957](https://github.com/stellar/stellar-disbursement-platform-backend/pull/957)
14
-
- Support for SEP-10 and SEP-24 endpoints in the SDP [#834](https://github.com/stellar/stellar-disbursement-platform-backend/pull/834)
15
-
- Add SEP10 /auth endpoints
16
-
- Add SEP24 /info endpoints
17
-
- Add SEP24 interactive deposit endpoint
18
-
- Remove Anchor Platform integration from the SDP and deprecate related env variables.
19
23
- Add configurable database connection pool settings to prevent idle connection buildup in multi-tenant deployments [#932](https://github.com/stellar/stellar-disbursement-platform-backend/pull/932)
20
24
21
25
### Changed
22
26
23
27
- Default Max Open Connections per pool changed from 30 to 20 to prevent idle connection buildup in multi-tenant deployments [#932](https://github.com/stellar/stellar-disbursement-platform-backend/pull/932)
24
28
- Make docker compose environment variables configurable via `.env` file and add documentation [#953](https://github.com/stellar/stellar-disbursement-platform-backend/pull/953)
25
29
- Update Stellar Go SDK dependency from `github.com/stellar/go` to `github.com/stellar/go-stellar-sdk`[#956](https://github.com/stellar/stellar-disbursement-platform-backend/pull/956)
26
-
- Remove case insensitivity from asset code comparisons [#967](https://github.com/stellar/stellar-disbursement-platform-backend/pull/967)
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`. |`5.0.0`|
199
+
|`sdp.image.tag`| Docker image tag for the SDP service. If set, this overrides the default value from `.Chart.AppVersion`. |`6.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. |`{}`|
@@ -335,7 +335,7 @@ Configuration parameters for the Dashboard. This is the user interface administr
335
335
|`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`|
336
336
|`dashboard.route.port`| Primary port on which the Dashboard listens. |`80`|
337
337
|`dashboard.image`| Configuration related to the Docker image used by the Dashboard. ||
338
-
|`dashboard.image.fullName`| Full name of the Docker image. |`stellar/stellar-disbursement-platform-frontend:5.0.0`|
338
+
|`dashboard.image.fullName`| Full name of the Docker image. |`stellar/stellar-disbursement-platform-frontend:6.0.0`|
339
339
|`dashboard.image.pullPolicy`| Image pull policy for the dashboard. For locally built images, consider using "Never" or "IfNotPresent". |`Always`|
340
340
|`dashboard.deployment`| Configuration related to the deployment of the Dashboard. ||
341
341
|`dashboard.deployment.annotations`| Annotations to be added to the deployment. |`{}`|
0 commit comments