- adaptation of changelog for 3.1.0-alfa

This commit is contained in:
Josako
2025-09-12 10:39:08 +02:00
parent 4ab8b2a714
commit 14ba53e26b

View File

@@ -5,6 +5,26 @@ All notable changes to EveAI will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [3.1.0-alfa]
### Added
- Configuration of the full k8s staging environment
- k8s installation manual (cluster-install.md)
### Changed
- Minio Bucket based approach adapted to a Folder-based approach
- Startup scripts of all eveai services adapted to a more generic and reusable approach
- Base image creation for all eveai services (iso building from scratch)
- Enabled secure Redis connection (TLS + un/pw) + connection pooling for Session, Caches and Pub/Sub
- Enable secure PostgreSQL connection (TLS)
- Integration of monitoring possibilities in cluster (Prometheus, Grafana, Alertmanager, PgAdmin4, Redis Insight, Flower)
- Introduction of Bunny.net as CDN & WAF
- Isolation of initialisation tasks (in eveai_app) into a separate 'Job' container eveai_ops
- Static files served from static pull zone (storage) on bunny.net
- Improving health and readyness checks
- Migration of dev and test with changes required for k8s
- More comprehensive error communication system
## [3.0.1-beta] ## [3.0.1-beta]
### Changed ### Changed