We introduce a new feature to help update the components in all steps of your integration flow in one go. A new button Update All Components will appear in the flow designer if your flow has steps which run on older version of the component.
The following rules apply with this new feature:
latest
alias.latest
alias. You can review your flow and publish it essentially upgrading all steps.For more information go read the article on this topic.
With the platform version 21.37 we decided to reveal one of our internal tools our team uses to render the component metadata structures to see how they would look on the platform UI. You can experiment and refine the metadata structure before committing it to your custom component code. We hope this tool will be as useful for you as for our component developer team.
To access this tool navigate to the URL APP_ADDRESS/c/CONTRACT_ID/try-component-metadata
where the APP_ADDRESS
is the address of the platform app https://app.elastic.io
and the CONTRACT_ID
is your contract ID shown in your browser address bar between
/c/
and /w/
while visiting the platform UI. As of this moment there is no direct
navigation link from the left-hand-side menu.
For more information go read the article on this topic.
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.
In the platform release 21.37 we separated the secrets chart creation from the platform charts following the best practices guidelines of the kubernetes secrets management.
You are free to choose your method to store secrets. You must define these secrets in the kubernetes before the 21.37 platform version deployment.
These instructions apply when you have previously deployed platform version and need to upgrade to the latest 21.37.
stakater-reloader
to 0
instances.platform
and tasks
namespaces (kubectl delete secrets --all -n platform
and kubectl delete secrets --all -n tasks
).wiper
job in kubernetes kubectl -n platform delete jobs -lapp=wiper
. The system will restart it.Note: You need to do steps 1 and 2 once. The
stakater-reloader
will scale-up automatically during the platform installation. No need to scale it up manually.
2.4.5