You can now remove versions of components directly from the Build history UI of the repository in the developer teams in addition to the API endpoint.
During the flow design process some components must connect with the third party services which might have slower response times or take longer to process the request. In that cases you can now define how long system must wait for the sample data retreival process for each component.
DEBUG_TASK_TIMEOUT
in seconds to control the time.FORCE_DESTROY_DEBUG_TASK_TIMEOUT_SEC
variable.DEBUG_TASK_TIMEOUT
variables are set for the flow components (i.e. for mapper and component after), the system will take bigger value of them.You can now set your own component version to show in the platform UI when you use
the version
parameter without letter v in your component.json
configuration.
{
"title": "Petstore API (Node.js)",
"description": "Component for the Petstore API",
"buildType":"docker",
"version":"1.0.1",
"etc_fields":"to show"
}
This would show as v1.0.1 when you select the component version while designing the flow, as well as in the list of deployed component versions in the repository of your developer team.
After you use the component version the following rules would apply:
version
parameter and enforce the semantic versioning rules.News in this section are for our customers who use OEM version of the elastic.io platform.
With this release we simplified the registration process to work with email and
password. We removed the required first name
, last name
and company name
parameters.
The registration process can get the necessary details from OIDC parameters if allowed or construct from the entered email address following the logic:
abc@xyz.com
thenTRIAL_abc@xyz.com
name.abc
,xyz.com
.Please Note User can change their contract name as well as enter complete first and last names if desired.
As areminder: You can enable the custom registration page in the tenant record following the instructions here.
With this release we enforce asset invalidation of browser assets after every platform deployment. The following assets would now contain short git revision IDs:
/webpack/filter-tree-worker..js
/webpack/single-spa.config..js
/frontend..min.js
|
), to the list of separators.Maester
.v2.6.24
.