mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
v1.36.2
This commit is contained in:
@@ -3,6 +3,16 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.36.2](https://github.com/certd/certd/compare/v1.36.1...v1.36.2) (2025-07-06)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 优化更新飞牛os证书有效期,修复某些情况下部署证书后飞牛无法访问https的bug ([610c919](https://github.com/certd/certd/commit/610c919c72037becc0ed326f5d5b18c963dfcb3a))
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* 证书检查支持自定义dns服务器 ([c53bb7c](https://github.com/certd/certd/commit/c53bb7cf677faa32729709ae0c10359db5194d7a))
|
||||
|
||||
## [1.36.1](https://github.com/certd/certd/compare/v1.36.0...v1.36.1) (2025-07-02)
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@certd/ui-server",
|
||||
"version": "1.36.1",
|
||||
"version": "1.36.2",
|
||||
"description": "fast-server base midway",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
@@ -42,18 +42,18 @@
|
||||
"@aws-sdk/client-cloudfront": "^3.699.0",
|
||||
"@aws-sdk/client-iam": "^3.699.0",
|
||||
"@aws-sdk/client-s3": "^3.705.0",
|
||||
"@certd/acme-client": "^1.36.1",
|
||||
"@certd/basic": "^1.36.1",
|
||||
"@certd/acme-client": "^1.36.2",
|
||||
"@certd/basic": "^1.36.2",
|
||||
"@certd/commercial-core": "^1.36.1",
|
||||
"@certd/cv4pve-api-javascript": "^8.4.1",
|
||||
"@certd/jdcloud": "^1.36.1",
|
||||
"@certd/lib-huawei": "^1.36.1",
|
||||
"@certd/lib-k8s": "^1.36.1",
|
||||
"@certd/lib-server": "^1.36.1",
|
||||
"@certd/midway-flyway-js": "^1.36.1",
|
||||
"@certd/pipeline": "^1.36.1",
|
||||
"@certd/plugin-cert": "^1.36.1",
|
||||
"@certd/plugin-lib": "^1.36.1",
|
||||
"@certd/jdcloud": "^1.36.2",
|
||||
"@certd/lib-huawei": "^1.36.2",
|
||||
"@certd/lib-k8s": "^1.36.2",
|
||||
"@certd/lib-server": "^1.36.2",
|
||||
"@certd/midway-flyway-js": "^1.36.2",
|
||||
"@certd/pipeline": "^1.36.2",
|
||||
"@certd/plugin-cert": "^1.36.2",
|
||||
"@certd/plugin-lib": "^1.36.2",
|
||||
"@certd/plugin-plus": "^1.36.1",
|
||||
"@certd/plus-core": "^1.36.1",
|
||||
"@huaweicloud/huaweicloud-sdk-cdn": "^3.1.120",
|
||||
|
||||
Reference in New Issue
Block a user