Skip to content

Commit e0f204b

Browse files
committed
Bumping version to 2024.03-LTS
1 parent 8249572 commit e0f204b

File tree

6 files changed

+10
-19
lines changed

6 files changed

+10
-19
lines changed

backbase-environment/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
BB_VERSION=2023.09.28-LTS
2-
STREAM_VERSION=3.71.0
1+
BB_VERSION=2024.03.3-LTS
2+
STREAM_VERSION=4.0.0

backbase-environment/config/bootstrap-task.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -147,15 +147,6 @@ bootstrap:
147147
- privilege: "edit"
148148
- privilege: "delete"
149149
- privilege: "cancel"
150-
- functionId: "1074"
151-
name: "UK Faster Payments"
152-
functionCode: "uk.faster.payments"
153-
privileges:
154-
- privilege: "view"
155-
- privilege: "create"
156-
- privilege: "edit"
157-
- privilege: "delete"
158-
- privilege: "cancel"
159150
- functionId: "1071"
160151
name: "Payment Templates"
161152
functionCode: "payment.templates"

backbase-environment/config/payment-order-options.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ backbase:
44
types:
55
- payment-type: FASTER_PAYMENT
66
business-functions:
7-
- UK Faster Payments
7+
- A2A Transfer
88
business-function-payment-type:
9-
FASTER_PAYMENT: UK Faster Payments
9+
FASTER_PAYMENT: A2A Transfer
1010
options:
1111
- instruction-priority: NORM
1212
transfer-fee:
@@ -23,9 +23,9 @@ backbase:
2323
- "instructed-amount-amount-less-than-250000"
2424
- payment-type: CHAPS
2525
business-functions:
26-
- UK CHAPS
26+
- A2A Transfer
2727
business-function-payment-type:
28-
CHAPS: UK CHAPS
28+
CHAPS: A2A Transfer
2929
options:
3030
- instruction-priority: NORM
3131
transfer-fee:

backbase-environment/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ services:
311311
- registry
312312

313313
mastercard-integration-service:
314-
image: harbor.backbase.eu/development/mastercard-integration-service:1.3.0
314+
image: harbor.backbase.eu/development/mastercard-integration-service:2.0.0
315315
deploy:
316316
<<: *resources-limits-defaults
317317
environment:
@@ -457,7 +457,7 @@ services:
457457
backbase.communication.services.dbs.integration.external.outbound.paymentorder.service-id: mastercard-integration-service
458458
# spring.cloud.discovery.client.simple.instances.payment-order-integration-service[0].uri: http://host.docker.internal:9999
459459
backbase.payments.limits.enabled: false
460-
backbase.payments.types.FASTER_PAYMENT.business-function: UK Faster Payments
460+
backbase.payments.types.FASTER_PAYMENT.business-function: A2A Transfer
461461
backbase.payments.types.FASTER_PAYMENT.validation.rules: non-zero-transaction
462462
backbase.payments.types.INTERNAL_TRANSFER.confirmation.enabled: true
463463
spring.profiles.include: backbase_universal_retail

backbase-environment/images/business-universal/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:16 AS builder
22

3-
RUN --mount=type=secret,id=repo,dst=./.netrc curl --netrc-file .netrc -s "https://repo.backbase.com/artifactory/backbase-releases/com/backbase/apps/business-banking-universal-app/business-banking-universal-app-2023.09.5-LTS.zip" -o business-banking-universal-app-package.zip
3+
RUN --mount=type=secret,id=repo,dst=./.netrc curl -v --netrc-file .netrc -s "https://repo.backbase.com/artifactory/backbase-releases/com/backbase/apps/business-banking-universal-app/business-banking-universal-app-2024.03-LTS.zip" -o business-banking-universal-app-package.zip
44
RUN unzip business-banking-universal-app-package.zip -d /tmp/business-banking-universal-app-package
55

66
WORKDIR /tmp/business-banking-universal-app-package

0 commit comments

Comments
 (0)