Skip to content

Commit 766576c

Browse files
committed
fix: add more updates
Signed-off-by: zongz <zongzhe1024@163.com>
1 parent 21a6fc5 commit 766576c

File tree

2 files changed

+6
-0
lines changed
  • blog/2024-11-14-newsletter
  • i18n/zh-CN/docusaurus-plugin-content-blog/2024-11-14-newsletter

2 files changed

+6
-0
lines changed

blog/2024-11-14-newsletter/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ Thanks to all community participants over the past two weeks, listed in no parti
4949
- `kcl import` tool fixed the import of Kubernetes CRDs when properties have default values
5050
- `kcl run` fixed the issue where the `-o` parameter truncated file output
5151
- `kcl mod` fixed the issue where rename dependencies could not be found
52+
- `kcl mod` fixes duplicate downloads caused by missing kcl.mod files in the root directory of the third-party git repo.
53+
- `kcl mod` kcl.mod file supports `k8s = {version="1.27"}` dependency style.
54+
- `kcl mod` fixes an issue where some diagnostic information is lost.
5255

5356
**🔥 Integration Updates**
5457

i18n/zh-CN/docusaurus-plugin-content-blog/2024-11-14-newsletter/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ image: /img/biweekly-newsletter.png
5050
- `kcl import` 工具修复当属性存在默认值的 Kubernetes CRD 导入
5151
- `kcl run` 修复 `-o` 参数会截断文件输出的问题
5252
- `kcl mod` 修复了 rename 依赖无法找到的问题。
53+
- `kcl mod` 修复了三方库 git 仓库根目录下缺少 kcl.mod 文件导致的重复下载。
54+
- `kcl mod` kcl.mod 文件中支持 `k8s = {version="1.27"}` 依赖风格。
55+
- `kcl mod` 修复了部分诊断信息丢失的问题。
5356

5457
### 🔥 社区集成更新
5558

0 commit comments

Comments
 (0)