mirror of
https://github.com/certd/certd.git
synced 2026-05-17 05:37:30 +08:00
v1.26.14
This commit is contained in:
@@ -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.26.14](https://github.com/certd/certd/compare/v1.26.13...v1.26.14) (2024-10-26)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 修复阿里云部署大杀器报插件_还未注册错误的bug ([abd2dcf](https://github.com/certd/certd/commit/abd2dcf2e85a545321bae6451406d081f773b132))
|
||||
* 修复启动时自签证书无法保存的bug ([526c484](https://github.com/certd/certd/commit/526c48450bcd37b3ccded9b448f17de8140bdc6e))
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* 禁用readonly用户 ([d10d42e](https://github.com/certd/certd/commit/d10d42e20619bb55a50d636b8867ff33db4e3b4b))
|
||||
* 限制其他用户流水线数量 ([315e437](https://github.com/certd/certd/commit/315e43746baf01682737f82e41579237a48409af))
|
||||
* 用户管理优化头像上传 ([661293c](https://github.com/certd/certd/commit/661293c189a3abf3cdc953b5225192372f57930d))
|
||||
|
||||
## [1.26.13](https://github.com/certd/certd/compare/v1.26.12...v1.26.13) (2024-10-26)
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@certd/ui-server",
|
||||
"version": "1.26.13",
|
||||
"version": "1.26.14",
|
||||
"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.13",
|
||||
"@certd/commercial-core": "^1.26.13",
|
||||
"@certd/lib-huawei": "^1.26.13",
|
||||
"@certd/lib-jdcloud": "^1.26.13",
|
||||
"@certd/lib-k8s": "^1.26.13",
|
||||
"@certd/lib-server": "^1.26.13",
|
||||
"@certd/midway-flyway-js": "^1.26.13",
|
||||
"@certd/pipeline": "^1.26.13",
|
||||
"@certd/plugin-cert": "^1.26.13",
|
||||
"@certd/plugin-plus": "^1.26.13",
|
||||
"@certd/plus-core": "^1.26.13",
|
||||
"@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",
|
||||
"@koa/cors": "^5.0.0",
|
||||
"@midwayjs/bootstrap": "~3.17.1",
|
||||
"@midwayjs/cache": "~3.14.0",
|
||||
|
||||
Reference in New Issue
Block a user