Skip to content

Commit

Permalink
release v1.5.27
Browse files Browse the repository at this point in the history
  • Loading branch information
mouday committed Nov 21, 2023
1 parent df49347 commit 70ced6b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- v1.5.27(2023-11-21)
-

- v1.5.25(2023-10-23)
- 修复 证书申请列表无法搜索的问题
- 增加开发环境debug日志
Expand Down
8 changes: 8 additions & 0 deletions doc/source/manual/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,14 @@ scrape_configs:
请求地址:http://127.0.0.1:8000/metrics
示例
```
POST http://127.0.0.1:8000/metrics
Content-Type: application/json
Authorization: Bearer <token>
```
返回数据示例:
```text
Expand Down
2 changes: 1 addition & 1 deletion domain_admin/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
"""
from __future__ import print_function, unicode_literals, absolute_import, division

VERSION = '1.5.26'
VERSION = '1.5.27'

0 comments on commit 70ced6b

Please sign in to comment.