In this release we make available a number of new API features that will soon enable an upgrade of our Recipes functionality and embedding credential addition steps in 3rd party platforms.
These new features will be limited to Tenant users and will enable:
Together these features will make it much easier for our clients to offer and automatically deploy integration solutions without their clients leaving their platform, App or website. Interested to learn more or you would like a demonstration? Contact our sales department.
In this release we update the UI of the Component repository pages. When you navigate to Developer Teams on the side menu and then select a Component repository you will notice the new design.
From each component repository page you can navigate to the environment variables page where you can add new, change, or delete the existing environment variables for the component:
We constantly improve different aspects of HELM3 deployments in collaboration with our partners. This section lists updates and improvements included in this release.
The HAProxy for RabbitMQ cluster will now run as a separate service in the platform kubernetes cluster instead of as a single virtual machine. This enables high-availability and scalability by running the service in a replica set.
To run the HAProxy for the RabbitMQ cluster, change the following parameters in the HELM3 charts:
haproxy-service.platform.svc.cluster.local
.haproxy.yaml
with the following content:
haproxy:
rabbitmqNodeIps:
rabbitmq: "10.28.0.4"
rabbitmq-2: "10.28.0.65"
Where rabbitmq
and rabbitmq-2
parameters must match the RabbitMQ cluster VM
names and values to their VM IP addresses.
Please Note: You must first deploy the HAProxy chart before the platform version deployment.
5xx
error when you use a space in the repository name while creating a component repository. Now the UI will disable the save button and show en error message Repository name contains invalid characters. Letters, digits, - and _ are allowed only
1.1.7
Sailor
library version to 2.7.1
1.2.12
Sailor
library version to 2.7.1
1.4.3
Sailor
library version to 2.7.1
1.2.3
Sailor
library version to 2.7.1
1.0.12
Sailor
library version to 2.7.1
component-commons
library version to 3.1.2
to support JSONata 1.8.6
version