Skip to content

Commit

Permalink
chore: release master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 24, 2024
1 parent 4237615 commit f3472eb
Show file tree
Hide file tree
Showing 18 changed files with 204 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [0.5.0](https://github.com/PrivateAIM/hub/compare/root-v0.5.0...root-v0.5.0) (2024-06-24)


### Features

* adjusted code references for core -> core-kit package renaming ([321b8ac](https://github.com/PrivateAIM/hub/commit/321b8acb33e4fdd93252c72da34fac34cc86cd9f))
* initial core -> core-kit package renaming ([9ac9709](https://github.com/PrivateAIM/hub/commit/9ac970999922bc76e3f88381f4d3351a51147a46))
* realtime library/service split ([#474](https://github.com/PrivateAIM/hub/issues/474)) ([43c2dfa](https://github.com/PrivateAIM/hub/commit/43c2dfad654cc61ca9784914cbad56c684434088))
* tar use new onReadEntry in favor of deprecated onentry fn ([9294bc0](https://github.com/PrivateAIM/hub/commit/9294bc01db06c194a112e6ac51df4defc94363f7))


### Bug Fixes

* admin node robot & registry view ([a4c5239](https://github.com/PrivateAIM/hub/commit/a4c5239b34df2c9a4210994b9ec7531932615576))
* analysis-bucket-file delete operation & auth plugin nuxt-app access ([86e3a2d](https://github.com/PrivateAIM/hub/commit/86e3a2da2b780c1080c83b761f3b0a189c3580de))
* api routes analysis-bucket-file api client ([d0a9e73](https://github.com/PrivateAIM/hub/commit/d0a9e73271acb7d4b403500097a5cc3e3a30b599))
* **deps:** bump amqp-extension from 4.0.0-beta.2 to 4.0.0-beta.3 ([#457](https://github.com/PrivateAIM/hub/issues/457)) ([2585ea2](https://github.com/PrivateAIM/hub/commit/2585ea2b22b969c21e82b3b92b2e795198dd5f44))
* **deps:** bump minio from 8.0.0 to 8.0.1 ([#478](https://github.com/PrivateAIM/hub/issues/478)) ([4df786b](https://github.com/PrivateAIM/hub/commit/4df786b10b385504e0ee1a384699541fcb0954b5))
* **deps:** bump tar from 7.2.0 to 7.4.0 ([#471](https://github.com/PrivateAIM/hub/issues/471)) ([c2ca2e6](https://github.com/PrivateAIM/hub/commit/c2ca2e6877d5230efeba311d4b4de8e97bbadadf))
* entity delete component ([1d691ca](https://github.com/PrivateAIM/hub/commit/1d691cabd1adbf9f7c70a06f01f4886cebf4c0c7))
* http node read handler ([19c41b7](https://github.com/PrivateAIM/hub/commit/19c41b7184460b4bf9c30652fa0944fb4431deea))
* node assign action for projects & analysis ([d6eff55](https://github.com/PrivateAIM/hub/commit/d6eff55addb47c5fd14798f2bd3e0b6cc8e4b2da))
* project-node read endpoint ([6c46153](https://github.com/PrivateAIM/hub/commit/6c46153114eec1f6aaa9e9fd1dae0bc69519ef89))
* remove node email attribute ([66ee923](https://github.com/PrivateAIM/hub/commit/66ee923c424468e79eba39766ce5fd8443d79811))
* restriction for analysis-node collection endpoint ([73412f9](https://github.com/PrivateAIM/hub/commit/73412f95d1b13ccacf45bfa4e99dcdcc1ea4dfef))
* **storage:** add missing logger configuration + enhanced db queries ([5fd1515](https://github.com/PrivateAIM/hub/commit/5fd15156cb6aaae254a2710bb832a58ce789c20d))
* **storage:** use primary key as minio bucket name + persist minio storage in docker-compose ([cfc4cbb](https://github.com/PrivateAIM/hub/commit/cfc4cbbb3df1cfe1a6c56cae7fc1efffd44971d9))

## [0.5.0](https://github.com/PrivateAIM/hub/compare/root-v0.4.0...root-v0.5.0) (2024-06-12)


Expand Down
15 changes: 15 additions & 0 deletions packages/client-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.5.0](https://github.com/PrivateAIM/hub/compare/client-ui-v0.5.0...client-ui-v0.5.0) (2024-06-24)


### Features

* adjusted code references for core -> core-kit package renaming ([321b8ac](https://github.com/PrivateAIM/hub/commit/321b8acb33e4fdd93252c72da34fac34cc86cd9f))
* initial core -> core-kit package renaming ([9ac9709](https://github.com/PrivateAIM/hub/commit/9ac970999922bc76e3f88381f4d3351a51147a46))
* realtime library/service split ([#474](https://github.com/PrivateAIM/hub/issues/474)) ([43c2dfa](https://github.com/PrivateAIM/hub/commit/43c2dfad654cc61ca9784914cbad56c684434088))


### Bug Fixes

* admin node robot & registry view ([a4c5239](https://github.com/PrivateAIM/hub/commit/a4c5239b34df2c9a4210994b9ec7531932615576))
* analysis-bucket-file delete operation & auth plugin nuxt-app access ([86e3a2d](https://github.com/PrivateAIM/hub/commit/86e3a2da2b780c1080c83b761f3b0a189c3580de))

## [0.5.0](https://github.com/PrivateAIM/hub/compare/client-ui-v0.4.0...client-ui-v0.5.0) (2024-06-12)


Expand Down
18 changes: 18 additions & 0 deletions packages/client-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.5.0](https://github.com/PrivateAIM/hub/compare/client-vue-v0.5.0...client-vue-v0.5.0) (2024-06-24)


### Features

* adjusted code references for core -> core-kit package renaming ([321b8ac](https://github.com/PrivateAIM/hub/commit/321b8acb33e4fdd93252c72da34fac34cc86cd9f))
* initial core -> core-kit package renaming ([9ac9709](https://github.com/PrivateAIM/hub/commit/9ac970999922bc76e3f88381f4d3351a51147a46))
* realtime library/service split ([#474](https://github.com/PrivateAIM/hub/issues/474)) ([43c2dfa](https://github.com/PrivateAIM/hub/commit/43c2dfad654cc61ca9784914cbad56c684434088))


### Bug Fixes

* admin node robot & registry view ([a4c5239](https://github.com/PrivateAIM/hub/commit/a4c5239b34df2c9a4210994b9ec7531932615576))
* analysis-bucket-file delete operation & auth plugin nuxt-app access ([86e3a2d](https://github.com/PrivateAIM/hub/commit/86e3a2da2b780c1080c83b761f3b0a189c3580de))
* entity delete component ([1d691ca](https://github.com/PrivateAIM/hub/commit/1d691cabd1adbf9f7c70a06f01f4886cebf4c0c7))
* node assign action for projects & analysis ([d6eff55](https://github.com/PrivateAIM/hub/commit/d6eff55addb47c5fd14798f2bd3e0b6cc8e4b2da))
* remove node email attribute ([66ee923](https://github.com/PrivateAIM/hub/commit/66ee923c424468e79eba39766ce5fd8443d79811))

## [0.5.0](https://github.com/PrivateAIM/hub/compare/client-vue-v0.4.0...client-vue-v0.5.0) (2024-06-12)


Expand Down
13 changes: 13 additions & 0 deletions packages/core-http-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.5.0](https://github.com/PrivateAIM/hub/compare/core-http-kit-v0.5.0...core-http-kit-v0.5.0) (2024-06-24)


### Features

* adjusted code references for core -> core-kit package renaming ([321b8ac](https://github.com/PrivateAIM/hub/commit/321b8acb33e4fdd93252c72da34fac34cc86cd9f))
* initial core -> core-kit package renaming ([9ac9709](https://github.com/PrivateAIM/hub/commit/9ac970999922bc76e3f88381f4d3351a51147a46))


### Bug Fixes

* api routes analysis-bucket-file api client ([d0a9e73](https://github.com/PrivateAIM/hub/commit/d0a9e73271acb7d4b403500097a5cc3e3a30b599))

## [0.5.0](https://github.com/PrivateAIM/hub/compare/core-http-kit-v0.4.0...core-http-kit-v0.5.0) (2024-06-12)


Expand Down
7 changes: 7 additions & 0 deletions packages/core-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.0](https://github.com/PrivateAIM/hub/compare/core-kit-v0.5.0...core-kit-v0.5.0) (2024-06-24)


### Features

* initial core -> core-kit package renaming ([9ac9709](https://github.com/PrivateAIM/hub/commit/9ac970999922bc76e3f88381f4d3351a51147a46))

## [0.5.0](https://github.com/PrivateAIM/hub/compare/core-v0.4.0...core-v0.5.0) (2024-06-12)


Expand Down
9 changes: 9 additions & 0 deletions packages/core-realtime-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.5.0](https://github.com/PrivateAIM/hub/compare/core-realtime-kit-v0.5.0...core-realtime-kit-v0.5.0) (2024-06-24)


### Features

* adjusted code references for core -> core-kit package renaming ([321b8ac](https://github.com/PrivateAIM/hub/commit/321b8acb33e4fdd93252c72da34fac34cc86cd9f))
* initial core -> core-kit package renaming ([9ac9709](https://github.com/PrivateAIM/hub/commit/9ac970999922bc76e3f88381f4d3351a51147a46))
* realtime library/service split ([#474](https://github.com/PrivateAIM/hub/issues/474)) ([43c2dfa](https://github.com/PrivateAIM/hub/commit/43c2dfad654cc61ca9784914cbad56c684434088))

## [0.5.0](https://github.com/PrivateAIM/hub/compare/core-realtime-kit-v0.4.0...core-realtime-kit-v0.5.0) (2024-06-12)


Expand Down
7 changes: 7 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.0](https://github.com/PrivateAIM/hub/compare/kit-v0.5.0...kit-v0.5.0) (2024-06-24)


### Miscellaneous Chores

* **kit:** Synchronize main versions

## [0.5.0](https://github.com/PrivateAIM/hub/compare/kit-v0.4.0...kit-v0.5.0) (2024-06-12)


Expand Down
8 changes: 8 additions & 0 deletions packages/messenger-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.5.0](https://github.com/PrivateAIM/hub/compare/messenger-kit-v0.5.0...messenger-kit-v0.5.0) (2024-06-24)


### Features

* realtime library/service split ([#474](https://github.com/PrivateAIM/hub/issues/474)) ([43c2dfa](https://github.com/PrivateAIM/hub/commit/43c2dfad654cc61ca9784914cbad56c684434088))
8 changes: 8 additions & 0 deletions packages/server-analysis-manager-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-analysis-manager-kit-v0.5.0...server-analysis-manager-kit-v0.5.0) (2024-06-24)


### Features

* adjusted code references for core -> core-kit package renaming ([321b8ac](https://github.com/PrivateAIM/hub/commit/321b8acb33e4fdd93252c72da34fac34cc86cd9f))
* initial core -> core-kit package renaming ([9ac9709](https://github.com/PrivateAIM/hub/commit/9ac970999922bc76e3f88381f4d3351a51147a46))

## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-analysis-manager-kit-v0.4.0...server-analysis-manager-kit-v0.5.0) (2024-06-12)


Expand Down
13 changes: 13 additions & 0 deletions packages/server-analysis-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-analysis-manager-v0.5.0...server-analysis-manager-v0.5.0) (2024-06-24)


### Features

* adjusted code references for core -> core-kit package renaming ([321b8ac](https://github.com/PrivateAIM/hub/commit/321b8acb33e4fdd93252c72da34fac34cc86cd9f))
* initial core -> core-kit package renaming ([9ac9709](https://github.com/PrivateAIM/hub/commit/9ac970999922bc76e3f88381f4d3351a51147a46))


### Bug Fixes

* **deps:** bump amqp-extension from 4.0.0-beta.2 to 4.0.0-beta.3 ([#457](https://github.com/PrivateAIM/hub/issues/457)) ([2585ea2](https://github.com/PrivateAIM/hub/commit/2585ea2b22b969c21e82b3b92b2e795198dd5f44))

## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-analysis-manager-v0.4.0...server-analysis-manager-v0.5.0) (2024-06-12)


Expand Down
7 changes: 7 additions & 0 deletions packages/server-core-realtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-core-realtime-v0.5.0...server-core-realtime-v0.5.0) (2024-06-24)


### Features

* realtime library/service split ([#474](https://github.com/PrivateAIM/hub/issues/474)) ([43c2dfa](https://github.com/PrivateAIM/hub/commit/43c2dfad654cc61ca9784914cbad56c684434088))

## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-realtime-v0.4.0...server-realtime-v0.5.0) (2024-06-12)


Expand Down
21 changes: 21 additions & 0 deletions packages/server-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-core-v0.5.0...server-core-v0.5.0) (2024-06-24)


### Features

* adjusted code references for core -> core-kit package renaming ([321b8ac](https://github.com/PrivateAIM/hub/commit/321b8acb33e4fdd93252c72da34fac34cc86cd9f))
* initial core -> core-kit package renaming ([9ac9709](https://github.com/PrivateAIM/hub/commit/9ac970999922bc76e3f88381f4d3351a51147a46))
* realtime library/service split ([#474](https://github.com/PrivateAIM/hub/issues/474)) ([43c2dfa](https://github.com/PrivateAIM/hub/commit/43c2dfad654cc61ca9784914cbad56c684434088))
* tar use new onReadEntry in favor of deprecated onentry fn ([9294bc0](https://github.com/PrivateAIM/hub/commit/9294bc01db06c194a112e6ac51df4defc94363f7))


### Bug Fixes

* analysis-bucket-file delete operation & auth plugin nuxt-app access ([86e3a2d](https://github.com/PrivateAIM/hub/commit/86e3a2da2b780c1080c83b761f3b0a189c3580de))
* **deps:** bump amqp-extension from 4.0.0-beta.2 to 4.0.0-beta.3 ([#457](https://github.com/PrivateAIM/hub/issues/457)) ([2585ea2](https://github.com/PrivateAIM/hub/commit/2585ea2b22b969c21e82b3b92b2e795198dd5f44))
* **deps:** bump tar from 7.2.0 to 7.4.0 ([#471](https://github.com/PrivateAIM/hub/issues/471)) ([c2ca2e6](https://github.com/PrivateAIM/hub/commit/c2ca2e6877d5230efeba311d4b4de8e97bbadadf))
* http node read handler ([19c41b7](https://github.com/PrivateAIM/hub/commit/19c41b7184460b4bf9c30652fa0944fb4431deea))
* project-node read endpoint ([6c46153](https://github.com/PrivateAIM/hub/commit/6c46153114eec1f6aaa9e9fd1dae0bc69519ef89))
* remove node email attribute ([66ee923](https://github.com/PrivateAIM/hub/commit/66ee923c424468e79eba39766ce5fd8443d79811))
* restriction for analysis-node collection endpoint ([73412f9](https://github.com/PrivateAIM/hub/commit/73412f95d1b13ccacf45bfa4e99dcdcc1ea4dfef))

## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-core-v0.4.0...server-core-v0.5.0) (2024-06-12)


Expand Down
7 changes: 7 additions & 0 deletions packages/server-http-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-http-kit-v0.5.0...server-http-kit-v0.5.0) (2024-06-24)


### Miscellaneous Chores

* **server-http-kit:** Synchronize main versions

## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-http-kit-v0.4.0...server-http-kit-v0.5.0) (2024-06-12)


Expand Down
12 changes: 12 additions & 0 deletions packages/server-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-kit-v0.5.0...server-kit-v0.5.0) (2024-06-24)


### Features

* adjusted code references for core -> core-kit package renaming ([321b8ac](https://github.com/PrivateAIM/hub/commit/321b8acb33e4fdd93252c72da34fac34cc86cd9f))


### Bug Fixes

* **deps:** bump amqp-extension from 4.0.0-beta.2 to 4.0.0-beta.3 ([#457](https://github.com/PrivateAIM/hub/issues/457)) ([2585ea2](https://github.com/PrivateAIM/hub/commit/2585ea2b22b969c21e82b3b92b2e795198dd5f44))

## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-kit-v0.4.0...server-kit-v0.5.0) (2024-06-12)


Expand Down
8 changes: 8 additions & 0 deletions packages/server-messenger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-messenger-v0.5.0...server-messenger-v0.5.0) (2024-06-24)


### Features

* realtime library/service split ([#474](https://github.com/PrivateAIM/hub/issues/474)) ([43c2dfa](https://github.com/PrivateAIM/hub/commit/43c2dfad654cc61ca9784914cbad56c684434088))
7 changes: 7 additions & 0 deletions packages/server-realtime-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-realtime-kit-v0.5.0...server-realtime-kit-v0.5.0) (2024-06-24)


### Features

* realtime library/service split ([#474](https://github.com/PrivateAIM/hub/issues/474)) ([43c2dfa](https://github.com/PrivateAIM/hub/commit/43c2dfad654cc61ca9784914cbad56c684434088))

## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-realtime-kit-v0.4.0...server-realtime-kit-v0.5.0) (2024-06-12)


Expand Down
9 changes: 9 additions & 0 deletions packages/server-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-storage-v0.5.0...server-storage-v0.5.0) (2024-06-24)


### Bug Fixes

* **deps:** bump minio from 8.0.0 to 8.0.1 ([#478](https://github.com/PrivateAIM/hub/issues/478)) ([4df786b](https://github.com/PrivateAIM/hub/commit/4df786b10b385504e0ee1a384699541fcb0954b5))
* **storage:** add missing logger configuration + enhanced db queries ([5fd1515](https://github.com/PrivateAIM/hub/commit/5fd15156cb6aaae254a2710bb832a58ce789c20d))
* **storage:** use primary key as minio bucket name + persist minio storage in docker-compose ([cfc4cbb](https://github.com/PrivateAIM/hub/commit/cfc4cbbb3df1cfe1a6c56cae7fc1efffd44971d9))

## [0.5.0](https://github.com/PrivateAIM/hub/compare/server-storage-v0.4.0...server-storage-v0.5.0) (2024-06-12)


Expand Down
7 changes: 7 additions & 0 deletions packages/storage-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.0](https://github.com/PrivateAIM/hub/compare/storage-kit-v0.5.0...storage-kit-v0.5.0) (2024-06-24)


### Miscellaneous Chores

* **storage-kit:** Synchronize main versions

## [0.5.0](https://github.com/PrivateAIM/hub/compare/storage-kit-v0.4.0...storage-kit-v0.5.0) (2024-06-12)


Expand Down

0 comments on commit f3472eb

Please sign in to comment.