Releases: line/promgen
Releases · line/promgen
v0.69.0 - 2025-04-25
Important notes
From this release, the Service
, Project
, Sender
and Farm
objects have an owner
field. Currently, that field can be null.
However, in the next release we are going to enforce that field to be not null, to ensure all of those objects have an owner.
You won't be able to update to the next release if any of those objects doesn't have an owner. Therefore, please take your time and check that all of those objects in your Promgen instance have an owner before the next release.
v0.68.0 - 2025-03-13
- [SECURITY] Remove 'authorization' field from the retrieve Shard API #576
v0.67.1 - 2025-03-04
v0.67.0 - 2025-02-26
- [BUGFIX] Add a missing migration for the change in regex validation #564
- [IMPROVEMENT] Improve the UI/UX of Promgen #563
- [IMPROVEMENT] Handle query for the audit logs of deleted objects #558
- [BUGFIX] Store the correct rule ID in rule annotation #556
- [IMPROVEMENT] Organize Service View Page with Tabs #551
- [IMPROVEMENT] Truncate long silence matchers #550
- [IMPROVEMENT] Service: Group action buttons inside a dropdown menu #546
v0.66.0 - 2024-09-25
- [IMPROVEMENT] Test metrics validity when testing Exporter #526
- [IMPROVEMENT] Shard: Add support for Authorization header #518
- [BUGFIX] Fix promql-query Vue component rendering #516
- [INTERNAL] Upgrade Celery #514
- [INTERNAL] Django upgrade fixes #515
- [INTERNAL] Update dependencies #513
- [INTERNAL] Update mysql settings in docker-compose #509
v0.65.0 - 2024-05-16
- [BUGFIX] Fix testing Rule query before saving #510
v0.64.0 - 2024-04-30
- [BUGFIX] Fix search: Be more specific with v-pre #506
v0.63.0 - 2024-04-25
- [BUGFIX] views/NotifierUpdate: Escape square brackets in global message #503
- [BUGFIX] global_messages: Move v-pre to a more specific place #502
- [BUGFIX] templates: Add v-pre to protect against XSS #501
- [INTERNAL] Routine Dependabot updates #500
- [INTERNAL] Bump actions/checkout from 4.1.2 to 4.1.3 #499
v0.62.0 - 2024-04-22
- [BUGFIX] Use additional v-pre tags to avoid issues with user input. #498
- [BUGFIX] Fix for foreign key check regarding m2m #497
- [BUGFIX] Reset self.object on form_invalid #496
- [BUGFIX] Fix notification splay #494
- [INTERNAL] Upgrade to Django 4.2 #495
- [INTERNAL] Migrate Black to Ruff for code formatting #487
- [IMPROVEMENT] Rewrite filter from jQuery to regular JavaScript #486