mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
Merge branch 'v2-dev' into v2-plugin
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.32.0](https://github.com/certd/certd/compare/v1.31.11...v1.32.0) (2025-04-04)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 创建cname记录移除域名两端的空格 ([903a413](https://github.com/certd/certd/commit/903a4131ab5f42c8286cd2150ed1032d486fda2f))
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* 优化华为dns解析记录创建和删除问题 ([0948c5b](https://github.com/certd/certd/commit/0948c5bc691d2ee6eb47c72a85da1b7453361878))
|
||||
* 又拍云支持云存储 ([9339b78](https://github.com/certd/certd/commit/9339b78f801d193472c0af25749e8e7a27ffb7af))
|
||||
* 又拍云支持云存储 ([8449f85](https://github.com/certd/certd/commit/8449f8580da90c1f6b5d02d07c3236ebaf6cf161))
|
||||
|
||||
## [1.31.11](https://github.com/certd/certd/compare/v1.31.10...v1.31.11) (2025-04-02)
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@certd/ui-server",
|
||||
"version": "1.31.11",
|
||||
"version": "1.32.0",
|
||||
"description": "fast-server base midway",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
@@ -38,19 +38,19 @@
|
||||
"@aws-sdk/client-acm": "^3.699.0",
|
||||
"@aws-sdk/client-cloudfront": "^3.699.0",
|
||||
"@aws-sdk/client-s3": "^3.705.0",
|
||||
"@certd/acme-client": "^1.31.11",
|
||||
"@certd/basic": "^1.31.11",
|
||||
"@certd/commercial-core": "^1.31.11",
|
||||
"@certd/jdcloud": "^1.31.11",
|
||||
"@certd/lib-huawei": "^1.31.11",
|
||||
"@certd/lib-k8s": "^1.31.11",
|
||||
"@certd/lib-server": "^1.31.11",
|
||||
"@certd/midway-flyway-js": "^1.31.11",
|
||||
"@certd/pipeline": "^1.31.11",
|
||||
"@certd/plugin-cert": "^1.31.11",
|
||||
"@certd/plugin-lib": "^1.31.11",
|
||||
"@certd/plugin-plus": "^1.31.11",
|
||||
"@certd/plus-core": "^1.31.11",
|
||||
"@certd/acme-client": "^1.32.0",
|
||||
"@certd/basic": "^1.32.0",
|
||||
"@certd/commercial-core": "^1.32.0",
|
||||
"@certd/jdcloud": "^1.32.0",
|
||||
"@certd/lib-huawei": "^1.32.0",
|
||||
"@certd/lib-k8s": "^1.32.0",
|
||||
"@certd/lib-server": "^1.32.0",
|
||||
"@certd/midway-flyway-js": "^1.32.0",
|
||||
"@certd/pipeline": "^1.32.0",
|
||||
"@certd/plugin-cert": "^1.32.0",
|
||||
"@certd/plugin-lib": "^1.32.0",
|
||||
"@certd/plugin-plus": "^1.32.0",
|
||||
"@certd/plus-core": "^1.32.0",
|
||||
"@corsinvest/cv4pve-api-javascript": "^8.3.0",
|
||||
"@huaweicloud/huaweicloud-sdk-cdn": "^3.1.120",
|
||||
"@huaweicloud/huaweicloud-sdk-core": "^3.1.120",
|
||||
|
||||
Reference in New Issue
Block a user