mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
v1.30.0
This commit is contained in:
@@ -3,6 +3,24 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [1.30.0](https://github.com/certd/certd/compare/v1.29.5...v1.30.0) (2025-01-19)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 修复namesilo ttl太短的问题 ([865f26d](https://github.com/certd/certd/commit/865f26d75c0d3dd4dc8b41448f8830068e45957c))
|
||||
|
||||
### Features
|
||||
|
||||
* 支持open api接口,根据域名获取证书 ([52a4fd3](https://github.com/certd/certd/commit/52a4fd33180e9b3f71b8dc9f7671d7cd8e448c3b))
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* 证书仓库 ([91e7f45](https://github.com/certd/certd/commit/91e7f45a1c5ea1e0ec0aa3236b80028f03a6d0aa))
|
||||
* 支持部署到阿里云ALB ([653940a](https://github.com/certd/certd/commit/653940a0ca64fc380178c1b0b58ae0af64dfaf07))
|
||||
* 支持部署到阿里云NLB、SLB ([c085bac](https://github.com/certd/certd/commit/c085bac5d877c4250a8a79e17eb8673b8e4fc89c))
|
||||
* 支持部署到腾讯云直播 ([417d37b](https://github.com/certd/certd/commit/417d37b199b79a42f790f9edab8f178eedf8fbf7))
|
||||
* 支持部署证书到proxmox ([d10795e](https://github.com/certd/certd/commit/d10795ecd97eb8cf2ffa46aabfdbfc6812636396))
|
||||
|
||||
## [1.29.5](https://github.com/certd/certd/compare/v1.29.4...v1.29.5) (2025-01-07)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@certd/ui-server",
|
||||
"version": "1.29.5",
|
||||
"version": "1.30.0",
|
||||
"description": "fast-server base midway",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
@@ -34,18 +34,18 @@
|
||||
"@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.29.5",
|
||||
"@certd/basic": "^1.29.5",
|
||||
"@certd/commercial-core": "^1.29.5",
|
||||
"@certd/lib-huawei": "^1.29.5",
|
||||
"@certd/lib-k8s": "^1.29.5",
|
||||
"@certd/lib-server": "^1.29.5",
|
||||
"@certd/midway-flyway-js": "^1.29.5",
|
||||
"@certd/pipeline": "^1.29.5",
|
||||
"@certd/plugin-cert": "^1.29.5",
|
||||
"@certd/plugin-lib": "^1.29.5",
|
||||
"@certd/plugin-plus": "^1.29.5",
|
||||
"@certd/plus-core": "^1.29.5",
|
||||
"@certd/acme-client": "^1.30.0",
|
||||
"@certd/basic": "^1.30.0",
|
||||
"@certd/commercial-core": "^1.30.0",
|
||||
"@certd/lib-huawei": "^1.30.0",
|
||||
"@certd/lib-k8s": "^1.30.0",
|
||||
"@certd/lib-server": "^1.30.0",
|
||||
"@certd/midway-flyway-js": "^1.30.0",
|
||||
"@certd/pipeline": "^1.30.0",
|
||||
"@certd/plugin-cert": "^1.30.0",
|
||||
"@certd/plugin-lib": "^1.30.0",
|
||||
"@certd/plugin-plus": "^1.30.0",
|
||||
"@certd/plus-core": "^1.30.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