This commit is contained in:
xiaojunnuo
2024-10-11 00:25:47 +08:00
parent cc38f3eb29
commit 46b8108229
26 changed files with 207 additions and 53 deletions
+20
View File
@@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.26.0](https://github.com/certd/certd/compare/v1.25.9...v1.26.0) (2024-10-10)
### Bug Fixes
* 修复管理员编辑其他用户流水线任务时归属userid也被修改的bug ([e85c477](https://github.com/certd/certd/commit/e85c47744cf740b4af3b93dca7c2f0ccc818ec2f))
### Features
* 域名验证方法支持CNAME间接方式,此方式支持所有域名注册商,且无需提供Access授权,但是需要手动添加cname解析 ([f3d3508](https://github.com/certd/certd/commit/f3d35084ed44f9f33845f7045e520be5c27eed93))
* 站点个性化设置 ([11a9fe9](https://github.com/certd/certd/commit/11a9fe9014d96cba929e5a066e78f2af7ae59d14))
### Performance Improvements
* 调整静态资源到static目录 ([0584b36](https://github.com/certd/certd/commit/0584b3672b40f9042a2ed87e5627022606d046cd))
* 调整全部静态资源到static目录 ([a218890](https://github.com/certd/certd/commit/a21889080d6c7ffdf0af526a3a21f0b2d1c77288))
* 检查cname是否正确配置 ([b5d8935](https://github.com/certd/certd/commit/b5d8935159374fbe7fc7d4c48ae0ed9396861bdd))
* 七牛云cdn支持配置多个域名 ([88d745e](https://github.com/certd/certd/commit/88d745e29063a089864fb9c6705be7b8d4c2669a))
* 上传到主机插件支持注入环境变量 ([81fac73](https://github.com/certd/certd/commit/81fac736f9ccc8d1cda7ef4178752239cec20849))
* 优化缩短首页缓存时间 ([49395e8](https://github.com/certd/certd/commit/49395e8cb65f4b30c0145329ed5de48be4ef3842))
## [1.25.9](https://github.com/certd/certd/compare/v1.25.8...v1.25.9) (2024-10-01)
### Bug Fixes
+12 -12
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/ui-server",
"version": "1.25.9",
"version": "1.26.0",
"description": "fast-server base midway",
"private": true,
"type": "module",
@@ -23,17 +23,17 @@
},
"dependencies": {
"@alicloud/pop-core": "^1.7.10",
"@certd/acme-client": "^1.25.9",
"@certd/commercial-core": "^1.25.9",
"@certd/lib-huawei": "^1.25.9",
"@certd/lib-jdcloud": "^1.25.9",
"@certd/lib-k8s": "^1.25.9",
"@certd/lib-server": "^1.25.9",
"@certd/midway-flyway-js": "^1.25.9",
"@certd/pipeline": "^1.25.9",
"@certd/plugin-cert": "^1.25.9",
"@certd/plugin-plus": "^1.25.9",
"@certd/plus-core": "^1.25.9",
"@certd/acme-client": "^1.26.0",
"@certd/commercial-core": "^1.26.0",
"@certd/lib-huawei": "^1.26.0",
"@certd/lib-jdcloud": "^1.26.0",
"@certd/lib-k8s": "^1.26.0",
"@certd/lib-server": "^1.26.0",
"@certd/midway-flyway-js": "^1.26.0",
"@certd/pipeline": "^1.26.0",
"@certd/plugin-cert": "^1.26.0",
"@certd/plugin-plus": "^1.26.0",
"@certd/plus-core": "^1.26.0",
"@koa/cors": "^5.0.0",
"@midwayjs/bootstrap": "~3.17.1",
"@midwayjs/cache": "~3.14.0",