Skip to content

Commit 7759654

Browse files
Release 0.70.0
1 parent e1567c7 commit 7759654

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.70.0 - 2025-06-04
4+
5+
- [IMPROVEMENT] Make owner fields not nullable #581
6+
- [IMPROVEMENT] Permission check for Alertmanager #595
7+
- [IMPROVEMENT] Fix UI quirks in the Farm Register page #604
8+
- [IMPROVEMENT] Add 'Token' panel to UI #596
9+
- [IMPROVEMENT] Fix UI quirks in Farm detail page #602
10+
- [IMPROVEMENT] Set owner when adding external farms #599
11+
- [IMPROVEMENT] Improve the feature displaying data source load #597
12+
- [IMPROVEMENT] Preventing the browser from caching promgen.vue.js file #600
13+
- [IMPROVEMENT] Rename some buttons #598
14+
- [IMPROVEMENT] Disengage Farm Update from Project #594
15+
- [IMPROVEMENT] Use DRF's APIView for AlertReceiver API #591
16+
- [IMPROVEMENT] Fix LegacyKeyValueFormat warnings in Dockerfile #589
17+
- [CLEANUP] Delete the unused template file url_form.html #592
18+
- [BUGFIX] Fix external Farm linkage #605
19+
- [BUGFIX] Trim whitespaces of search input #593
20+
- [BUGFIX] "Home" link in some breadcrumbs redirects to "Services" page #588
21+
- [INTERNAL] Bump docker/build-push-action from 6.17.0 to 6.18.0 #601
22+
- [INTERNAL] Update CODEOWNERS #606
23+
- [INTERNAL] Bump docker/build-push-action from 6.16.0 to 6.17.0 #590
24+
- [INTERNAL] Bump docker/build-push-action from 6.15.0 to 6.16.0 #587
25+
- [INTERNAL] Bump actions/setup-python from 5.5.0 to 5.6.0 #586
26+
327
# v0.69.0 - 2025-04-25
428

529
- [IMPROVEMENT] Return owner name in Farm API #583

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

0 commit comments

Comments
 (0)