Skip to content

Commit 0fb1385

Browse files
Release 0.73.0
1 parent 60a940a commit 0fb1385

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
# v0.73.0 - 2026-03-10
4+
5+
- [INTERNAL] Bump docker/build-push-action from 6.19.2 to 7.0.0 #709
6+
- [INTERNAL] Bump docker/login-action from 3.7.0 to 4.0.0 #708
7+
- [INTERNAL] Bump docker/metadata-action from 5.10.0 to 6.0.0 #707
8+
- [IMPROVEMENT] Add documentation Email and Slack notifiers #705
9+
- [IMPROVEMENT] Add migration check #704
10+
- [IMPROVEMENT] Sort the Probe list #703
11+
- [BUGFIX] Add missing migration for MetricSample model #702
12+
- [IMPROVEMENT] Support multiple PagerDuty back ends #700
13+
- [INTERNAL] Bump docker/build-push-action from 6.18.0 to 6.19.2 #698
14+
- [IMPROVEMENT] Show default value when Exporter's path is empty #696
15+
- [IMPROVEMENT] Fix UI quirks when showing notifier's value #695
16+
- [IMPROVEMENT] Add per-object permission checks #658
17+
318
# v0.72.4 - 2026-02-12
419

520
- [IMPROVEMENT] Add Alertmanager notifier #694

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.73.0"
88
authors = [{ name = "LINE Corporation", email = "dl_oss_dev@linecorp.com" }]
99
classifiers = [
1010
"Environment :: Web Environment",

0 commit comments

Comments
 (0)