mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
v1.29.3
This commit is contained in:
@@ -3,6 +3,18 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.29.3](https://github.com/certd/certd/compare/v1.29.2...v1.29.3) (2025-01-04)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 修复系统级授权无法查看密钥的bug ([8644348](https://github.com/certd/certd/commit/8644348fc41ae2e1672f946ca37e5d3a674e0218))
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* 优化站点证书检查页面,检查增加3次重试 ([e6dd7cd](https://github.com/certd/certd/commit/e6dd7cd54a3e23897031b5df6e0c3cdc0545d35a))
|
||||
* 支持http校验方式申请证书 ([405591c](https://github.com/certd/certd/commit/405591c5d08fa1a3b228ee3980199e7731cfec4a))
|
||||
* http校验方式,支持七牛云oss、阿里云oss、腾讯云cos ([3f74d4d](https://github.com/certd/certd/commit/3f74d4d9e5f5d0e629b44cff1895b3f7a8fbcafc))
|
||||
|
||||
## [1.29.2](https://github.com/certd/certd/compare/v1.29.1...v1.29.2) (2024-12-25)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@certd/ui-server",
|
||||
"version": "1.29.2",
|
||||
"version": "1.29.3",
|
||||
"description": "fast-server base midway",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
@@ -34,18 +34,18 @@
|
||||
"@aws-sdk/client-acm": "^3.699.0",
|
||||
"@aws-sdk/client-cloudfront": "^3.699.0",
|
||||
"@aws-sdk/client-s3": "^3.705.0",
|
||||
"@certd/acme-client": "^1.29.2",
|
||||
"@certd/basic": "^1.29.2",
|
||||
"@certd/commercial-core": "^1.29.2",
|
||||
"@certd/lib-huawei": "^1.29.2",
|
||||
"@certd/lib-k8s": "^1.29.2",
|
||||
"@certd/lib-server": "^1.29.2",
|
||||
"@certd/midway-flyway-js": "^1.29.2",
|
||||
"@certd/pipeline": "^1.29.2",
|
||||
"@certd/plugin-cert": "^1.29.2",
|
||||
"@certd/plugin-lib": "^1.29.2",
|
||||
"@certd/plugin-plus": "^1.29.2",
|
||||
"@certd/plus-core": "^1.29.2",
|
||||
"@certd/acme-client": "^1.29.3",
|
||||
"@certd/basic": "^1.29.3",
|
||||
"@certd/commercial-core": "^1.29.3",
|
||||
"@certd/lib-huawei": "^1.29.3",
|
||||
"@certd/lib-k8s": "^1.29.3",
|
||||
"@certd/lib-server": "^1.29.3",
|
||||
"@certd/midway-flyway-js": "^1.29.3",
|
||||
"@certd/pipeline": "^1.29.3",
|
||||
"@certd/plugin-cert": "^1.29.3",
|
||||
"@certd/plugin-lib": "^1.29.3",
|
||||
"@certd/plugin-plus": "^1.29.3",
|
||||
"@certd/plus-core": "^1.29.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