Skip to content

Commit 539caa1

Browse files
Release 0.72.4
1 parent 1fa1ee6 commit 539caa1

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
# v0.72.4 - 2026-02-12
4+
5+
- [IMPROVEMENT] Add Alertmanager notifier #694
6+
- [IMPROVEMENT] Pin Ruff's version #693
7+
- [INTERNAL] Bump docker/login-action from 3.6.0 to 3.7.0 #691
8+
- [IMPROVEMENT] Automatically set created_by field when creating new Silence #688
9+
- [IMPROVEMENT] Notifiers: Add support for PargerDuty #686
10+
- [INTERNAL] Bump actions/setup-python from 6.1.0 to 6.2.0 #690
11+
- [INTERNAL] Bump actions/checkout from 6.0.1 to 6.0.2 #689
12+
- [IMPROVEMENT] Alert notifications instrumentation #687
13+
- [IMPROVEMENT] Implement a Retry Mechanism for Celery Tasks #680
14+
- [BUGFIX] Registering an invalid URL causes an internal error #685
15+
- [IMPROVEMENT] Add Merge Users feature #683
16+
- [DOCUMENTATION] Add Promgen Task Queues explanation #684
17+
- [INTERNAL] Bump actions/checkout from 5.0.1 to 6.0.1 #682
18+
- [INTERNAL] Bump actions/setup-python from 6.0.0 to 6.1.0 #679
19+
- [INTERNAL] Bump docker/metadata-action from 5.8.0 to 5.10.0 #678
20+
- [INTERNAL] Bump actions/checkout from 5.0.0 to 5.0.1 #676
21+
- [BUGFIX] Fix overflow issue in the User Column of the Audit Table #675
22+
- [IMPROVEMENT] Show Alert's raw data inside modal #674
23+
- [IMPROVEMENT] Use fixed layout for Audit logs table #673
24+
- [IMPROVEMENT] Fix UI quirks in some tables #672
25+
- [BUGFIX] Wrong alert rule operator in docs example #671
26+
327
# v0.72.3 - 2025-11-07
428

529
- [IMPROVEMENT] Document permission system #668

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "promgen"
7-
version = "0.73.0.dev"
7+
version = "0.72.4"
88
authors = [{ name = "LINE Corporation", email = "dl_oss_dev@linecorp.com" }]
99
classifiers = [
1010
"Environment :: Web Environment",

0 commit comments

Comments
 (0)