Skip to content

Commit e66669f

Browse files
authored
Merge pull request #528 from kitsudaiki/tag/tag-0.7.0
related issue: #527
2 parents 00c97cc + f3b30c9 commit e66669f

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## v0.7.0
4+
5+
**Release-Date**: 2025-03-19
46

57
### BREAKING-CHANGES
68

ROADMAP.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# Roadmap
22

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

85
| Version | Release-Date | Main-Tasks | Release-Notes |
96
| ----------- | ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -12,9 +9,10 @@ get faster releases
129
| **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) |
1310
| **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) |
1411
| **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) |
15-
| **v0.6.0** | 14.12.2024 | <p> - auto-scaling of inputs and outputs based on the given data | - |
16-
| **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 | - |
17-
| **v0.8.0** | Q2/2025 | <p> - Refactoring the old dashboard into a new version | - |
18-
| **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 | - |
19-
| **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 | - |
20-
| **v0.11.0** | Q4/2025 | <p> - Multi-Node-Setup <p> - provide migration of cluster between nodes | - |
12+
| **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) |
13+
| **v0.7.0** | 19.03.2025 | <p> - big core-update | <p> [v0.7.0](https://github.com/kitsudaiki/OpenHanami/blob/develop/CHANGELOG.md#v070) |
14+
| **v0.8.0** | Q2/2025 | <p> - refactor C++ code to Rust | - |
15+
| **v0.9.0** | Q3/2025 | <p> - Refactoring the old dashboard into a new version | - |
16+
| **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 | - |
17+
| **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 | - |
18+
| **v0.12.0** | Q4/2025 | <p> - Multi-Node-Setup <p> - provide migration of cluster between nodes | - |

deploy/k8s/openhanami/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.5.0
18+
version: 0.7.0
1919

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

0 commit comments

Comments
 (0)