diff --git a/docs/guide/changelogs/CHANGELOG.md b/docs/guide/changelogs/CHANGELOG.md index fe63352e..de0ba9f4 100644 --- a/docs/guide/changelogs/CHANGELOG.md +++ b/docs/guide/changelogs/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.36.0](https://github.com/certd/certd/compare/v1.35.5...v1.36.0) (2025-07-01) + +### Bug Fixes + +* 支持自定义证书生成插件 ([481cc02](https://github.com/certd/certd/commit/481cc029fafaf280aa844cd3ca30f4653ec35d55)) + +### Features + +* 支持模版创建流水线 ([2559f0e](https://github.com/certd/certd/commit/2559f0e822db095d1d26a7f1d517622dce22a5c2)) + +### Performance Improvements + +* 阿里云waf cname站点选择支持翻页及域名查询 ([4cf9858](https://github.com/certd/certd/commit/4cf98584dacc5999752732f136246647a2f1f07d)) +* 部署到ssh主机命令支持前置命令 ([991b741](https://github.com/certd/certd/commit/991b741cbe223b342f534157da63b71e81661f8e)) +* 模版导入流水线 ([dcc8c56](https://github.com/certd/certd/commit/dcc8c569693432579709ce63656665a76bcf9a44)) +* 添加用户资料编辑功能 ([7c0f43c](https://github.com/certd/certd/commit/7c0f43c8a3052f73afee3e93c9fcbc43c44ab690)) +* 优化阿里云waf的日志信息 ([821c6d8](https://github.com/certd/certd/commit/821c6d807d4b3cc5092d09a6282b8cbafb9e7c9f)) +* 优化中英文翻译与切换 ([acaa8b1](https://github.com/certd/certd/commit/acaa8b173183b4423584ee070e6e332e0ac0eb2d)) +* 站点IP监控前先同步一下IP ([a080b60](https://github.com/certd/certd/commit/a080b606ab6e289d96b17ef7d2879b4603f889ba)) +* 支持选择运行策略设置 ([60f055f](https://github.com/certd/certd/commit/60f055f293ce237c21cd9050333dad9609eceac1)) + ## [1.35.5](https://github.com/certd/certd/compare/v1.35.4...v1.35.5) (2025-06-20) ### Bug Fixes diff --git a/packages/core/acme-client/package.json b/packages/core/acme-client/package.json index 5d398a74..debdfa4d 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": "7feece597a0d323c929b315f99750f1832b7a063" + "gitHead": "5c251ee77460440a204b1514ab30c512ce6be2c1" } diff --git a/packages/core/basic/package.json b/packages/core/basic/package.json index fd11e605..d4404e13 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": "7feece597a0d323c929b315f99750f1832b7a063" + "gitHead": "5c251ee77460440a204b1514ab30c512ce6be2c1" } diff --git a/packages/core/pipeline/package.json b/packages/core/pipeline/package.json index d27abe00..53b295ea 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": "7feece597a0d323c929b315f99750f1832b7a063" + "gitHead": "5c251ee77460440a204b1514ab30c512ce6be2c1" } diff --git a/packages/libs/lib-huawei/package.json b/packages/libs/lib-huawei/package.json index 54d093f0..727a6a46 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": "7feece597a0d323c929b315f99750f1832b7a063" + "gitHead": "5c251ee77460440a204b1514ab30c512ce6be2c1" } diff --git a/packages/libs/lib-iframe/package.json b/packages/libs/lib-iframe/package.json index c0b0ea2e..8d5d7c11 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": "7feece597a0d323c929b315f99750f1832b7a063" + "gitHead": "5c251ee77460440a204b1514ab30c512ce6be2c1" } diff --git a/packages/libs/lib-jdcloud/package.json b/packages/libs/lib-jdcloud/package.json index 22cec507..c46b0f08 100644 --- a/packages/libs/lib-jdcloud/package.json +++ b/packages/libs/lib-jdcloud/package.json @@ -61,5 +61,5 @@ "fetch" ] }, - "gitHead": "7feece597a0d323c929b315f99750f1832b7a063" + "gitHead": "5c251ee77460440a204b1514ab30c512ce6be2c1" } diff --git a/packages/libs/lib-k8s/package.json b/packages/libs/lib-k8s/package.json index 23836b9b..51367e32 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": "7feece597a0d323c929b315f99750f1832b7a063" + "gitHead": "5c251ee77460440a204b1514ab30c512ce6be2c1" } diff --git a/packages/libs/lib-server/package.json b/packages/libs/lib-server/package.json index d79fc2b8..fcf47239 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": "7feece597a0d323c929b315f99750f1832b7a063" + "gitHead": "5c251ee77460440a204b1514ab30c512ce6be2c1" } diff --git a/packages/libs/midway-flyway-js/package.json b/packages/libs/midway-flyway-js/package.json index 16c27b8b..f52d3f91 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": "7feece597a0d323c929b315f99750f1832b7a063" + "gitHead": "5c251ee77460440a204b1514ab30c512ce6be2c1" } diff --git a/packages/plugins/plugin-cert/package.json b/packages/plugins/plugin-cert/package.json index 687fed71..0a2c7b32 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": "7feece597a0d323c929b315f99750f1832b7a063" + "gitHead": "5c251ee77460440a204b1514ab30c512ce6be2c1" } diff --git a/packages/plugins/plugin-lib/package.json b/packages/plugins/plugin-lib/package.json index e18990bf..d7ab0377 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": "7feece597a0d323c929b315f99750f1832b7a063" + "gitHead": "5c251ee77460440a204b1514ab30c512ce6be2c1" }