Patch notes - 2024-01-29
New features
Organization collaborators
Organization admins can now inspect which users have been added as collaborators to the projects under the “Manage <Organization>” menu and the Collaborators section. You can manage the collaborators by clicking on the wrench icon.
In addition to the UI update there is also an API endpoint to get the project collaborators for the organization: https://app.valohai.com/api/v0/organizations/{id}/collaborators/
TIP: The ID is the organization ID. It contains four digits and you can get it from the URL when accessing the “Manage <Organization>” menu.
Deployment edges
It is now possible to create pipeline nodes after a deployment node. This can be used to for example check the endpoint once it has been created or clean old endpoints within the pipeline.
- pipeline:
name: Post-deployment pipeline
nodes:
- name: deploy
type: deployment
deployment: my-deploy
endpoints:
- my-endpoint
- name: cleanup
type: execution
step: cleanup step
edges:
- [deploy.deployment.id, cleanup.parameters.deployment_id]
- [deploy.deployment.version_id, cleanup.parameters.version_id]
Add Notebook Git Credentials
Organization admins can now add Git credentials in order for users to access Git repositories from Notebook executions. You can do this under the “Manage <Organization>” menu ****and the “Notebook Git Credentials” section. Remember to add the public key to your repository (or repositories) to authorize the access!
Bug fixes
- Collaborators can now access the project datum aliases.
- Keep-directories property in
valohai.yaml
now supports input interpolation, i.e. defining the input with a parameter{parameter:input-url}
Please sign in to leave a comment.
Comments
0 comments