Skip to content

Releases: Cosmo-Tech/cosmotech-api

4.1.3-onprem

27 May 13:31

Choose a tag to compare

What's Changed

  • [SDCOSMO-2480] Fix runner security property visibility for validator by @jreynard-code in #948

Full Changelog: 4.1.2-onprem...4.1.3-onprem

5.0.0-beta2

21 May 15:55
4668ba1

Choose a tag to compare

5.0.0-beta2 Pre-release
Pre-release

What's Changed

Full Changelog: 5.0.0-beta1...5.0.0-beta2

5.0.0-beta1

11 Apr 10:33

Choose a tag to compare

5.0.0-beta1 Pre-release
Pre-release

What's Changed

Full Changelog: 4.0.0-onprem.13...5.0.0-beta1

3.3.4

12 Mar 09:23

Choose a tag to compare

What's Changed

Full Changelog: 3.3.3...3.3.4

4.1.2-onprem

07 Feb 14:01

Choose a tag to compare

What's Changed

  • Change query behind findAllDatasets when you're a Platform.Admin by @jreynard-code in #862

Full Changelog: 4.1.1-onprem...4.1.2-onprem

3.3.3

07 Feb 14:42

Choose a tag to compare

What's Changed

Full Changelog: 3.3.2...3.3.3

4.1.1-onprem

23 Jan 09:00

Choose a tag to compare

What's Changed

  • Force DuplicatePolicy for Redis TS created programmatically by Cosmotech by @jreynard-code in #852

Full Changelog: 4.1.0-onprem...4.1.1-onprem

3.3.2

15 Jan 16:51

Choose a tag to compare

What's Changed

  • Dse/hide technical details prod 14100 by @sellisd in #835
  • Lcra/change security visibility per role prod 14083 by @Leopold-Cramer in #836
  • revert "Remove state, lastRun, parentLastRun, rootLastRun on Runner + add lastRunId instead" (a884c74)
  • revert: Set twingraphId even if dataset is not a Twingraph 7ac336b

Full Changelog: 3.3.1...3.3.2

3.1.13

20 Dec 09:41

Choose a tag to compare

What's changed

Fixes

  • Remove findAll call from DatasetServiceImpl.findAllDatasets:
    • Apparently, findAll() implementation of RedisDocumentRepository is buggy in redis-om-spring version 0.6.4.
      So we for a query to bypass the problem here. We force a filter by organizationId.

Full Changelog: 3.1.12...3.1.13

4.1.0-onprem

16 Dec 10:36

Choose a tag to compare

Information

This version comes as a milestone indicating that this version is stable and consistent for a on-premise deployment.
It contains all changes from 3.2.1 version (where the journey began).
This version is not compatible with Azure deployment (next version will be fully portable, stay tuned for v5!)

What's Changed

Features

  • Dse/hide errors prod 14098 by @sellisd in #834
  • restrict the possibility for the role_viewer to see the details of security by @Leopold-Cramer in #821
  • [PROD-9005] Make sure the parameter's varType are the one from the solution by @sjoubert in #820
  • Only pass the PVC storage class if we have one by @sjoubert in #815
  • Rework all Spring security applied on endpoints:
    • List explicitly endpoints in Spring Security configuration
    • Remove useless endpoints configuration
    • Remove useless roles:
      • Connector.Developer
      • Organization.Admin
      • Organization.Collaborator
      • Organization.Modeler
      • Organization.User
      • Organization.Viewer
      • Connector.Reader
      • Connector.Writer
      • Dataset.Reader
      • Dataset.Writer
      • Organization.Reader
      • Organization.Writer
      • Solution.Reader
      • Solution.Writer
      • Workspace.Reader
      • Workspace.Writer
  • Add useGraphModule Boolean by @jreynard-code in #808
  • Lal/argo with mounted secret by @lalepee in #803
  • Update openapi generator to 7.8.0 by @sjoubert in #801
  • change TLS activation in helm chart: TLS for IDP/EventBus/DB should be specified (default: false) 5e8a94c
  • Lal/tls by @lalepee in #797
  • Allow to ignore node selectors on argo workflows by @sjoubert in #793
  • Mount output and temp directory in argo containers by @vcarluer in #784
  • Rework the getRunLogs endpoint return value by @sjoubert in #756
  • Remove the Javascript, Java and C# clients by @sjoubert in #757
  • Remove createsecret endpoint by @jreynard-code in #769
  • Put back the OAuth config in the OpenAPI spec by @sjoubert in #770
  • REDIS TLS feature with custom SSL bundle to custom root certificate by @vcarluer in #782
  • Remove argo/run artifacts configuration by @sjoubert in #742
  • Use local paths/PVC instead of an S3 storage service for workspace files by @sjoubert in #743
  • Improve usage of container registry config by @sjoubert in #744
  • [PROD-13480] Remove the 'findConnectorByName' endpoint by @sjoubert in #747
  • Add back the possibility to locally run the api without k8s access by @sjoubert in #749
  • Make possible to deactivate network_policies by @jreynard-code in #750
  • Change workspace delete endpoint by @jreynard-code in #754
  • Remove organization services configuration by @sjoubert in #708
  • Remove state, lastRun, parentLastRun, rootLastRun on Runner + add lastRunId instead by @jreynard-code in #715
  • Remove twingraph, scenario and scenariorun apis by @sjoubert in #717
  • Remove run template cloud handlers by @sjoubert in #722
  • Store workspace files in our internal S3 storage by @sjoubert in #723
  • Return twingraph query results as json list by @neomatamune in #728
  • [PROD-13427][PROD-13433] Use workspace id to read the secret by @sjoubert in #738
  • Jrey/remove azure dep from common by @jreynard-code in #734
  • Remove argo storage class creation by @sjoubert in #741

Fixes

Misc

Documentation

Read more