Skip to content

Commit

Permalink
Release 4.6.0 for Q1 2022 deployments;
Browse files Browse the repository at this point in the history
RELEASE NOTES

New Features
============
Variable Recurring Payments for v3.1.8
OpenBankingToolkit/openbanking-toolkit#36

Customer Info endpoint - ForgeCloud/ob-deploy#815

Fixes issue
===========
Payment Submission redirection does not meet customer experience
guildelines - ForgeCloud/ob-deploy#794

Ability to create an app Manually is failing
ForgeCloud/ob-deploy#830

User data get's created against TPP, not against PSU user
ForgeCloud/ob-deploy#831
  • Loading branch information
BohoCode committed Feb 28, 2022
1 parent a5d3d29 commit 09b116a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 44 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ services:
networks:
obref:
healthcheck:
test: ["CMD", "curl", "-f", "-k", "https://localhost:8066/actuator/health"]
test: ["CMD", "curl", "-f", "-k", "https://localhost:8100/actuator/health"]
interval: 1m30s
timeout: 10s
retries: 3
Expand Down

This file was deleted.

16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
<url>http://www.forgerock.com</url>

<properties>
<ob-commons.version>1.3.3</ob-commons.version>
<ob-clients.version>1.3.2</ob-clients.version>
<ob-jwkms.version>1.3.2</ob-jwkms.version>
<ob-auth.version>1.3.2</ob-auth.version>
<ob-directory.version>1.6.2</ob-directory.version>
<ob-analytics.version>1.4.3-SNAPSHOT</ob-analytics.version>
<ob-aspsp.version>1.7.2-SNAPSHOT</ob-aspsp.version>
<ob-extensions.version>1.7.1</ob-extensions.version>
<ob-commons.version>1.3.4</ob-commons.version>
<ob-clients.version>1.3.3</ob-clients.version>
<ob-jwkms.version>1.3.3</ob-jwkms.version>
<ob-auth.version>1.3.4</ob-auth.version>
<ob-directory.version>1.6.3</ob-directory.version>
<ob-analytics.version>1.4.3</ob-analytics.version>
<ob-aspsp.version>1.7.3</ob-aspsp.version>
<ob-extensions.version>1.7.2</ob-extensions.version>
</properties>

<modules>
Expand Down

0 comments on commit 09b116a

Please sign in to comment.