Skip to content

Commit

Permalink
Merge pull request #214 from Peefy/chore-bump-cilium-module-k8s-version
Browse files Browse the repository at this point in the history
chore: bump cilium k8s version to 1.30
  • Loading branch information
Peefy authored Aug 13, 2024
2 parents abefcd1 + 35343c6 commit 81d51eb
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 81d51eb

Please sign in to comment.