Skip to content

Commit 81d51eb

Browse files
authored
Merge pull request #214 from Peefy/chore-bump-cilium-module-k8s-version
chore: bump cilium k8s version to 1.30
2 parents abefcd1 + 35343c6 commit 81d51eb

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

cilium/crd/crd.yaml

Whitespace-only changes.

cilium/kcl.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "cilium"
33
edition = "*"
4-
version = "0.1.2"
4+
version = "0.2.0"
55
description = "`cilium` is the cilium spec definition"
66

77
[dependencies]
8-
k8s = "1.28"
8+
k8s = "1.30"

cilium/kcl.mod.lock

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
[dependencies]
22
[dependencies.k8s]
33
name = "k8s"
4-
full_name = "k8s_1.28"
5-
version = "1.28"
6-
sum = "aTxPUVZyr9MdiB3YdiY/8pCh9sC55yURnZdGlJsKG6Q="
7-
reg = "ghcr.io"
8-
repo = "kcl-lang/k8s"
9-
oci_tag = "1.28"
4+
full_name = "k8s_1.30"
5+
version = "1.30"

0 commit comments

Comments
 (0)