Compare commits

..

3 Commits

Author SHA1 Message Date
xiaojunnuo 743617dbda build: release 2026-07-15 23:54:59 +08:00
xiaojunnuo 89806b828a build: publish 2026-07-15 23:35:15 +08:00
xiaojunnuo 2e530bfdb0 build: trigger build image 2026-07-15 23:35:05 +08:00
14 changed files with 25 additions and 13 deletions
+12
View File
@@ -3,6 +3,18 @@
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.42.5](https://github.com/certd/certd/compare/v1.42.4...v1.42.5) (2026-07-15)
### Bug Fixes
* 修复上传到cos报runtimeDepsService未初始化的问题 ([167b303](https://github.com/certd/certd/commit/167b303faeca02cc11cf97e4be2a3df914852167))
* 修复dingtalk通知格式没有换行的bug ([7ed1be9](https://github.com/certd/certd/commit/7ed1be994f8b4b74cdeb38743060c912c027248b))
### Performance Improvements
* 给SQLITE_IOERR_WRITE增加友好报错提示,将certd:latest镜像改为certd:slim ([b91c9e4](https://github.com/certd/certd/commit/b91c9e4ea671cb359ef164e27864de1d66cba9d3))
* 优化vke keubconfig获取方式,改成先查询,如果没有再创建临时config ([604fa5b](https://github.com/certd/certd/commit/604fa5be634d099d797bfee5c2b0f26ce0ac8461))
## [1.42.4](https://github.com/certd/certd/compare/v1.42.3...v1.42.4) (2026-07-11) ## [1.42.4](https://github.com/certd/certd/compare/v1.42.3...v1.42.4) (2026-07-11)
### Bug Fixes ### Bug Fixes
+1 -1
View File
@@ -75,5 +75,5 @@
"bugs": { "bugs": {
"url": "https://github.com/publishlab/node-acme-client/issues" "url": "https://github.com/publishlab/node-acme-client/issues"
}, },
"gitHead": "268cd6cc9cb4f1f3d5d5d77859a82f18f0cb6db7" "gitHead": "83495b32138cf831b4ea02054d12981d9787ebf0"
} }
+1 -1
View File
@@ -54,5 +54,5 @@
"tslib": "^2.8.1", "tslib": "^2.8.1",
"typescript": "^5.4.2" "typescript": "^5.4.2"
}, },
"gitHead": "268cd6cc9cb4f1f3d5d5d77859a82f18f0cb6db7" "gitHead": "83495b32138cf831b4ea02054d12981d9787ebf0"
} }
+1 -1
View File
@@ -51,5 +51,5 @@
"tslib": "^2.8.1", "tslib": "^2.8.1",
"typescript": "^5.4.2" "typescript": "^5.4.2"
}, },
"gitHead": "268cd6cc9cb4f1f3d5d5d77859a82f18f0cb6db7" "gitHead": "83495b32138cf831b4ea02054d12981d9787ebf0"
} }
+1 -1
View File
@@ -31,5 +31,5 @@
"prettier": "3.3.3", "prettier": "3.3.3",
"tslib": "^2.8.1" "tslib": "^2.8.1"
}, },
"gitHead": "268cd6cc9cb4f1f3d5d5d77859a82f18f0cb6db7" "gitHead": "83495b32138cf831b4ea02054d12981d9787ebf0"
} }
+1 -1
View File
@@ -37,5 +37,5 @@
"tslib": "^2.8.1", "tslib": "^2.8.1",
"typescript": "^5.4.2" "typescript": "^5.4.2"
}, },
"gitHead": "268cd6cc9cb4f1f3d5d5d77859a82f18f0cb6db7" "gitHead": "83495b32138cf831b4ea02054d12981d9787ebf0"
} }
+1 -1
View File
@@ -63,5 +63,5 @@
"fetch" "fetch"
] ]
}, },
"gitHead": "268cd6cc9cb4f1f3d5d5d77859a82f18f0cb6db7" "gitHead": "83495b32138cf831b4ea02054d12981d9787ebf0"
} }
+1 -1
View File
@@ -38,5 +38,5 @@
"tslib": "^2.8.1", "tslib": "^2.8.1",
"typescript": "^5.4.2" "typescript": "^5.4.2"
}, },
"gitHead": "268cd6cc9cb4f1f3d5d5d77859a82f18f0cb6db7" "gitHead": "83495b32138cf831b4ea02054d12981d9787ebf0"
} }
+1 -1
View File
@@ -69,5 +69,5 @@
"typeorm": "^0.3.20", "typeorm": "^0.3.20",
"typescript": "^5.4.2" "typescript": "^5.4.2"
}, },
"gitHead": "268cd6cc9cb4f1f3d5d5d77859a82f18f0cb6db7" "gitHead": "83495b32138cf831b4ea02054d12981d9787ebf0"
} }
+1 -1
View File
@@ -52,5 +52,5 @@
"typeorm": "^0.3.20", "typeorm": "^0.3.20",
"typescript": "^5.4.2" "typescript": "^5.4.2"
}, },
"gitHead": "268cd6cc9cb4f1f3d5d5d77859a82f18f0cb6db7" "gitHead": "83495b32138cf831b4ea02054d12981d9787ebf0"
} }
+1 -1
View File
@@ -38,5 +38,5 @@
"tslib": "^2.8.1", "tslib": "^2.8.1",
"typescript": "^5.4.2" "typescript": "^5.4.2"
}, },
"gitHead": "268cd6cc9cb4f1f3d5d5d77859a82f18f0cb6db7" "gitHead": "83495b32138cf831b4ea02054d12981d9787ebf0"
} }
+1 -1
View File
@@ -45,5 +45,5 @@
"tslib": "^2.8.1", "tslib": "^2.8.1",
"typescript": "^5.4.2" "typescript": "^5.4.2"
}, },
"gitHead": "268cd6cc9cb4f1f3d5d5d77859a82f18f0cb6db7" "gitHead": "83495b32138cf831b4ea02054d12981d9787ebf0"
} }
+1 -1
View File
@@ -1 +1 @@
02:48 23:35
+1 -1
View File
@@ -1 +1 @@
03:41 23:54