This commit is contained in:
xiaojunnuo
2024-10-28 21:58:30 +08:00
parent 5d225c2583
commit 06fed944c9
26 changed files with 111 additions and 35 deletions
+8
View File
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.26.15](https://github.com/certd/certd/compare/v1.26.14...v1.26.15) (2024-10-28)
### Performance Improvements
* 默认证书更新时间设置为35天,增加腾讯云删除过期证书插件,可以避免腾讯云过期证书邮件 ([51b6fed](https://github.com/certd/certd/commit/51b6fed468eaa6f28ce4497ce303ace1a52abb96))
* 授权加密支持解密查看 ([5575c83](https://github.com/certd/certd/commit/5575c839705f6987ad2bdcd33256b0962c6a9c6a))
* 重置管理员密码同时启用管理员账户,避免之前禁用了,重置密码还是登录不进去 ([f92d918](https://github.com/certd/certd/commit/f92d918a1e28e29b794ad4754661ea760c18af46))
## [1.26.14](https://github.com/certd/certd/compare/v1.26.13...v1.26.14) (2024-10-26)
### Bug Fixes
+12 -12
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/ui-server",
"version": "1.26.14",
"version": "1.26.15",
"description": "fast-server base midway",
"private": true,
"type": "module",
@@ -27,17 +27,17 @@
},
"dependencies": {
"@alicloud/pop-core": "^1.7.10",
"@certd/acme-client": "^1.26.14",
"@certd/commercial-core": "^1.26.14",
"@certd/lib-huawei": "^1.26.14",
"@certd/lib-jdcloud": "^1.26.14",
"@certd/lib-k8s": "^1.26.14",
"@certd/lib-server": "^1.26.14",
"@certd/midway-flyway-js": "^1.26.14",
"@certd/pipeline": "^1.26.14",
"@certd/plugin-cert": "^1.26.14",
"@certd/plugin-plus": "^1.26.14",
"@certd/plus-core": "^1.26.14",
"@certd/acme-client": "^1.26.15",
"@certd/commercial-core": "^1.26.15",
"@certd/lib-huawei": "^1.26.15",
"@certd/lib-jdcloud": "^1.26.15",
"@certd/lib-k8s": "^1.26.15",
"@certd/lib-server": "^1.26.15",
"@certd/midway-flyway-js": "^1.26.15",
"@certd/pipeline": "^1.26.15",
"@certd/plugin-cert": "^1.26.15",
"@certd/plugin-plus": "^1.26.15",
"@certd/plus-core": "^1.26.15",
"@koa/cors": "^5.0.0",
"@midwayjs/bootstrap": "~3.17.1",
"@midwayjs/cache": "~3.14.0",