Merge branch 'dev', remote-tracking branch 'origin' into feature/prometheus-exporter

This commit is contained in:
Eugene Burmakin
2025-07-26 12:49:58 +02:00
5 changed files with 9 additions and 9 deletions

View File

@@ -4,13 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
# [0.30.4] - 2025-07-25
# [0.30.4] - 2025-07-26
## Added
- Prometheus metrics are now available at `/metrics`. Configure `METRICS_USERNAME` and `METRICS_PASSWORD` environment variables for basic authentication. All other prometheus-related environment variables are also necessary.
## Fixed
- The Warden error in jobs is now fixed. #1556
# [0.30.3] - 2025-07-23