diff --git a/docs/guide/changelogs/CHANGELOG.md b/docs/guide/changelogs/CHANGELOG.md index d1e31539..e24030c4 100644 --- a/docs/guide/changelogs/CHANGELOG.md +++ b/docs/guide/changelogs/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.37.10](https://github.com/certd/certd/compare/v1.37.9...v1.37.10) (2025-11-19) + +### Performance Improvements + +* 优化dokploy 部署插件,配置选择serverId ([c9709f2](https://github.com/certd/certd/commit/c9709f26981c1cc9f71c14babb204329fcae0db5)) +* 站点证书监控备注输入框改成textarea ([70b603d](https://github.com/certd/certd/commit/70b603d601c34f39148c2ab70c655c51babf563d)) + ## [1.37.9](https://github.com/certd/certd/compare/v1.37.8...v1.37.9) (2025-11-19) ### Bug Fixes diff --git a/docs/guide/plugins/deploy.md b/docs/guide/plugins/deploy.md index 2c8c6cef..fffdfd0f 100644 --- a/docs/guide/plugins/deploy.md +++ b/docs/guide/plugins/deploy.md @@ -62,7 +62,7 @@ | 14.| **威联通-部署证书到威联通** | 部署证书到qnap | | 15.| **飞牛NAS-部署证书** | | | 16.| **Proxmox-上传证书到Proxmox** | | -| 17.| **Dokploy-更新证书** | 自动更新Dokploy证书 | +| 17.| **Dokploy-部署server证书** | 自动更新Dokploy server证书 | ## 5. 阿里云 | 序号 | 名称 | 说明 | diff --git a/packages/core/acme-client/package.json b/packages/core/acme-client/package.json index c8ee4826..4ea0e581 100644 --- a/packages/core/acme-client/package.json +++ b/packages/core/acme-client/package.json @@ -70,5 +70,5 @@ "bugs": { "url": "https://github.com/publishlab/node-acme-client/issues" }, - "gitHead": "8bfdef79c48c3151089107ead7134ce4515fd5bc" + "gitHead": "eb41a3655fe91af94f1c42a51aaa9122edfcf40e" } diff --git a/packages/core/basic/package.json b/packages/core/basic/package.json index 2529dd06..62a708e1 100644 --- a/packages/core/basic/package.json +++ b/packages/core/basic/package.json @@ -46,5 +46,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "8bfdef79c48c3151089107ead7134ce4515fd5bc" + "gitHead": "eb41a3655fe91af94f1c42a51aaa9122edfcf40e" } diff --git a/packages/core/pipeline/package.json b/packages/core/pipeline/package.json index 733ace53..ca4b0637 100644 --- a/packages/core/pipeline/package.json +++ b/packages/core/pipeline/package.json @@ -45,5 +45,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "8bfdef79c48c3151089107ead7134ce4515fd5bc" + "gitHead": "eb41a3655fe91af94f1c42a51aaa9122edfcf40e" } diff --git a/packages/libs/lib-huawei/package.json b/packages/libs/lib-huawei/package.json index d4ea70c8..de52b5cb 100644 --- a/packages/libs/lib-huawei/package.json +++ b/packages/libs/lib-huawei/package.json @@ -24,5 +24,5 @@ "prettier": "^2.8.8", "tslib": "^2.8.1" }, - "gitHead": "8bfdef79c48c3151089107ead7134ce4515fd5bc" + "gitHead": "eb41a3655fe91af94f1c42a51aaa9122edfcf40e" } diff --git a/packages/libs/lib-iframe/package.json b/packages/libs/lib-iframe/package.json index 7d5b9e5e..7fa3d169 100644 --- a/packages/libs/lib-iframe/package.json +++ b/packages/libs/lib-iframe/package.json @@ -31,5 +31,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "8bfdef79c48c3151089107ead7134ce4515fd5bc" + "gitHead": "eb41a3655fe91af94f1c42a51aaa9122edfcf40e" } diff --git a/packages/libs/lib-jdcloud/package.json b/packages/libs/lib-jdcloud/package.json index f25e2991..98843ba6 100644 --- a/packages/libs/lib-jdcloud/package.json +++ b/packages/libs/lib-jdcloud/package.json @@ -61,5 +61,5 @@ "fetch" ] }, - "gitHead": "8bfdef79c48c3151089107ead7134ce4515fd5bc" + "gitHead": "eb41a3655fe91af94f1c42a51aaa9122edfcf40e" } diff --git a/packages/libs/lib-k8s/package.json b/packages/libs/lib-k8s/package.json index 00a31397..1169e7b4 100644 --- a/packages/libs/lib-k8s/package.json +++ b/packages/libs/lib-k8s/package.json @@ -32,5 +32,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "8bfdef79c48c3151089107ead7134ce4515fd5bc" + "gitHead": "eb41a3655fe91af94f1c42a51aaa9122edfcf40e" } diff --git a/packages/libs/lib-server/package.json b/packages/libs/lib-server/package.json index 4c8f2c33..33642cc2 100644 --- a/packages/libs/lib-server/package.json +++ b/packages/libs/lib-server/package.json @@ -64,5 +64,5 @@ "typeorm": "^0.3.11", "typescript": "^5.4.2" }, - "gitHead": "8bfdef79c48c3151089107ead7134ce4515fd5bc" + "gitHead": "eb41a3655fe91af94f1c42a51aaa9122edfcf40e" } diff --git a/packages/libs/midway-flyway-js/package.json b/packages/libs/midway-flyway-js/package.json index 8bfbdbca..e8c027fb 100644 --- a/packages/libs/midway-flyway-js/package.json +++ b/packages/libs/midway-flyway-js/package.json @@ -46,5 +46,5 @@ "typeorm": "^0.3.11", "typescript": "^5.4.2" }, - "gitHead": "8bfdef79c48c3151089107ead7134ce4515fd5bc" + "gitHead": "eb41a3655fe91af94f1c42a51aaa9122edfcf40e" } diff --git a/packages/plugins/plugin-cert/package.json b/packages/plugins/plugin-cert/package.json index 211e690c..70eb3a2f 100644 --- a/packages/plugins/plugin-cert/package.json +++ b/packages/plugins/plugin-cert/package.json @@ -43,5 +43,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "8bfdef79c48c3151089107ead7134ce4515fd5bc" + "gitHead": "eb41a3655fe91af94f1c42a51aaa9122edfcf40e" } diff --git a/packages/plugins/plugin-lib/package.json b/packages/plugins/plugin-lib/package.json index 21d056fe..12adcd04 100644 --- a/packages/plugins/plugin-lib/package.json +++ b/packages/plugins/plugin-lib/package.json @@ -53,5 +53,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "8bfdef79c48c3151089107ead7134ce4515fd5bc" + "gitHead": "eb41a3655fe91af94f1c42a51aaa9122edfcf40e" }