mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
v1.27.3
This commit is contained in:
@@ -3,6 +3,17 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.27.3](https://github.com/certd/certd/compare/v1.27.2...v1.27.3) (2024-11-13)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 修复偶发性cname一直验证超时的bug ([d2ce72e](https://github.com/certd/certd/commit/d2ce72e4aaacdf726ba8b91fcd71db40a27714ba))
|
||||
* 修复邮件配置,忽略证书校验设置不生效的bug ([66a9690](https://github.com/certd/certd/commit/66a9690dc958732e1b3c672d965db502296446f9))
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* 优化上传到主机插 路径选择,根据证书格式显示 ([8c3f86c](https://github.com/certd/certd/commit/8c3f86c6909ed91f48bb2880e78834e22f6f6a29))
|
||||
|
||||
## [1.27.2](https://github.com/certd/certd/compare/v1.27.1...v1.27.2) (2024-11-08)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@certd/ui-server",
|
||||
"version": "1.27.2",
|
||||
"version": "1.27.3",
|
||||
"description": "fast-server base midway",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
@@ -29,17 +29,17 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@alicloud/pop-core": "^1.7.10",
|
||||
"@certd/acme-client": "^1.27.2",
|
||||
"@certd/basic": "^1.27.2",
|
||||
"@certd/commercial-core": "^1.27.2",
|
||||
"@certd/lib-huawei": "^1.27.2",
|
||||
"@certd/lib-k8s": "^1.27.2",
|
||||
"@certd/lib-server": "^1.27.2",
|
||||
"@certd/midway-flyway-js": "^1.27.2",
|
||||
"@certd/pipeline": "^1.27.2",
|
||||
"@certd/plugin-cert": "^1.27.2",
|
||||
"@certd/plugin-plus": "^1.27.2",
|
||||
"@certd/plus-core": "^1.27.2",
|
||||
"@certd/acme-client": "^1.27.3",
|
||||
"@certd/basic": "^1.27.3",
|
||||
"@certd/commercial-core": "^1.27.3",
|
||||
"@certd/lib-huawei": "^1.27.3",
|
||||
"@certd/lib-k8s": "^1.27.3",
|
||||
"@certd/lib-server": "^1.27.3",
|
||||
"@certd/midway-flyway-js": "^1.27.3",
|
||||
"@certd/pipeline": "^1.27.3",
|
||||
"@certd/plugin-cert": "^1.27.3",
|
||||
"@certd/plugin-plus": "^1.27.3",
|
||||
"@certd/plus-core": "^1.27.3",
|
||||
"@huaweicloud/huaweicloud-sdk-cdn": "^3.1.120",
|
||||
"@huaweicloud/huaweicloud-sdk-core": "^3.1.120",
|
||||
"@koa/cors": "^5.0.0",
|
||||
|
||||
Reference in New Issue
Block a user