Skip to content

v1.13.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Apr 12:40
· 18 commits to main since this release
55bd79f

[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 the httpclient_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

  • (drawings) Add excalidraw file - (852ab85)
  • (readme.md) Format metrics as a table - (6a35209)

⚙️ Miscellaneous Tasks

Build

  • (artifacthub) Add validation file - (e2bf079)