diff --git a/docs/guide/changelogs/CHANGELOG.md b/docs/guide/changelogs/CHANGELOG.md index d21acdad..0f437145 100644 --- a/docs/guide/changelogs/CHANGELOG.md +++ b/docs/guide/changelogs/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.36.12](https://github.com/certd/certd/compare/v1.36.11...v1.36.12) (2025-07-22) + +### Bug Fixes + +* 上传到阿里云cas,证书前缀无效的bug ([b382351](https://github.com/certd/certd/commit/b382351c7b91ec10e1f61d94bec5aad075207ec8)) +* 修复自定义插件onlyAdmin报错的bug ([4e5e862](https://github.com/certd/certd/commit/4e5e862f5834ad180e4428959c272d444a6f78ab)) + +### Performance Improvements + +* 部署到k8s,tke,ack忽悠证书校验 ([ab84835](https://github.com/certd/certd/commit/ab848353621869464a2c9a45fdb5e28d998b8a58)) +* 首页增加更新日志按钮 ([41ce848](https://github.com/certd/certd/commit/41ce8489dc2f03a705dfa3fbb357769defb56c60)) +* 增加版本过低提示 ([d1ce360](https://github.com/certd/certd/commit/d1ce36038cab72b5dc1b320d0a708c261ffbdacb)) + ## [1.36.11](https://github.com/certd/certd/compare/v1.36.10...v1.36.11) (2025-07-22) ### Bug Fixes diff --git a/packages/core/acme-client/package.json b/packages/core/acme-client/package.json index d9531027..ff985e53 100644 --- a/packages/core/acme-client/package.json +++ b/packages/core/acme-client/package.json @@ -69,5 +69,5 @@ "bugs": { "url": "https://github.com/publishlab/node-acme-client/issues" }, - "gitHead": "7f9c4e52ac5c3837b251d3b2508457ce802e11cb" + "gitHead": "02aeb321ced3a6ac3e24e77964c497f3cc64f6a8" } diff --git a/packages/core/basic/package.json b/packages/core/basic/package.json index 240d08c6..c1b0b0e4 100644 --- a/packages/core/basic/package.json +++ b/packages/core/basic/package.json @@ -45,5 +45,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "7f9c4e52ac5c3837b251d3b2508457ce802e11cb" + "gitHead": "02aeb321ced3a6ac3e24e77964c497f3cc64f6a8" } diff --git a/packages/core/pipeline/package.json b/packages/core/pipeline/package.json index 50ab19a4..843ded87 100644 --- a/packages/core/pipeline/package.json +++ b/packages/core/pipeline/package.json @@ -44,5 +44,5 @@ "tslib": "^2.8.1", "typescript": "^5.4.2" }, - "gitHead": "7f9c4e52ac5c3837b251d3b2508457ce802e11cb" + "gitHead": "02aeb321ced3a6ac3e24e77964c497f3cc64f6a8" } diff --git a/packages/libs/lib-huawei/package.json b/packages/libs/lib-huawei/package.json index 4540f303..e4fa0db0 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": "7f9c4e52ac5c3837b251d3b2508457ce802e11cb" + "gitHead": "02aeb321ced3a6ac3e24e77964c497f3cc64f6a8" } diff --git a/packages/libs/lib-iframe/package.json b/packages/libs/lib-iframe/package.json index 6edf64b6..c96ee987 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": "7f9c4e52ac5c3837b251d3b2508457ce802e11cb" + "gitHead": "02aeb321ced3a6ac3e24e77964c497f3cc64f6a8" } diff --git a/packages/libs/lib-jdcloud/package.json b/packages/libs/lib-jdcloud/package.json index 57d8694b..eeb16bc7 100644 --- a/packages/libs/lib-jdcloud/package.json +++ b/packages/libs/lib-jdcloud/package.json @@ -61,5 +61,5 @@ "fetch" ] }, - "gitHead": "7f9c4e52ac5c3837b251d3b2508457ce802e11cb" + "gitHead": "02aeb321ced3a6ac3e24e77964c497f3cc64f6a8" } diff --git a/packages/libs/lib-k8s/package.json b/packages/libs/lib-k8s/package.json index ccfc1841..4439b137 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": "7f9c4e52ac5c3837b251d3b2508457ce802e11cb" + "gitHead": "02aeb321ced3a6ac3e24e77964c497f3cc64f6a8" } diff --git a/packages/libs/lib-server/package.json b/packages/libs/lib-server/package.json index 00a937ae..2e237073 100644 --- a/packages/libs/lib-server/package.json +++ b/packages/libs/lib-server/package.json @@ -61,5 +61,5 @@ "typeorm": "^0.3.11", "typescript": "^5.4.2" }, - "gitHead": "7f9c4e52ac5c3837b251d3b2508457ce802e11cb" + "gitHead": "02aeb321ced3a6ac3e24e77964c497f3cc64f6a8" } diff --git a/packages/libs/midway-flyway-js/package.json b/packages/libs/midway-flyway-js/package.json index 5e148203..b9dc3ecc 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": "7f9c4e52ac5c3837b251d3b2508457ce802e11cb" + "gitHead": "02aeb321ced3a6ac3e24e77964c497f3cc64f6a8" } diff --git a/packages/plugins/plugin-cert/package.json b/packages/plugins/plugin-cert/package.json index cd1738cc..ff650b51 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": "7f9c4e52ac5c3837b251d3b2508457ce802e11cb" + "gitHead": "02aeb321ced3a6ac3e24e77964c497f3cc64f6a8" } diff --git a/packages/plugins/plugin-lib/package.json b/packages/plugins/plugin-lib/package.json index 458bb26b..884c1e3d 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": "7f9c4e52ac5c3837b251d3b2508457ce802e11cb" + "gitHead": "02aeb321ced3a6ac3e24e77964c497f3cc64f6a8" }