mirror of
https://github.com/certd/certd.git
synced 2025-11-25 09:10:11 +08:00
v1.33.1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user