Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]
## v0.7.0

**Release-Date**: 2025-03-19

### BREAKING-CHANGES

Expand Down
18 changes: 8 additions & 10 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Roadmap

Following is the list of core-features planned for the next releases, beside the ongoing improvement
of the already existing features and code. Version v0.5.0 became too big for one release and so
starting with v0.6.0 the feature-set for the coming release will become much smaller, in order to
get faster releases
The roadmap is only a current expectation and will be updated and changed, if necessary.

| Version | Release-Date | Main-Tasks | Release-Notes |
| ----------- | ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
Expand All @@ -12,9 +9,10 @@ get faster releases
| **v0.3.0** | 05.09.2023 | <p> - removded entire microservice-architecture again, because it produces too much unnecessary complexety <p> - big internal restructuring of the core | <p> [v0.3.0](https://github.com/kitsudaiki/OpenHanami/blob/develop/CHANGELOG.md#v030) <p> [v0.3.1](https://github.com/kitsudaiki/OpenHanami/blob/develop/CHANGELOG.md#v031) <p> [v0.3.2](https://github.com/kitsudaiki/OpenHanami/blob/develop/CHANGELOG.md#v032) |
| **v0.4.0** | 21.01.2024 | <p> - big internal restructuring of the core <p> - provide multi-threading for the core for more performance <p> - added python-SDK and more endpoints | <p> [v0.4.0](https://github.com/kitsudaiki/OpenHanami/blob/develop/CHANGELOG.md#v040) <p> [v0.4.1](https://github.com/kitsudaiki/OpenHanami/blob/develop/CHANGELOG.md#v041) |
| **v0.5.0** | 11.08.2024 | <p> - big internal restructuring of the core <p> - auto-scaling of internal neurons <p> - massive upgrade of the CI-pipline <p> - streaming of datasets in and out of the cluster while processing | <p> [v0.5.0](https://github.com/kitsudaiki/OpenHanami/blob/develop/CHANGELOG.md#v050) |
| **v0.6.0** | 14.12.2024 | <p> - auto-scaling of inputs and outputs based on the given data | - |
| **v0.7.0** | Q1/2024 | <p> - new core <p> - Outsource hardware related functions into new service fix permission-problems within container-setups <p> - connect InfluxDB as target for Measurement-Data <p> - bigger tests | - |
| **v0.8.0** | Q2/2025 | <p> - Refactoring the old dashboard into a new version | - |
| **v0.9.0** | Q2/2025 | <p> - add upload and download of checkpoints <p> - add basic encryption for checkpoints <p> - add support for PostgreSQL as Database <p> - add support for Keycloak for authentication | - |
| **v0.10.0** | Q3/2025 | <p> - Process for automatic version-updates of database-tables <p> - Base to handle different versions of datasets and checkpoints <p> - Enable the scaling of the cpu-speed again | - |
| **v0.11.0** | Q4/2025 | <p> - Multi-Node-Setup <p> - provide migration of cluster between nodes | - |
| **v0.6.0** | 14.12.2024 | <p> - auto-scaling of inputs and outputs based on the given data | <p> [v0.6.0](https://github.com/kitsudaiki/OpenHanami/blob/develop/CHANGELOG.md#v060) |
| **v0.7.0** | 19.03.2025 | <p> - big core-update | <p> [v0.7.0](https://github.com/kitsudaiki/OpenHanami/blob/develop/CHANGELOG.md#v070) |
| **v0.8.0** | Q2/2025 | <p> - refactor C++ code to Rust | - |
| **v0.9.0** | Q3/2025 | <p> - Refactoring the old dashboard into a new version | - |
| **v0.10.0** | Q3/2025 | <p> - add upload and download of checkpoints <p> - add basic encryption for checkpoints <p> - add support for PostgreSQL as Database <p> - add support for Keycloak for authentication | - |
| **v0.11.0** | Q4/2025 | <p> - Process for automatic version-updates of database-tables <p> - Base to handle different versions of datasets and checkpoints <p> - Enable the scaling of the cpu-speed again | - |
| **v0.12.0** | Q4/2025 | <p> - Multi-Node-Setup <p> - provide migration of cluster between nodes | - |
2 changes: 1 addition & 1 deletion deploy/k8s/openhanami/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.5.0
version: 0.7.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down