With the platform release version 21.39 we introduce a separate sub-section to the navigation menu to logically separate the component Development from the rest. A new Development section includes the link to Developer Teams as well as the try metadata tool (mentioned in the 21.37 release).
The development teams are no longer linked from the contract management screen. Contract Members, Workspaces and the Quota Usages are still accessible via the Contract Settings section.
The release 21.39 contains number of improvements under the hood which are not obvious for the users. Our team worked hard to:
News in this section are for our customers who use OEM version of the elastic.io platform.
Newly added Development section can be hidden if desired via the following CSS parameters:
[data-key="developer-teams"] {
display: none!important;
}
[data-key="metadata-test"] {
display: none!important;
}
[data-key="development"] {
display: none!important;
}
We are in middle of constantly improving various aspects of HELM3 deployments in collaborations with our partners. These are updates and improvements done in this round.
With platform version 21.39 we introduce a possibility to manage the SSL
certificate using the certificate manager of your choice. The following changes were
made in the Handmaiden
platform microservice:
CERT_MANAGER_ISSUER_NAME
.CERT_MANAGER_ISSUER_NAME
is specified, then will use the issuers for the ingresses, created by handmaiden tenant-operator. You do not need to create secrets in this case.CERT_MANAGER_ISSUER_KIND
variable. Default value: issuer
. Use this value for the issuer annotation. If the CERT_MANAGER_ISSUER_KIND
is equal cluster-issuer
, use cert-manager.io/cluster-issuer annotation in the created ingresses.For the HELM3 declare the configurations and bind it to the handmaiden environment variables like:
handmaiden:
issuer:
# name: letsencrypt-issuer
# # Available values: issuer/cluster-issuer
# kind: issuer
5xx
) while making an HTTP POST
call to the /v2/contracts/{CONTRACT_ID}/(un)suspend
. Now the API responds with 204
if you try to un-suspend an active contract and with 202
if the contract is already suspended and you try to suspend it one more time.1.0.0
Custom query
Insert
LookupRowByPrimaryKey
DeleteRowByPrimaryKey
Select
1.4.2
Make Rew Request
2.6.26
1.3.0
Re-assemble message
action. Implemented option to select processing behavior of incoming messages.