Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev

This commit is contained in:
xiaojunnuo
2026-03-17 14:53:51 +08:00
103 changed files with 227 additions and 60 deletions
+7
View File
@@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.3](https://github.com/certd/certd/compare/v1.39.2...v1.39.3) (2026-03-17)
### Bug Fixes
* 修复多选框只能单选的bug ([12700e1](https://github.com/certd/certd/commit/12700e1754319513ac02822ff1588d63420b964e))
* 修复旧版1panel插件 报sslIds is not iterable的错误 ([50db6f0](https://github.com/certd/certd/commit/50db6f0765e7ec9a5698cd99540d90e188634fb1))
## [1.39.2](https://github.com/certd/certd/compare/v1.39.1...v1.39.2) (2026-03-16) ## [1.39.2](https://github.com/certd/certd/compare/v1.39.1...v1.39.2) (2026-03-16)
### Bug Fixes ### Bug Fixes
+7
View File
@@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.3](https://github.com/certd/certd/compare/v1.39.2...v1.39.3) (2026-03-17)
### Bug Fixes
* 修复多选框只能单选的bug ([12700e1](https://github.com/certd/certd/commit/12700e1754319513ac02822ff1588d63420b964e))
* 修复旧版1panel插件 报sslIds is not iterable的错误 ([50db6f0](https://github.com/certd/certd/commit/50db6f0765e7ec9a5698cd99540d90e188634fb1))
## [1.39.2](https://github.com/certd/certd/compare/v1.39.1...v1.39.2) (2026-03-16) ## [1.39.2](https://github.com/certd/certd/compare/v1.39.1...v1.39.2) (2026-03-16)
### Bug Fixes ### Bug Fixes
+1 -1
View File
@@ -9,5 +9,5 @@
} }
}, },
"npmClient": "pnpm", "npmClient": "pnpm",
"version": "1.39.2" "version": "1.39.3"
} }
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.3](https://github.com/publishlab/node-acme-client/compare/v1.39.2...v1.39.3) (2026-03-17)
**Note:** Version bump only for package @certd/acme-client
## [1.39.2](https://github.com/publishlab/node-acme-client/compare/v1.39.1...v1.39.2) (2026-03-16) ## [1.39.2](https://github.com/publishlab/node-acme-client/compare/v1.39.1...v1.39.2) (2026-03-16)
### Bug Fixes ### Bug Fixes
+3 -3
View File
@@ -3,7 +3,7 @@
"description": "Simple and unopinionated ACME client", "description": "Simple and unopinionated ACME client",
"private": false, "private": false,
"author": "nmorsman", "author": "nmorsman",
"version": "1.39.2", "version": "1.39.3",
"type": "module", "type": "module",
"module": "scr/index.js", "module": "scr/index.js",
"main": "src/index.js", "main": "src/index.js",
@@ -18,7 +18,7 @@
"types" "types"
], ],
"dependencies": { "dependencies": {
"@certd/basic": "^1.39.2", "@certd/basic": "^1.39.3",
"@peculiar/x509": "^1.11.0", "@peculiar/x509": "^1.11.0",
"asn1js": "^3.0.5", "asn1js": "^3.0.5",
"axios": "^1.9.0", "axios": "^1.9.0",
@@ -70,5 +70,5 @@
"bugs": { "bugs": {
"url": "https://github.com/publishlab/node-acme-client/issues" "url": "https://github.com/publishlab/node-acme-client/issues"
}, },
"gitHead": "f47773348312d5480b248c02beed9e162f59e3c7" "gitHead": "6cb51bc55d8a649797b0b3bdbc6982451b5bfd5e"
} }
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.3](https://github.com/certd/certd/compare/v1.39.2...v1.39.3) (2026-03-17)
**Note:** Version bump only for package @certd/basic
## [1.39.2](https://github.com/certd/certd/compare/v1.39.1...v1.39.2) (2026-03-16) ## [1.39.2](https://github.com/certd/certd/compare/v1.39.1...v1.39.2) (2026-03-16)
### Bug Fixes ### Bug Fixes
+1 -1
View File
@@ -1 +1 @@
00:53 13:58
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "@certd/basic", "name": "@certd/basic",
"private": false, "private": false,
"version": "1.39.2", "version": "1.39.3",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -47,5 +47,5 @@
"tslib": "^2.8.1", "tslib": "^2.8.1",
"typescript": "^5.4.2" "typescript": "^5.4.2"
}, },
"gitHead": "f47773348312d5480b248c02beed9e162f59e3c7" "gitHead": "6cb51bc55d8a649797b0b3bdbc6982451b5bfd5e"
} }
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.3](https://github.com/certd/certd/compare/v1.39.2...v1.39.3) (2026-03-17)
**Note:** Version bump only for package @certd/pipeline
## [1.39.2](https://github.com/certd/certd/compare/v1.39.1...v1.39.2) (2026-03-16) ## [1.39.2](https://github.com/certd/certd/compare/v1.39.1...v1.39.2) (2026-03-16)
### Bug Fixes ### Bug Fixes
+4 -4
View File
@@ -1,7 +1,7 @@
{ {
"name": "@certd/pipeline", "name": "@certd/pipeline",
"private": false, "private": false,
"version": "1.39.2", "version": "1.39.3",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -18,8 +18,8 @@
"compile": "tsc --skipLibCheck --watch" "compile": "tsc --skipLibCheck --watch"
}, },
"dependencies": { "dependencies": {
"@certd/basic": "^1.39.2", "@certd/basic": "^1.39.3",
"@certd/plus-core": "^1.39.2", "@certd/plus-core": "^1.39.3",
"dayjs": "^1.11.7", "dayjs": "^1.11.7",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"reflect-metadata": "^0.1.13" "reflect-metadata": "^0.1.13"
@@ -45,5 +45,5 @@
"tslib": "^2.8.1", "tslib": "^2.8.1",
"typescript": "^5.4.2" "typescript": "^5.4.2"
}, },
"gitHead": "f47773348312d5480b248c02beed9e162f59e3c7" "gitHead": "6cb51bc55d8a649797b0b3bdbc6982451b5bfd5e"
} }
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.3](https://github.com/certd/certd/compare/v1.39.2...v1.39.3) (2026-03-17)
**Note:** Version bump only for package @certd/lib-huawei
## [1.39.2](https://github.com/certd/certd/compare/v1.39.1...v1.39.2) (2026-03-16) ## [1.39.2](https://github.com/certd/certd/compare/v1.39.1...v1.39.2) (2026-03-16)
**Note:** Version bump only for package @certd/lib-huawei **Note:** Version bump only for package @certd/lib-huawei
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "@certd/lib-huawei", "name": "@certd/lib-huawei",
"private": false, "private": false,
"version": "1.39.2", "version": "1.39.3",
"main": "./dist/bundle.js", "main": "./dist/bundle.js",
"module": "./dist/bundle.js", "module": "./dist/bundle.js",
"types": "./dist/d/index.d.ts", "types": "./dist/d/index.d.ts",
@@ -24,5 +24,5 @@
"prettier": "^2.8.8", "prettier": "^2.8.8",
"tslib": "^2.8.1" "tslib": "^2.8.1"
}, },
"gitHead": "f47773348312d5480b248c02beed9e162f59e3c7" "gitHead": "6cb51bc55d8a649797b0b3bdbc6982451b5bfd5e"
} }
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.3](https://github.com/certd/certd/compare/v1.39.2...v1.39.3) (2026-03-17)
**Note:** Version bump only for package @certd/lib-iframe
## [1.39.2](https://github.com/certd/certd/compare/v1.39.1...v1.39.2) (2026-03-16) ## [1.39.2](https://github.com/certd/certd/compare/v1.39.1...v1.39.2) (2026-03-16)
**Note:** Version bump only for package @certd/lib-iframe **Note:** Version bump only for package @certd/lib-iframe
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "@certd/lib-iframe", "name": "@certd/lib-iframe",
"private": false, "private": false,
"version": "1.39.2", "version": "1.39.3",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -31,5 +31,5 @@
"tslib": "^2.8.1", "tslib": "^2.8.1",
"typescript": "^5.4.2" "typescript": "^5.4.2"
}, },
"gitHead": "f47773348312d5480b248c02beed9e162f59e3c7" "gitHead": "6cb51bc55d8a649797b0b3bdbc6982451b5bfd5e"
} }
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.3](https://github.com/certd/certd/compare/v1.39.2...v1.39.3) (2026-03-17)
**Note:** Version bump only for package @certd/jdcloud
## [1.39.2](https://github.com/certd/certd/compare/v1.39.1...v1.39.2) (2026-03-16) ## [1.39.2](https://github.com/certd/certd/compare/v1.39.1...v1.39.2) (2026-03-16)
**Note:** Version bump only for package @certd/jdcloud **Note:** Version bump only for package @certd/jdcloud
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@certd/jdcloud", "name": "@certd/jdcloud",
"version": "1.39.2", "version": "1.39.3",
"description": "jdcloud openApi sdk", "description": "jdcloud openApi sdk",
"main": "./dist/bundle.js", "main": "./dist/bundle.js",
"module": "./dist/bundle.js", "module": "./dist/bundle.js",
@@ -56,5 +56,5 @@
"fetch" "fetch"
] ]
}, },
"gitHead": "f47773348312d5480b248c02beed9e162f59e3c7" "gitHead": "6cb51bc55d8a649797b0b3bdbc6982451b5bfd5e"
} }
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.3](https://github.com/certd/certd/compare/v1.39.2...v1.39.3) (2026-03-17)
**Note:** Version bump only for package @certd/lib-k8s
## [1.39.2](https://github.com/certd/certd/compare/v1.39.1...v1.39.2) (2026-03-16) ## [1.39.2](https://github.com/certd/certd/compare/v1.39.1...v1.39.2) (2026-03-16)
**Note:** Version bump only for package @certd/lib-k8s **Note:** Version bump only for package @certd/lib-k8s
+3 -3
View File
@@ -1,7 +1,7 @@
{ {
"name": "@certd/lib-k8s", "name": "@certd/lib-k8s",
"private": false, "private": false,
"version": "1.39.2", "version": "1.39.3",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
"module": "./dist/index.js", "module": "./dist/index.js",
@@ -17,7 +17,7 @@
"pub": "npm publish" "pub": "npm publish"
}, },
"dependencies": { "dependencies": {
"@certd/basic": "^1.39.2", "@certd/basic": "^1.39.3",
"@kubernetes/client-node": "0.21.0" "@kubernetes/client-node": "0.21.0"
}, },
"devDependencies": { "devDependencies": {
@@ -32,5 +32,5 @@
"tslib": "^2.8.1", "tslib": "^2.8.1",
"typescript": "^5.4.2" "typescript": "^5.4.2"
}, },
"gitHead": "f47773348312d5480b248c02beed9e162f59e3c7" "gitHead": "6cb51bc55d8a649797b0b3bdbc6982451b5bfd5e"
} }
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.3](https://github.com/certd/certd/compare/v1.39.2...v1.39.3) (2026-03-17)
**Note:** Version bump only for package @certd/lib-server
## [1.39.2](https://github.com/certd/certd/compare/v1.39.1...v1.39.2) (2026-03-16) ## [1.39.2](https://github.com/certd/certd/compare/v1.39.1...v1.39.2) (2026-03-16)
### Bug Fixes ### Bug Fixes
+7 -7
View File
@@ -1,6 +1,6 @@
{ {
"name": "@certd/lib-server", "name": "@certd/lib-server",
"version": "1.39.2", "version": "1.39.3",
"description": "midway with flyway, sql upgrade way ", "description": "midway with flyway, sql upgrade way ",
"private": false, "private": false,
"type": "module", "type": "module",
@@ -28,11 +28,11 @@
], ],
"license": "AGPL", "license": "AGPL",
"dependencies": { "dependencies": {
"@certd/acme-client": "^1.39.2", "@certd/acme-client": "^1.39.3",
"@certd/basic": "^1.39.2", "@certd/basic": "^1.39.3",
"@certd/pipeline": "^1.39.2", "@certd/pipeline": "^1.39.3",
"@certd/plugin-lib": "^1.39.2", "@certd/plugin-lib": "^1.39.3",
"@certd/plus-core": "^1.39.2", "@certd/plus-core": "^1.39.3",
"@midwayjs/cache": "3.14.0", "@midwayjs/cache": "3.14.0",
"@midwayjs/core": "3.20.11", "@midwayjs/core": "3.20.11",
"@midwayjs/i18n": "3.20.13", "@midwayjs/i18n": "3.20.13",
@@ -64,5 +64,5 @@
"typeorm": "^0.3.11", "typeorm": "^0.3.11",
"typescript": "^5.4.2" "typescript": "^5.4.2"
}, },
"gitHead": "f47773348312d5480b248c02beed9e162f59e3c7" "gitHead": "6cb51bc55d8a649797b0b3bdbc6982451b5bfd5e"
} }
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.3](https://github.com/certd/certd/compare/v1.39.2...v1.39.3) (2026-03-17)
**Note:** Version bump only for package @certd/midway-flyway-js
## [1.39.2](https://github.com/certd/certd/compare/v1.39.1...v1.39.2) (2026-03-16) ## [1.39.2](https://github.com/certd/certd/compare/v1.39.1...v1.39.2) (2026-03-16)
**Note:** Version bump only for package @certd/midway-flyway-js **Note:** Version bump only for package @certd/midway-flyway-js
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@certd/midway-flyway-js", "name": "@certd/midway-flyway-js",
"version": "1.39.2", "version": "1.39.3",
"description": "midway with flyway, sql upgrade way ", "description": "midway with flyway, sql upgrade way ",
"private": false, "private": false,
"type": "module", "type": "module",
@@ -46,5 +46,5 @@
"typeorm": "^0.3.11", "typeorm": "^0.3.11",
"typescript": "^5.4.2" "typescript": "^5.4.2"
}, },
"gitHead": "f47773348312d5480b248c02beed9e162f59e3c7" "gitHead": "6cb51bc55d8a649797b0b3bdbc6982451b5bfd5e"
} }
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.3](https://github.com/certd/certd/compare/v1.39.2...v1.39.3) (2026-03-17)
**Note:** Version bump only for package @certd/plugin-cert
## [1.39.2](https://github.com/certd/certd/compare/v1.39.1...v1.39.2) (2026-03-16) ## [1.39.2](https://github.com/certd/certd/compare/v1.39.1...v1.39.2) (2026-03-16)
**Note:** Version bump only for package @certd/plugin-cert **Note:** Version bump only for package @certd/plugin-cert
+6 -6
View File
@@ -1,7 +1,7 @@
{ {
"name": "@certd/plugin-cert", "name": "@certd/plugin-cert",
"private": false, "private": false,
"version": "1.39.2", "version": "1.39.3",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
@@ -17,10 +17,10 @@
"compile": "tsc --skipLibCheck --watch" "compile": "tsc --skipLibCheck --watch"
}, },
"dependencies": { "dependencies": {
"@certd/acme-client": "^1.39.2", "@certd/acme-client": "^1.39.3",
"@certd/basic": "^1.39.2", "@certd/basic": "^1.39.3",
"@certd/pipeline": "^1.39.2", "@certd/pipeline": "^1.39.3",
"@certd/plugin-lib": "^1.39.2", "@certd/plugin-lib": "^1.39.3",
"psl": "^1.9.0", "psl": "^1.9.0",
"punycode.js": "^2.3.1" "punycode.js": "^2.3.1"
}, },
@@ -38,5 +38,5 @@
"tslib": "^2.8.1", "tslib": "^2.8.1",
"typescript": "^5.4.2" "typescript": "^5.4.2"
}, },
"gitHead": "f47773348312d5480b248c02beed9e162f59e3c7" "gitHead": "6cb51bc55d8a649797b0b3bdbc6982451b5bfd5e"
} }
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.3](https://github.com/certd/certd/compare/v1.39.2...v1.39.3) (2026-03-17)
**Note:** Version bump only for package @certd/plugin-lib
## [1.39.2](https://github.com/certd/certd/compare/v1.39.1...v1.39.2) (2026-03-16) ## [1.39.2](https://github.com/certd/certd/compare/v1.39.1...v1.39.2) (2026-03-16)
### Performance Improvements ### Performance Improvements
+6 -6
View File
@@ -1,7 +1,7 @@
{ {
"name": "@certd/plugin-lib", "name": "@certd/plugin-lib",
"private": false, "private": false,
"version": "1.39.2", "version": "1.39.3",
"type": "module", "type": "module",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
@@ -22,10 +22,10 @@
"@alicloud/pop-core": "^1.7.10", "@alicloud/pop-core": "^1.7.10",
"@alicloud/tea-util": "^1.4.11", "@alicloud/tea-util": "^1.4.11",
"@aws-sdk/client-s3": "^3.964.0", "@aws-sdk/client-s3": "^3.964.0",
"@certd/acme-client": "^1.39.2", "@certd/acme-client": "^1.39.3",
"@certd/basic": "^1.39.2", "@certd/basic": "^1.39.3",
"@certd/pipeline": "^1.39.2", "@certd/pipeline": "^1.39.3",
"@certd/plus-core": "^1.39.2", "@certd/plus-core": "^1.39.3",
"@kubernetes/client-node": "0.21.0", "@kubernetes/client-node": "0.21.0",
"ali-oss": "^6.22.0", "ali-oss": "^6.22.0",
"basic-ftp": "^5.0.5", "basic-ftp": "^5.0.5",
@@ -57,5 +57,5 @@
"tslib": "^2.8.1", "tslib": "^2.8.1",
"typescript": "^5.4.2" "typescript": "^5.4.2"
}, },
"gitHead": "f47773348312d5480b248c02beed9e162f59e3c7" "gitHead": "6cb51bc55d8a649797b0b3bdbc6982451b5bfd5e"
} }
+6
View File
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.3](https://github.com/certd/certd/compare/v1.39.2...v1.39.3) (2026-03-17)
### Bug Fixes
* 修复多选框只能单选的bug ([12700e1](https://github.com/certd/certd/commit/12700e1754319513ac02822ff1588d63420b964e))
## [1.39.2](https://github.com/certd/certd/compare/v1.39.1...v1.39.2) (2026-03-16) ## [1.39.2](https://github.com/certd/certd/compare/v1.39.1...v1.39.2) (2026-03-16)
### Bug Fixes ### Bug Fixes
+3 -3
View File
@@ -1,6 +1,6 @@
{ {
"name": "@certd/ui-client", "name": "@certd/ui-client",
"version": "1.39.2", "version": "1.39.3",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite --open", "dev": "vite --open",
@@ -106,8 +106,8 @@
"zod-defaults": "^0.1.3" "zod-defaults": "^0.1.3"
}, },
"devDependencies": { "devDependencies": {
"@certd/lib-iframe": "^1.39.2", "@certd/lib-iframe": "^1.39.3",
"@certd/pipeline": "^1.39.2", "@certd/pipeline": "^1.39.3",
"@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-node-resolve": "^15.2.3",
"@types/chai": "^4.3.12", "@types/chai": "^4.3.12",
+6
View File
@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.39.3](https://github.com/certd/certd/compare/v1.39.2...v1.39.3) (2026-03-17)
### Bug Fixes
* 修复旧版1panel插件 报sslIds is not iterable的错误 ([50db6f0](https://github.com/certd/certd/commit/50db6f0765e7ec9a5698cd99540d90e188634fb1))
## [1.39.2](https://github.com/certd/certd/compare/v1.39.1...v1.39.2) (2026-03-16) ## [1.39.2](https://github.com/certd/certd/compare/v1.39.1...v1.39.2) (2026-03-16)
### Bug Fixes ### Bug Fixes
@@ -54,6 +54,7 @@ input:
action: onGetNodes action: onGetNodes
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -54,6 +54,7 @@ input:
action: onGetNodes action: onGetNodes
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -82,6 +83,7 @@ input:
action: onGetSSLIds action: onGetSSLIds
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -51,6 +51,7 @@ input:
action: onGetWebsiteList action: onGetWebsiteList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -66,11 +66,13 @@ input:
component: component:
name: remote-select name: remote-select
vModel: value vModel: value
mode: default
type: plugin type: plugin
typeName: AliyunDeployCertToALB typeName: AliyunDeployCertToALB
action: onGetRegionList action: onGetRegionList
search: false search: false
pager: false pager: false
multi: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -99,6 +101,7 @@ input:
action: onGetLoadBalanceList action: onGetLoadBalanceList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -127,6 +130,7 @@ input:
action: onGetListenerList action: onGetListenerList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -116,6 +116,7 @@ input:
action: onGetProductList action: onGetProductList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -145,6 +146,7 @@ input:
action: onGetContactList action: onGetContactList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -80,6 +80,7 @@ input:
action: onGetSiteList action: onGetSiteList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -111,6 +111,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -62,10 +62,12 @@ input:
component: component:
name: remote-select name: remote-select
vModel: value vModel: value
mode: default
type: plugin type: plugin
action: onGetAcceleratorList action: onGetAcceleratorList
search: false search: false
pager: false pager: false
multi: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -93,6 +95,7 @@ input:
action: onGetListenerList action: onGetListenerList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -134,6 +137,7 @@ input:
action: onGetAdditionalDomainList action: onGetAdditionalDomainList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -66,11 +66,13 @@ input:
component: component:
name: remote-select name: remote-select
vModel: value vModel: value
mode: default
type: plugin type: plugin
typeName: AliyunDeployCertToNLB typeName: AliyunDeployCertToNLB
action: onGetRegionList action: onGetRegionList
search: false search: false
pager: false pager: false
multi: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -99,6 +101,7 @@ input:
action: onGetLoadBalanceList action: onGetLoadBalanceList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -127,6 +130,7 @@ input:
action: onGetListenerList action: onGetListenerList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -66,10 +66,12 @@ input:
component: component:
name: remote-select name: remote-select
vModel: value vModel: value
mode: default
type: plugin type: plugin
action: onGetRegionList action: onGetRegionList
search: false search: false
pager: false pager: false
multi: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -97,6 +99,7 @@ input:
action: onGetLoadBalanceList action: onGetLoadBalanceList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -124,6 +127,7 @@ input:
action: onGetListenerList action: onGetListenerList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -165,6 +169,7 @@ input:
action: onGetExtensionDomainList action: onGetExtensionDomainList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -68,6 +68,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: true search: true
pager: true pager: true
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -84,6 +84,7 @@ input:
action: onGetCnameList action: onGetCnameList
search: true search: true
pager: true pager: true
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -51,6 +51,7 @@ input:
action: onGetCertList action: onGetCertList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -71,6 +71,7 @@ input:
action: onGetDistributions action: onGetDistributions
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -133,6 +133,7 @@ input:
action: onGetDistributions action: onGetDistributions
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -63,6 +63,7 @@ input:
action: onGetCertList action: onGetCertList
search: true search: true
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -91,6 +92,7 @@ input:
action: onGetSiteList action: onGetSiteList
search: true search: true
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -67,6 +67,7 @@ input:
action: onGetOrderList action: onGetOrderList
search: false search: false
pager: true pager: true
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -51,6 +51,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -76,6 +76,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -101,6 +101,7 @@ input:
action: onGetSiteList action: onGetSiteList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -56,6 +56,7 @@ input:
action: onGetRegionList action: onGetRegionList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -84,6 +85,7 @@ input:
action: onGetGroupList action: onGetGroupList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -112,6 +114,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -53,6 +53,7 @@ input:
action: onGetRegionList action: onGetRegionList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -93,6 +94,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -70,6 +70,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -57,6 +57,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -149,6 +149,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -88,6 +88,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -53,6 +53,7 @@ input:
action: onGetZoneList action: onGetZoneList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -81,6 +82,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -53,6 +53,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -51,6 +51,7 @@ input:
action: onGetServerList action: onGetServerList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -51,6 +51,7 @@ input:
action: onGetCertList action: onGetCertList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -50,6 +50,7 @@ input:
action: onGetCertList action: onGetCertList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -56,6 +56,7 @@ input:
action: onGetCertList action: onGetCertList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -61,6 +61,7 @@ input:
action: onGetCertList action: onGetCertList
search: true search: true
pager: true pager: true
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -63,6 +63,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -50,11 +50,13 @@ input:
component: component:
name: remote-select name: remote-select
vModel: value vModel: value
mode: default
type: plugin type: plugin
typeName: HauweiDeployCertToELB typeName: HauweiDeployCertToELB
action: onGetProjectList action: onGetProjectList
search: false search: false
pager: false pager: false
multi: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -82,6 +84,7 @@ input:
action: onGetCertList action: onGetCertList
search: true search: true
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -56,6 +56,7 @@ input:
action: onGetBucketList action: onGetBucketList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -82,6 +83,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -51,6 +51,7 @@ input:
action: onGetSiteList action: onGetSiteList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -53,6 +53,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -53,6 +53,7 @@ input:
action: onGetCertList action: onGetCertList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -51,6 +51,7 @@ input:
action: onGetCertList action: onGetCertList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -37,6 +37,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -26,6 +26,7 @@ input:
action: onGetCertList action: onGetCertList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -27,6 +27,7 @@ input:
action: onGetCertList action: onGetCertList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -51,6 +51,7 @@ input:
action: onGetCertList action: onGetCertList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -50,6 +50,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -35,6 +35,7 @@ input:
action: onGetCertList action: onGetCertList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -51,6 +51,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -52,6 +52,7 @@ input:
action: onGetCertList action: onGetCertList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -34,6 +34,7 @@ input:
action: onGetNodeList action: onGetNodeList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -53,6 +53,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -51,6 +51,7 @@ input:
action: onGetCertList action: onGetCertList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -54,6 +54,7 @@ input:
action: onGetCertIds action: onGetCertIds
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -85,6 +85,7 @@ input:
action: onGetInstanceList action: onGetInstanceList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -54,6 +54,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -28,6 +28,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -51,6 +51,7 @@ input:
action: onGetCertList action: onGetCertList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -52,6 +52,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -46,10 +46,12 @@ input:
component: component:
name: remote-select name: remote-select
vModel: value vModel: value
mode: default
type: plugin type: plugin
action: onGetRegionList action: onGetRegionList
search: false search: false
pager: false pager: false
multi: false
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -76,6 +78,7 @@ input:
action: onGetCertList action: onGetCertList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -51,6 +51,7 @@ input:
action: onGetBucketList action: onGetBucketList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -77,6 +78,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -51,6 +51,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -52,6 +52,7 @@ input:
action: onGetCdnList action: onGetCdnList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -74,6 +74,7 @@ input:
action: onGetListenerList action: onGetListenerList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -68,6 +68,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -84,6 +84,7 @@ input:
action: onGetListenerList action: onGetListenerList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -61,6 +61,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -52,6 +52,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -58,6 +58,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -51,6 +51,7 @@ input:
action: onGetCertList action: onGetCertList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -51,6 +51,7 @@ input:
action: onGetVhostList action: onGetVhostList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -37,6 +37,7 @@ input:
action: onGetDomainList action: onGetDomainList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId
@@ -51,6 +51,7 @@ input:
action: onGetCertList action: onGetCertList
search: false search: false
pager: false pager: false
multi: true
watches: watches:
- certDomains - certDomains
- accessId - accessId

Some files were not shown because too many files have changed in this diff Show More