mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
v1.37.15
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.37.15](https://github.com/certd/certd/compare/v1.37.14...v1.37.15) (2025-12-06)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* oidc 支持nonce ([a5ca411](https://github.com/certd/certd/commit/a5ca41131b308b36b17ca359d9709ea8e9b7cee1))
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* 第三方登录支持gitee ([5cee7d4](https://github.com/certd/certd/commit/5cee7d44f17bd36972f477bc1f270999da558d05))
|
||||
* 邮件模版安全优化 ([adca151](https://github.com/certd/certd/commit/adca151e4f07a4c6a2a753bfa48ee0d4d6469fd2))
|
||||
* 支持部署到中国移动CDN ([4351304](https://github.com/certd/certd/commit/43513049beff407558d2a234415521464165cebc))
|
||||
* 支持k8s apply ([d55954a](https://github.com/certd/certd/commit/d55954a36391ebe6a9397ff7dcfb710193ac5e34))
|
||||
|
||||
## [1.37.14](https://github.com/certd/certd/compare/v1.37.13...v1.37.14) (2025-12-02)
|
||||
|
||||
**Note:** Version bump only for package @certd/ui-server
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@certd/ui-server",
|
||||
"version": "1.37.14",
|
||||
"version": "1.37.15",
|
||||
"description": "fast-server base midway",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
@@ -45,20 +45,20 @@
|
||||
"@aws-sdk/client-cloudfront": "^3.699.0",
|
||||
"@aws-sdk/client-iam": "^3.699.0",
|
||||
"@aws-sdk/client-s3": "^3.705.0",
|
||||
"@certd/acme-client": "^1.37.14",
|
||||
"@certd/basic": "^1.37.14",
|
||||
"@certd/commercial-core": "^1.37.14",
|
||||
"@certd/acme-client": "^1.37.15",
|
||||
"@certd/basic": "^1.37.15",
|
||||
"@certd/commercial-core": "^1.37.15",
|
||||
"@certd/cv4pve-api-javascript": "^8.4.2",
|
||||
"@certd/jdcloud": "^1.37.14",
|
||||
"@certd/lib-huawei": "^1.37.14",
|
||||
"@certd/lib-k8s": "^1.37.14",
|
||||
"@certd/lib-server": "^1.37.14",
|
||||
"@certd/midway-flyway-js": "^1.37.14",
|
||||
"@certd/pipeline": "^1.37.14",
|
||||
"@certd/plugin-cert": "^1.37.14",
|
||||
"@certd/plugin-lib": "^1.37.14",
|
||||
"@certd/plugin-plus": "^1.37.14",
|
||||
"@certd/plus-core": "^1.37.14",
|
||||
"@certd/jdcloud": "^1.37.15",
|
||||
"@certd/lib-huawei": "^1.37.15",
|
||||
"@certd/lib-k8s": "^1.37.15",
|
||||
"@certd/lib-server": "^1.37.15",
|
||||
"@certd/midway-flyway-js": "^1.37.15",
|
||||
"@certd/pipeline": "^1.37.15",
|
||||
"@certd/plugin-cert": "^1.37.15",
|
||||
"@certd/plugin-lib": "^1.37.15",
|
||||
"@certd/plugin-plus": "^1.37.15",
|
||||
"@certd/plus-core": "^1.37.15",
|
||||
"@huaweicloud/huaweicloud-sdk-cdn": "^3.1.120",
|
||||
"@huaweicloud/huaweicloud-sdk-core": "^3.1.120",
|
||||
"@koa/cors": "^5.0.0",
|
||||
|
||||
Reference in New Issue
Block a user