Skip to content

Commit

Permalink
chore(main): release 1.0.1 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-radicalbit authored Aug 20, 2024
1 parent c0843b3 commit da3c3fa
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/release-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.0.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.0.1](https://github.com/radicalbit/radicalbit-ai-monitoring/compare/v1.0.0...v1.0.1) (2024-08-20)


### Features

* add modelUUID as optional value ([#163](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/163)) ([672d6b4](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/672d6b4af0b181131b7957c471ad92338eededf5))
* **api:** add ability to use environment variables to set spark annotations and resources ([#165](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/165)) ([c0843b3](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/c0843b35804d0b1c7f9cdf93150884830d6876b8))
* **ui:** grafana improvement ([#164](https://github.com/radicalbit/radicalbit-ai-monitoring/issues/164)) ([022e94c](https://github.com/radicalbit/radicalbit-ai-monitoring/commit/022e94c722d711e691ee2cec6b9d98f2a1c14ef9))

## [1.0.0](https://github.com/radicalbit/radicalbit-ai-monitoring/compare/v0.9.0...v1.0.0) (2024-08-05)


Expand Down
2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "radicalbit-ai-monitoring"
# x-release-please-start-version
version = "1.0.0"
version = "1.0.1"
# x-release-please-end
description = "radicalbit platform"
authors = ["Radicalbit"]
Expand Down
2 changes: 1 addition & 1 deletion sdk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "radicalbit-platform-sdk"
# x-release-please-start-version
version = "1.0.0"
version = "1.0.1"
# x-release-please-end
description = ""
authors = ["dev.team <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion spark/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "spark"
# x-release-please-start-version
version = "1.0.0"
version = "1.0.1"
# x-release-please-end
description = "Spark jobs collection for Radicalbit AI Monitoring Platform"
authors = ["Radicalbit <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "radicalbit-ai-monitoring-ui",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"type": "module",
"scripts": {
"start:local": "NODE_ENV=local && vite --host 0.0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1

0 comments on commit da3c3fa

Please sign in to comment.