From 30a2d8482efab02019d4bab5487048c12f2e6bcf Mon Sep 17 00:00:00 2001 From: devops-radicalbit Date: Fri, 21 Jun 2024 12:08:00 +0200 Subject: [PATCH] chore(main): release 0.9.0 --- .github/release-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ api/pyproject.toml | 2 +- docs/docusaurus.config.js | 2 +- sdk/pyproject.toml | 2 +- spark/pyproject.toml | 2 +- ui/package.json | 2 +- version.txt | 2 +- 8 files changed, 15 insertions(+), 7 deletions(-) diff --git a/.github/release-manifest.json b/.github/release-manifest.json index fe77f113..2101ae57 100644 --- a/.github/release-manifest.json +++ b/.github/release-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.0" + ".": "0.9.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ce7eb138..4fcd420e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.9.0](https://github.com/radicalbit/radicalbit-ai-monitoring/compare/v0.8.0...v0.9.0) (2024-06-21) + + +### Features + +* force dataType to TABULAR ([#7](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/7)) ([c9c37ff](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/c9c37ff8a78f1dfbb72aee1b8831928cb66cc1dc)) +* **sdk:** align reference metrics business models with API ([#11](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/11)) ([0db1dfe](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/0db1dfe365adb7a1973b6302359bc18c158bf720)) + ## 0.8.0 (2024-06-20) ### Features diff --git a/api/pyproject.toml b/api/pyproject.toml index 49da6260..269fae2f 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "radicalbit-ai-monitoring" # x-release-please-start-version -version = "0.8.0" +version = "0.9.0" # x-release-please-end description = "radicalbit platform" authors = ["Radicalbit"] diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index bb4a2b37..5c664c66 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -7,7 +7,7 @@ import {themes as prismThemes} from 'prism-react-renderer'; // x-release-please-start-version -const VERSION = '0.8.0'; +const VERSION = '0.9.0'; // x-release-please-end /** @type {import('@docusaurus/types').Config} */ diff --git a/sdk/pyproject.toml b/sdk/pyproject.toml index 78ec9098..29a70f63 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "radicalbit-platform-sdk" # x-release-please-start-version -version = "0.8.0" +version = "0.9.0" # x-release-please-end description = "" authors = ["dev.team "] diff --git a/spark/pyproject.toml b/spark/pyproject.toml index 481d4e0d..c350b59e 100644 --- a/spark/pyproject.toml +++ b/spark/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "spark" # x-release-please-start-version -version = "0.8.0" +version = "0.9.0" # x-release-please-end description = "Spark jobs collection for Radicalbit AI Monitoring Platform" authors = ["Radicalbit "] diff --git a/ui/package.json b/ui/package.json index c2b910b0..9992ea47 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,7 +1,7 @@ { "name": "radicalbit-ai-monitoring-ui", "private": true, - "version": "0.8.0", + "version": "0.9.0", "type": "module", "scripts": { "start:local": "NODE_ENV=local && vite --host 0.0.0.0", diff --git a/version.txt b/version.txt index a3df0a69..ac39a106 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.8.0 +0.9.0