🚀 Release Notes 🚀
- Logs are now redirected to Stderr following input/output global standards
- Logs can now be printed in JSON format using the new argument
--json-logs. JSON logs are also natively compatible with GCP Cloud Logging specifications - Added support for global
DEFAULT_WEEKFRAMEandDEFAULT_TIMEZONEenvironment variables, allowing users to define a default weekframe and timezone (e.g.,Mon-Fri,Europe/Paris). This lets individual time settings be simplified to entries likeDEFAULT_UPTIME=08:00-20:00ordownscaler/uptime=08:00-20:00, with the weekframe and timezone automatically inferred from the global variables. - PriorityClass can now be set directly from the Helm Chart values
🏷️ What's Changed 🏷️
- Feat: Redirect Logs To Stderr by @samuel-esp in #176
- Feat: Update time specification parsing by @FlorentAZT in #173
- Feat: Introduce Argument To Enable Json Logs by @samuel-esp in #178
- feat(chart): add ability to set priorityClassName for pod by @gaetanars in #179
- Chore/Release 25.11.0 by @samuel-esp in #180
🎉 New Contributors 🎉
- @FlorentAZT made their first contribution in #173
- @gaetanars made their first contribution in #179
Full Changelog: v25.9.0...v25.12.0