mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
v1.26.9
This commit is contained in:
@@ -3,6 +3,18 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.26.9](https://github.com/certd/certd/compare/v1.26.8...v1.26.9) (2024-10-19)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 修复普通用户无法校验cname配置的bug ([6285497](https://github.com/certd/certd/commit/62854978bf0bdbe749b42f8e40ab227ab31ec92f))
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* 触发证书重新申请input变化对比规则优化,减少升级版本后触发申请证书的情况 ([c46a2a9](https://github.com/certd/certd/commit/c46a2a9a399c2a9a8bb59a48b9fb6e93227cce9b))
|
||||
* 授权配置去除前后空格 ([57d8d48](https://github.com/certd/certd/commit/57d8d48046fbf51c52b041d2dec03d51fb018587))
|
||||
* 数据库备份插件,先压缩再备份 ([304ef49](https://github.com/certd/certd/commit/304ef494fd5787c996ad0dcb6edd2f517afce9e2))
|
||||
|
||||
## [1.26.8](https://github.com/certd/certd/compare/v1.26.7...v1.26.8) (2024-10-15)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@certd/ui-server",
|
||||
"version": "1.26.8",
|
||||
"version": "1.26.9",
|
||||
"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.8",
|
||||
"@certd/commercial-core": "^1.26.8",
|
||||
"@certd/lib-huawei": "^1.26.8",
|
||||
"@certd/lib-jdcloud": "^1.26.8",
|
||||
"@certd/lib-k8s": "^1.26.8",
|
||||
"@certd/lib-server": "^1.26.8",
|
||||
"@certd/midway-flyway-js": "^1.26.8",
|
||||
"@certd/pipeline": "^1.26.8",
|
||||
"@certd/plugin-cert": "^1.26.8",
|
||||
"@certd/plugin-plus": "^1.26.8",
|
||||
"@certd/plus-core": "^1.26.8",
|
||||
"@certd/acme-client": "^1.26.9",
|
||||
"@certd/commercial-core": "^1.26.9",
|
||||
"@certd/lib-huawei": "^1.26.9",
|
||||
"@certd/lib-jdcloud": "^1.26.9",
|
||||
"@certd/lib-k8s": "^1.26.9",
|
||||
"@certd/lib-server": "^1.26.9",
|
||||
"@certd/midway-flyway-js": "^1.26.9",
|
||||
"@certd/pipeline": "^1.26.9",
|
||||
"@certd/plugin-cert": "^1.26.9",
|
||||
"@certd/plugin-plus": "^1.26.9",
|
||||
"@certd/plus-core": "^1.26.9",
|
||||
"@koa/cors": "^5.0.0",
|
||||
"@midwayjs/bootstrap": "~3.17.1",
|
||||
"@midwayjs/cache": "~3.14.0",
|
||||
|
||||
Reference in New Issue
Block a user