Skip to content

Commit

Permalink
chore: bump cilium k8s version to 1.30
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Aug 13, 2024
1 parent 5a54959 commit 35343c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
Empty file removed cilium/crd/crd.yaml
Empty file.
4 changes: 2 additions & 2 deletions cilium/kcl.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "cilium"
edition = "*"
version = "0.1.2"
version = "0.2.0"
description = "`cilium` is the cilium spec definition"

[dependencies]
k8s = "1.28"
k8s = "1.30"
8 changes: 2 additions & 6 deletions cilium/kcl.mod.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
[dependencies]
[dependencies.k8s]
name = "k8s"
full_name = "k8s_1.28"
version = "1.28"
sum = "aTxPUVZyr9MdiB3YdiY/8pCh9sC55yURnZdGlJsKG6Q="
reg = "ghcr.io"
repo = "kcl-lang/k8s"
oci_tag = "1.28"
full_name = "k8s_1.30"
version = "1.30"

0 comments on commit 35343c6

Please sign in to comment.