diff --git a/CHANGELOG.md b/CHANGELOG.md index 19ba2f0cd..7f821f7ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## [Unreleased] +## v0.7.0 + +**Release-Date**: 2025-03-19 ### BREAKING-CHANGES diff --git a/ROADMAP.md b/ROADMAP.md index d3bf62621..7ddf19766 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -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 | | ----------- | ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | @@ -12,9 +9,10 @@ get faster releases | **v0.3.0** | 05.09.2023 |
- removded entire microservice-architecture again, because it produces too much unnecessary complexety
- big internal restructuring of the core |
[v0.3.0](https://github.com/kitsudaiki/OpenHanami/blob/develop/CHANGELOG.md#v030)
[v0.3.1](https://github.com/kitsudaiki/OpenHanami/blob/develop/CHANGELOG.md#v031)
[v0.3.2](https://github.com/kitsudaiki/OpenHanami/blob/develop/CHANGELOG.md#v032) | | **v0.4.0** | 21.01.2024 |
- big internal restructuring of the core
- provide multi-threading for the core for more performance
- added python-SDK and more endpoints |
[v0.4.0](https://github.com/kitsudaiki/OpenHanami/blob/develop/CHANGELOG.md#v040)
[v0.4.1](https://github.com/kitsudaiki/OpenHanami/blob/develop/CHANGELOG.md#v041) | | **v0.5.0** | 11.08.2024 |
- big internal restructuring of the core
- auto-scaling of internal neurons
- massive upgrade of the CI-pipline
- streaming of datasets in and out of the cluster while processing |
[v0.5.0](https://github.com/kitsudaiki/OpenHanami/blob/develop/CHANGELOG.md#v050) | -| **v0.6.0** | 14.12.2024 |
- auto-scaling of inputs and outputs based on the given data | - | -| **v0.7.0** | Q1/2024 |
- new core
- Outsource hardware related functions into new service fix permission-problems within container-setups
- connect InfluxDB as target for Measurement-Data
- bigger tests | - | -| **v0.8.0** | Q2/2025 |
- Refactoring the old dashboard into a new version | - | -| **v0.9.0** | Q2/2025 |
- add upload and download of checkpoints
- add basic encryption for checkpoints
- add support for PostgreSQL as Database
- add support for Keycloak for authentication | - | -| **v0.10.0** | Q3/2025 |
- Process for automatic version-updates of database-tables
- Base to handle different versions of datasets and checkpoints
- Enable the scaling of the cpu-speed again | - | -| **v0.11.0** | Q4/2025 |
- Multi-Node-Setup
- provide migration of cluster between nodes | - | +| **v0.6.0** | 14.12.2024 |
- auto-scaling of inputs and outputs based on the given data |
[v0.6.0](https://github.com/kitsudaiki/OpenHanami/blob/develop/CHANGELOG.md#v060) | +| **v0.7.0** | 19.03.2025 |
- big core-update |
[v0.7.0](https://github.com/kitsudaiki/OpenHanami/blob/develop/CHANGELOG.md#v070) | +| **v0.8.0** | Q2/2025 |
- refactor C++ code to Rust | - | +| **v0.9.0** | Q3/2025 |
- Refactoring the old dashboard into a new version | - | +| **v0.10.0** | Q3/2025 |
- add upload and download of checkpoints
- add basic encryption for checkpoints
- add support for PostgreSQL as Database
- add support for Keycloak for authentication | - | +| **v0.11.0** | Q4/2025 |
- Process for automatic version-updates of database-tables
- Base to handle different versions of datasets and checkpoints
- Enable the scaling of the cpu-speed again | - | +| **v0.12.0** | Q4/2025 |
- Multi-Node-Setup
- provide migration of cluster between nodes | - | diff --git a/deploy/k8s/openhanami/Chart.yaml b/deploy/k8s/openhanami/Chart.yaml index 37b780665..4a5f065e6 100644 --- a/deploy/k8s/openhanami/Chart.yaml +++ b/deploy/k8s/openhanami/Chart.yaml @@ -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