Skip to content

Commit e78c264

Browse files
committed
chore: bump k8s, kcl java and kotilin API deps
Signed-off-by: Peefy <[email protected]>
1 parent f121163 commit e78c264

File tree

12 files changed

+14
-12
lines changed

12 files changed

+14
-12
lines changed

docs/reference/xlang-api/java-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This way you'll be able to import the above dependency to use the SDK.
3030
<dependency>
3131
<groupId>com.kcl</groupId>
3232
<artifactId>kcl-lib</artifactId>
33-
<version>0.9.3-SNAPSHOT</version>
33+
<version>0.10.7-SNAPSHOT</version>
3434
</dependency>
3535
```
3636

docs/reference/xlang-api/kotlin-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This way you'll be able to import the above dependency to use the SDK.
3030
<dependency>
3131
<groupId>com.kcl</groupId>
3232
<artifactId>kcl-lib-kotlin</artifactId>
33-
<version>0.10.0-SNAPSHOT</version>
33+
<version>0.10.7-SNAPSHOT</version>
3434
</dependency>
3535
```
3636

i18n/zh-CN/docusaurus-plugin-content-docs/current/reference/xlang-api/java-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ sidebar_position: 5
3030
<dependency>
3131
<groupId>com.kcl</groupId>
3232
<artifactId>kcl-lib</artifactId>
33-
<version>0.9.3-SNAPSHOT</version>
33+
<version>0.10.7-SNAPSHOT</version>
3434
</dependency>
3535
```
3636

i18n/zh-CN/docusaurus-plugin-content-docs/current/reference/xlang-api/kotlin-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ sidebar_position: 8
3030
<dependency>
3131
<groupId>com.kcl</groupId>
3232
<artifactId>kcl-lib-kotlin</artifactId>
33-
<version>0.10.0-SNAPSHOT</version>
33+
<version>0.10.7-SNAPSHOT</version>
3434
</dependency>
3535
```
3636

i18n/zh-CN/docusaurus-plugin-content-docs/version-0.10/reference/xlang-api/java-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ sidebar_position: 5
3030
<dependency>
3131
<groupId>com.kcl</groupId>
3232
<artifactId>kcl-lib</artifactId>
33-
<version>0.9.3-SNAPSHOT</version>
33+
<version>0.10.7-SNAPSHOT</version>
3434
</dependency>
3535
```
3636

i18n/zh-CN/docusaurus-plugin-content-docs/version-0.10/reference/xlang-api/kotlin-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ sidebar_position: 8
3030
<dependency>
3131
<groupId>com.kcl</groupId>
3232
<artifactId>kcl-lib-kotlin</artifactId>
33-
<version>0.10.0-SNAPSHOT</version>
33+
<version>0.10.7-SNAPSHOT</version>
3434
</dependency>
3535
```
3636

i18n/zh-CN/docusaurus-plugin-content-docs/version-0.10/tools/Ide/intellij.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ sidebar_position: 3
3636
- **诊断:** KCL 文件中的警告和错误信息
3737
- **快速修复:** 对一些错误进行快速修复
3838
- **内联提示:** 变量类型,函数和 schema 参数等提示
39+
- **格式化:** 格式化一个 KCL 文件或代码片段
3940

4041
其他一些有用的功能,如代码重构和智能感知等正在开发中。
4142

i18n/zh-CN/docusaurus-plugin-content-docs/version-0.10/user_docs/guides/package-management/3-quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ version = "0.0.1"
3939
如下面的命令所示,为当前包添加一个版本号为 `1.28` 并且名为 `k8s` 的依赖包。
4040

4141
```shell
42-
kcl mod add k8s:1.28
42+
kcl mod add k8s:1.28.1
4343
```
4444

4545
`kcl` 会为您将依赖添加到 kcl.mod 文件中.
@@ -51,7 +51,7 @@ edition = "0.0.1"
5151
version = "0.0.1"
5252

5353
[dependencies]
54-
k8s = "1.28" # The dependency 'k8s' with version '1.28'
54+
k8s = "1.28.1" # The dependency 'k8s' with version '1.28.1'
5555
```
5656

5757
## 编写一个程序使用包 `konfig` 中的内容

versioned_docs/version-0.10/reference/xlang-api/java-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This way you'll be able to import the above dependency to use the SDK.
3030
<dependency>
3131
<groupId>com.kcl</groupId>
3232
<artifactId>kcl-lib</artifactId>
33-
<version>0.9.3-SNAPSHOT</version>
33+
<version>0.10.7-SNAPSHOT</version>
3434
</dependency>
3535
```
3636

versioned_docs/version-0.10/reference/xlang-api/kotlin-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This way you'll be able to import the above dependency to use the SDK.
3030
<dependency>
3131
<groupId>com.kcl</groupId>
3232
<artifactId>kcl-lib-kotlin</artifactId>
33-
<version>0.10.0-SNAPSHOT</version>
33+
<version>0.10.7-SNAPSHOT</version>
3434
</dependency>
3535
```
3636

versioned_docs/version-0.10/tools/Ide/intellij.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ This extension provides comprehensive coding assistance based on the Language Se
3636
- **Diagnostics:** Detect warnings and errors in KCL files
3737
- **Code Action:** Quick fix for some errors
3838
- **InlayHint:** Display hints for variable type, functions, and schema arguments
39+
- **Format:** Format a KCL file or snippet code
3940

4041
Other useful features such as diagnostics and testing are under development.
4142

versioned_docs/version-0.10/user_docs/guides/package-management/3-quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You can then add a dependency to the current kcl package using the `kcl mod add`
3939
As shown below, taking the example of adding a package dependency named `k8s`, the version of the package is `1.28`.
4040

4141
```shell
42-
kcl mod add k8s:1.28
42+
kcl mod add k8s:1.28.1
4343
```
4444

4545
You can see that `kcl` adds the dependency you just added to kcl.mod.
@@ -51,7 +51,7 @@ edition = "0.0.1"
5151
version = "0.0.1"
5252

5353
[dependencies]
54-
k8s = "1.28" # The dependency 'k8s' with version '1.28'
54+
k8s = "1.28.1" # The dependency 'k8s' with version '1.28.1'
5555
```
5656

5757
### Write a kcl program that uses the content in `k8s`

0 commit comments

Comments
 (0)