Skip to content

Releases: line/promgen

v0.46

01 Apr 01:42
Compare
Choose a tag to compare

Breaking

Promgen no longer defaults ALLOWED_HOSTS = ['*'] so deployments should set it properly.
You can also export ALLOWED_HOSTS=* to disable this check

See: https://docs.djangoproject.com/en/2.2/ref/settings/#std:setting-ALLOWED_HOSTS

  • [BUGFIX] Fix unique_together for Exporter #267
  • [BUGFIX] Fix Makefile command #265
  • [BUGFIX] Fix exporter test button #263
  • [BUGFIX] Fix missing scheme on default exporter #259
  • [BUGFIX] Fix test data for notifier test #257
  • [BUGFIX] Fix missing error message with duplicate Rule name #254
  • [BUGFIX] Fix race condition between process and index alerts #251 #250
  • [ENHANCEMENT] Allow toggling notifiers #258
  • [ENHANCEMENT] Allow quick access to Prometheus ui from Project #252

v0.45.3

11 Mar 07:41
Compare
Choose a tag to compare
  • [BUGFIX] Fix test data for notifier test #257

v0.45.2

11 Mar 02:30
Compare
Choose a tag to compare
  • [BUGFIX] Fix missing error message with duplicate Rule name #254

v0.45.1

03 Mar 05:03
Compare
Choose a tag to compare
  • [BUGFIX] Fix race condition between process and index alerts #251 #250

v0.45

02 Mar 05:33
Compare
Choose a tag to compare
  • [BUGFIX] Update to redirect to correct location #246
  • [ENHANCEMENT] Allow filtering alerts on alert list page #242
  • [INTERNAL] Cleanup some minor migration issues #241
  • [INTERNAL] Cleanup test cases #243
  • [INTERNAL] Helper to rewrite query string for paginated lists #244
  • [INTERNAL] Refactoring help_text #237
  • [INTERNAL] Rename commands to better group similar functionality #247
  • [INTERNAL] Update circleci config #245

v0.44

21 Feb 04:54
Compare
Choose a tag to compare
  • [BUGFIX] Add missing duration label to rules page #238
  • [BUGFIX] Fix for labelvalues #234, #240
  • [ENHANCEMENT] Support http/https when configuring exporters #235

v0.43.1

14 Feb 05:57
Compare
Choose a tag to compare
  • [BUGFIX] Fix for labelvalues #234

v0.43

12 Feb 06:27
Compare
Choose a tag to compare
  • [BUGFIX] Fix login redirect with social auth #230
  • [BUGFIX] Add validation to Shard, Service, Project, and Farm name #228
  • [INTERNAL] Start refactoring api into /rest/ namespace #224
  • [BUGFIX] Fixes to unit tests to avoid signal errors #216
  • [DOCUMENTATION] Fix reference to old endpoint #206

v0.42

03 Dec 01:41
Compare
Choose a tag to compare
  • [BUGFIX] Pin kombu to 4.6.3 to fix bug with redis exchange #197
  • [IMPROVEMENT] Show read-only view of incoming alerts #199
  • [IMPROVEMENT] Tracking for failed alerts #200
  • [INTERNAL] Refactor Metrics collector #201

v0.41.1

13 Nov 06:04
Compare
Choose a tag to compare
  • [BUGFIX] Pin kombu to 4.6.3 to fix bug with redis exchange #197