Releases: Cosmo-Tech/cosmotech-api
Releases · Cosmo-Tech/cosmotech-api
4.0.3-onprem
What's Changed
- Rework the getRunLogs endpoint return value by @sjoubert in #756
- Remove the Javascript, Java and C# clients by @sjoubert in #757
- Fix update solution wrong runtemplate (on main) by @jreynard-code in #761
- On runner creation, datasetList is required now and has default value to [] by @jreynard-code in #763
- Improve spring-doc/swagger-ui configuration by @sjoubert in #765
- Use gradle task to validate openapi by @sjoubert in #766
- Update Gradle GitHub Actions by @sjoubert in #767
- GitHub Actions: Bump actions/setup-java from 3 to 4 by @dependabot in #650
- GitHub Actions: Bump actions/upload-artifact from 3 to 4 by @dependabot in #648
- GitHub Actions: Bump azure/setup-helm from 3.4 to 3.5 by @dependabot in #412
- GitHub Actions: Bump Azure/login from 1 to 2 by @dependabot in #646
- GitHub Actions: Bump Azure/aks-set-context from 3.2 to 4 by @dependabot in #682
- GitHub Actions: Bump github/codeql-action from 2 to 3 by @dependabot in #649
- GitHub Actions: Bump docker/login-action from 2.1.0 to 3.3.0 by @dependabot in #768
- GitHub Actions: Bump stackrox/kube-linter-action from 1.0.4 to 1.0.5 by @dependabot in #651
- Remove createsecret endpoint by @jreynard-code in #769
- Put back the OAuth config in the OpenAPI spec by @sjoubert in #770
- Update detekt version to 1.23.6 and remove workaround by @sjoubert in #773
- [PROD-13633] Make startRun return a proper object by @sjoubert in #774
- Improve runner delete behavior by @sjoubert in #776
- [PROD-13732] Properly handle/report missing repository/version by @sjoubert in #778
- [PROD-13734] Fix update solution with no runTemplates cause runTemplates reset to empty list by @jreynard-code in #779
- REDIS TLS feature with custom SSL bundle to custom root certificate by @vcarluer in #782
Full Changelog: 4.0.2-onprem...4.0.3-onprem
3.1.10
3.2.9
What's Changed
- Remove the Javascript, Java and C# clients by @sjoubert in #758
- Manage null datalist on scenario and on runner creation by @jreynard-code in #759
- Fix update solution run template with a wrong runTemplateid by @jreynard-code in #762
- Fix swagger-ui spec display/config by @sjoubert in #764
Full Changelog: 3.2.8...3.2.9
3.2.8
What's Changed
- Add GlobalExceptionHandler by @jreynard-code in #753
- Dse/fix runstart prod 13530 by @sellisd in #748
- Pass the run start time to properly get its logs by @sjoubert in #755
New Contributors
Full Changelog: 3.2.7...3.2.8
4.0.2-onprem
What's Changed
- 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
- [SDCOSMO-1956] Fix Runner child doesn't inherit parent's parameters by @jreynard-code in #745
- Improve usage of container registry config by @sjoubert in #744
- Local k8s config readme by @sjoubert in #746
- [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
- Fix argo volume access mode by @sjoubert in #752
- Merge helm_documentation into main by @github-actions in #751
- Change workspace delete endpoint by @jreynard-code in #754
Full Changelog: 4.0.0-onprem...4.0.2-onprem
4.0.1-onprem
What's Changed
- removed unwanted character ) by @adrianstanciu in #706
- Remove organization services configuration by @sjoubert in #708
- Fix SDCOSMO-1820 by @jreynard-code in #713
- Add missing doc files by @sjoubert in #710
- 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
- Merge helm_documentation into main by @github-actions in #724
- Add missing required s3 helm values by @sjoubert in #725
- Merge helm_documentation into main by @github-actions in #726
- Fix typo in workspace integration tests package name by @sjoubert in #727
- Add missing openapi validation for runner and run modules by @sjoubert in #732
- Remove need of SQL identifier quoting by @neomatamune in #718
- Return twingraph query results as json list by @neomatamune in #728
- Correctly list all S3 objects using the paging API by @sjoubert in #733
- [PROD-13427][PROD-13433] Update k8s client to 21.0.0 by @sjoubert in #736
- [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
- Merge helm_documentation into main by @github-actions in #740
- Upgrade Gradle to 8.8 by @sjoubert in #739
- Remove argo storage class creation by @sjoubert in #741
- Fix CVE-2024-37902 269c85f
- Fix CVE-2023-5685 6a01168
- Fix CVE-2024-6162 7ff465e
New Contributors
- @adrianstanciu made their first contribution in #706
Full Changelog: 3.2.1...4.0.1-onprem
4.0.0-onprem
What's Changed
- removed unwanted character ) by @adrianstanciu in #706
- Remove organization services configuration by @sjoubert in #708
- Fix SDCOSMO-1820 by @jreynard-code in #713
- Add missing doc files by @sjoubert in #710
- 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
- Merge helm_documentation into main by @github-actions in #724
- Add missing required s3 helm values by @sjoubert in #725
- Merge helm_documentation into main by @github-actions in #726
- Fix typo in workspace integration tests package name by @sjoubert in #727
- Add missing openapi validation for runner and run modules by @sjoubert in #732
- Remove need of SQL identifier quoting by @neomatamune in #718
- Return twingraph query results as json list by @neomatamune in #728
- Correctly list all S3 objects using the paging API by @sjoubert in #733
- [PROD-13427][PROD-13433] Update k8s client to 21.0.0 by @sjoubert in #736
- [PROD-13427][PROD-13433] Use workspace id to read the secret by @sjoubert in #738
New Contributors
- @adrianstanciu made their first contribution in #706
Full Changelog: 3.2.1...4.0.0-onprem
3.2.7
What's Changed
- [PROD-13427][PROD-13433] Update k8s client to 21.0.0 by @sjoubert in adf9c45
Full Changelog: 3.2.6...3.2.7
3.2.6
What's Changed
- Remove use of
"in SQL creation queries 7d71493 - Add some condition and error catching to SQL endpoints e96eda4
- Update return type of
dataset/twingraphQueryto list object cc7e64f
Full Changelog: 3.2.5...3.2.6