diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bc7b84f..db35cc3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "1.3.1", - "frontend": "1.3.1", - "backend": "1.1.1" + ".": "1.3.2", + "frontend": "1.3.2", + "backend": "1.1.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dc862a..9b22e73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.3.2](https://github.com/microsoft/tim-data-investigate-platform/compare/core-v1.3.1...core-v1.3.2) (2023-02-14) + + +### Bug Fixes + +* enum conversion on query run status. ([adbc273](https://github.com/microsoft/tim-data-investigate-platform/commit/adbc273806b9ea115ccdf4e125cee79a4c271f74)) +* increase timeout for initializing couchbase db. ([#15](https://github.com/microsoft/tim-data-investigate-platform/issues/15)) ([adbc273](https://github.com/microsoft/tim-data-investigate-platform/commit/adbc273806b9ea115ccdf4e125cee79a4c271f74)) +* match backend API changes. ([#14](https://github.com/microsoft/tim-data-investigate-platform/issues/14)) ([e1c68a4](https://github.com/microsoft/tim-data-investigate-platform/commit/e1c68a4a0e3e0c221d601325e185bf0895131fc1)) +* move cluster groups into runtime config. ([e1c68a4](https://github.com/microsoft/tim-data-investigate-platform/commit/e1c68a4a0e3e0c221d601325e185bf0895131fc1)) +* proper model validation instead of 500 exceptions. ([adbc273](https://github.com/microsoft/tim-data-investigate-platform/commit/adbc273806b9ea115ccdf4e125cee79a4c271f74)) +* return correct status for execute query and get results. ([adbc273](https://github.com/microsoft/tim-data-investigate-platform/commit/adbc273806b9ea115ccdf4e125cee79a4c271f74)) + ## [1.3.1](https://github.com/microsoft/tim-data-investigate-platform/compare/core-v1.3.0...core-v1.3.1) (2023-02-13) diff --git a/backend/CHANGELOG.md b/backend/CHANGELOG.md index a016bdf..8fa0363 100644 --- a/backend/CHANGELOG.md +++ b/backend/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.1.2](https://github.com/microsoft/tim-data-investigate-platform/compare/backend-v1.1.1...backend-v1.1.2) (2023-02-14) + + +### Bug Fixes + +* enum conversion on query run status. ([adbc273](https://github.com/microsoft/tim-data-investigate-platform/commit/adbc273806b9ea115ccdf4e125cee79a4c271f74)) +* increase timeout for initializing couchbase db. ([#15](https://github.com/microsoft/tim-data-investigate-platform/issues/15)) ([adbc273](https://github.com/microsoft/tim-data-investigate-platform/commit/adbc273806b9ea115ccdf4e125cee79a4c271f74)) +* proper model validation instead of 500 exceptions. ([adbc273](https://github.com/microsoft/tim-data-investigate-platform/commit/adbc273806b9ea115ccdf4e125cee79a4c271f74)) +* return correct status for execute query and get results. ([adbc273](https://github.com/microsoft/tim-data-investigate-platform/commit/adbc273806b9ea115ccdf4e125cee79a4c271f74)) + ## [1.1.1](https://github.com/microsoft/tim-data-investigate-platform/compare/backend-v1.1.0...backend-v1.1.1) (2023-02-13) diff --git a/backend/helm/Chart.yaml b/backend/helm/Chart.yaml index 2ef640c..36f2a63 100644 --- a/backend/helm/Chart.yaml +++ b/backend/helm/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: backend description: A Helm chart for Kubernetes type: application -version: 1.1.1 +version: 1.1.2 dependencies: - name: redis version: 17.2.0 diff --git a/frontend/CHANGELOG.md b/frontend/CHANGELOG.md index 41f98a7..ecf2b13 100644 --- a/frontend/CHANGELOG.md +++ b/frontend/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.3.2](https://github.com/microsoft/tim-data-investigate-platform/compare/frontend-v1.3.1...frontend-v1.3.2) (2023-02-14) + + +### Bug Fixes + +* match backend API changes. ([#14](https://github.com/microsoft/tim-data-investigate-platform/issues/14)) ([e1c68a4](https://github.com/microsoft/tim-data-investigate-platform/commit/e1c68a4a0e3e0c221d601325e185bf0895131fc1)) +* move cluster groups into runtime config. ([e1c68a4](https://github.com/microsoft/tim-data-investigate-platform/commit/e1c68a4a0e3e0c221d601325e185bf0895131fc1)) + ## [1.3.1](https://github.com/microsoft/tim-data-investigate-platform/compare/frontend-v1.3.0...frontend-v1.3.1) (2023-02-13) diff --git a/frontend/helm/Chart.yaml b/frontend/helm/Chart.yaml index 9d25adc..e1a55f5 100644 --- a/frontend/helm/Chart.yaml +++ b/frontend/helm/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: frontend description: A Helm chart for Kubernetes type: application -version: 1.3.1 +version: 1.3.2