diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 06d5dbf..d091752 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "2.0.0", + ".": "2.0.1", "frontend": "1.4.0", - "backend": "2.0.0" + "backend": "2.0.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d4872a1..786ff58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.0.1](https://github.com/microsoft/tim-data-investigate-platform/compare/core-v2.0.0...core-v2.0.1) (2023-02-16) + + +### Bug Fixes + +* continue even if Kusto create tables failed. ([1ac713f](https://github.com/microsoft/tim-data-investigate-platform/commit/1ac713ff11272406073245271d82f0d520c26b1a)) +* use default auth for azure to support managed identities. ([#20](https://github.com/microsoft/tim-data-investigate-platform/issues/20)) ([1ac713f](https://github.com/microsoft/tim-data-investigate-platform/commit/1ac713ff11272406073245271d82f0d520c26b1a)) + ## [2.0.0](https://github.com/microsoft/tim-data-investigate-platform/compare/core-v1.3.2...core-v2.0.0) (2023-02-15) diff --git a/backend/CHANGELOG.md b/backend/CHANGELOG.md index f6eebe8..b4a255d 100644 --- a/backend/CHANGELOG.md +++ b/backend/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.0.1](https://github.com/microsoft/tim-data-investigate-platform/compare/backend-v2.0.0...backend-v2.0.1) (2023-02-16) + + +### Bug Fixes + +* continue even if Kusto create tables failed. ([1ac713f](https://github.com/microsoft/tim-data-investigate-platform/commit/1ac713ff11272406073245271d82f0d520c26b1a)) +* use default auth for azure to support managed identities. ([#20](https://github.com/microsoft/tim-data-investigate-platform/issues/20)) ([1ac713f](https://github.com/microsoft/tim-data-investigate-platform/commit/1ac713ff11272406073245271d82f0d520c26b1a)) + ## [2.0.0](https://github.com/microsoft/tim-data-investigate-platform/compare/backend-v1.1.2...backend-v2.0.0) (2023-02-15) diff --git a/backend/helm/Chart.yaml b/backend/helm/Chart.yaml index 1c5115a..001c8ab 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: 2.0.0 +version: 2.0.1 dependencies: - name: redis version: 17.2.0