Skip to content

Commit

Permalink
chore: release main (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Feb 16, 2023
1 parent 1ac713f commit 763809c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "2.0.0",
".": "2.0.1",
"frontend": "1.4.0",
"backend": "2.0.0"
"backend": "2.0.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
8 changes: 8 additions & 0 deletions backend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion backend/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 763809c

Please sign in to comment.