Releases: line/promgen
Releases · line/promgen
v0.58.1 - 2023-08-07
This release is primarily focused on upgrading Python version and assorted package versions.
- [BUGFIX] Fix for rule prefetch on /search #435
- [BUGFIX] Fix testing site rules with expected_labels #425
- [BUGFIX] Stricter checks about silencing global rules #433
- [IMPROVEMENT] Add debug warning to top of page #426
- [IMPROVEMENT] Additional alert filters #432
- [INTERNAL] Convert Rule label/annotation storage to JsonField #427
- [INTERNAL] Update requirements #431
- [INTERNAL] Upgrade to Python3.9 #429
- [INTERNAL] Use ruff for formatting #434
Full Changelog: v0.57.0...v0.58.1
v0.58.0 - 2023-08-07
This release is primarily focused on upgrading Python version and assorted package versions.
- [BUGFIX] Fix testing site rules with expected_labels #425
- [BUGFIX] Stricter checks about silencing global rules #433
- [IMPROVEMENT] Add debug warning to top of page #426
- [IMPROVEMENT] Additional alert filters #432
- [INTERNAL] Convert Rule label/annotation storage to JsonField #427
- [INTERNAL] Update requirements #431
- [INTERNAL] Upgrade to Python3.9 #429
- [INTERNAL] Use ruff for formatting #434
Full Changelog: v0.57.0...v0.58.0
v0.57.0 - 2023-06-12
- [BUGFIX] Fix DatasourceList view #405
- [IMPROVEMENT] Improve notifiers description #417
- [IMPROVEMENT] Rule Test should check for unrelated labels #424
- [IMPROVEMENT] Show rule description in rule page #403
- [INTERNAL] Migrate more tests to use fixtures #418
- [INTERNAL] Update docker-compose demo environment #402
- [INTERNAL] Upgrade to use pip-compile #406
- [INTERNAL] Use Black to format #416
Full Changelog: v0.56.0...v0.57.0
v0.56.0
- [BUGFIX] Fix handling of kwargs in skip_raw decorator #396
- [BUGFIX] Fix missing
load i18n
tag #395 - [IMPROVEMENT] Improve styling in new rule form #394
- [IMPROVEMENT] More descriptive home page when no subscribed services #399
- [INTERNAL] Regroup and improve web test cases #398
- [INTERNAL] Run pyupgrade on code in prep for more lint cleanup #397
Full Changelog: v0.55.0...v0.56.0
v0.55.1
v0.55.0
- [BUGFIX] Fix for duplicate user subscribe #389
- [BUGFIX] Fix missing closing div tag which triggered VueJS error #385
- [BUGFIX] Hostname validator based off URLValidator #383
- [BUGFIX] Update validator to allow hostname only entries #386
- [CHANGE] Enable copied rules by default #391
- [IMPROVEMENT] Add support for SENTRY_SEND_DEFAULT_PII flag #393
- [IMPROVEMENT] Package updates #392
- [IMPROVEMENT] Support help_menu.inc.html override #388
- [IMPROVEMENT] Unify text on register buttons #390
- [INTERNAL] Update tests to use common test fixtures for better consistency #384
v0.54.3 - 2022-02-04
-[BUGFIX] Update validator to allow hostname only entries #386
v0.54.2 - 2022-01-31
- [BUGFIX] Fix missing closing div tag which triggered VueJS error #385
v0.54.1 - 2022-01-25
- [BUGFIX] Hostname validator based off URLValidator #383
v0.54 - 2022-01-24
- [BUGFIX] envdir import fix #379
- [BUGFIX] Missing CSRF token on API page #374
- [BUGFIX] Use RegexValidator for validating hostnames #380
- [CLEANUP] Remove unused JS dependencies #378
- [IMPROVEMENT] Improve list rendering in Vue #373
- [IMPROVEMENT] Improve performance of rendering alerts and silences #372
- [IMPROVEMENT] Move silence form to a separate component #377
- [IMPROVEMENT] Replace Moment with Luxon #375
Full Changelog: v0.53...v0.54.0