[1.13.0] - 2024-04-15
⚠️ This release introduces 2 breaking changes in terms of usability !
- the
kubenurse_request_duration
metric is deprecated, rendered redundant by commit cdcc063, is replaced by thehttpclient_request_duration_seconds
metric - the log format is changing, so you must adapt your log processing if you used to alert on the log output. good news is that logs are now slog formatted, with key=value details
Full Changelog: v1.12.3...v1.13.0
🚀 Features
- [breaking] Use slog and add event type to error counter - (e9d51a2)
🐛 Bug Fixes
- (ci) Change kubenurse startup string in test condition - (bd91d7d)
- (ci) Update metric name for sanity check - (c3e7287)
- (server) Improve error handling for histogram buckets parsing - (e324325)
🚜 Refactor
- [breaking] Remove kubenurse_request_duration histogram - (3061b64)
📚 Documentation
⚙️ Miscellaneous Tasks
Build
- (artifacthub) Add validation file - (e2bf079)