Skip to content

Release v0.190.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jul 18:03
b2ebe78

[0.190.0] - 2024-07-09

Added

  • New repository DatasetEnvVars to work with dataset secrets
  • Now is possible to set new DatasetEnvVars configuration to storage
    and manage it via GQL api
  • New Gql APIs to manage dataset env vars
    • listEnvVariables to fetch list of env vars by dataset
    • exposedValue to get secret value of env var by id
    • saveEnvVariable to store new dataset env var
    • deleteEnvVariable to delete dataset env var
    • modifyEnvVariable to modify dataset env var