This commit is contained in:
xiaojunnuo
2025-04-13 00:49:14 +08:00
parent 35e109882e
commit 64244af2cc
28 changed files with 112 additions and 43 deletions

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.33.1](https://github.com/certd/certd/compare/v1.33.0...v1.33.1) (2025-04-12)
### Performance Improvements
* 镜像支持armv7 ([f78cbed](https://github.com/certd/certd/commit/f78cbed4d817859721fdafe7d348864848d0dfbf))
# [1.33.0](https://github.com/certd/certd/compare/v1.32.0...v1.33.0) (2025-04-11)
### Performance Improvements

View File

@@ -1,6 +1,6 @@
{
"name": "@certd/ui-client",
"version": "1.33.0",
"version": "1.33.1",
"private": true,
"scripts": {
"dev": "vite --open",
@@ -100,8 +100,8 @@
"zod-defaults": "^0.1.3"
},
"devDependencies": {
"@certd/lib-iframe": "^1.33.0",
"@certd/pipeline": "^1.33.0",
"@certd/lib-iframe": "^1.33.1",
"@certd/pipeline": "^1.33.1",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/chai": "^4.3.12",

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.33.1](https://github.com/certd/certd/compare/v1.33.0...v1.33.1) (2025-04-12)
### Bug Fixes
* 修复阿里云cdn证书部署失败问题增加certname参数传入 ([965dc2c](https://github.com/certd/certd/commit/965dc2cb476f690af716f291c6b20ba98be0c8f0))
# [1.33.0](https://github.com/certd/certd/compare/v1.32.0...v1.33.0) (2025-04-11)
### Bug Fixes

View File

@@ -1,6 +1,6 @@
{
"name": "@certd/ui-server",
"version": "1.33.0",
"version": "1.33.1",
"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.33.0",
"@certd/basic": "^1.33.0",
"@certd/commercial-core": "^1.33.0",
"@certd/jdcloud": "^1.33.0",
"@certd/lib-huawei": "^1.33.0",
"@certd/lib-k8s": "^1.33.0",
"@certd/lib-server": "^1.33.0",
"@certd/midway-flyway-js": "^1.33.0",
"@certd/pipeline": "^1.33.0",
"@certd/plugin-cert": "^1.33.0",
"@certd/plugin-lib": "^1.33.0",
"@certd/plugin-plus": "^1.33.0",
"@certd/plus-core": "^1.33.0",
"@certd/acme-client": "^1.33.1",
"@certd/basic": "^1.33.1",
"@certd/commercial-core": "^1.33.1",
"@certd/jdcloud": "^1.33.1",
"@certd/lib-huawei": "^1.33.1",
"@certd/lib-k8s": "^1.33.1",
"@certd/lib-server": "^1.33.1",
"@certd/midway-flyway-js": "^1.33.1",
"@certd/pipeline": "^1.33.1",
"@certd/plugin-cert": "^1.33.1",
"@certd/plugin-lib": "^1.33.1",
"@certd/plugin-plus": "^1.33.1",
"@certd/plus-core": "^1.33.1",
"@corsinvest/cv4pve-api-javascript": "^8.3.0",
"@huaweicloud/huaweicloud-sdk-cdn": "^3.1.120",
"@huaweicloud/huaweicloud-sdk-core": "^3.1.120",