Skip to content

Commit

Permalink
chore: bump k8s version to 1.29
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Dec 25, 2023
1 parent 7025818 commit 1396e0e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/abstraction/kcl.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
name = "abstraction"

[dependencies]
k8s = "1.28"
k8s = "1.29"
8 changes: 4 additions & 4 deletions examples/abstraction/kcl.mod.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[dependencies]
[dependencies.k8s]
name = "k8s"
full_name = "k8s_1.28"
version = "1.28"
sum = "aTxPUVZyr9MdiB3YdiY/8pCh9sC55yURnZdGlJsKG6Q="
full_name = "k8s_1.29"
version = "1.29"
sum = "L8gHVh822FwrQGsibx6qHRqisIekluCkMpkUO+tULXE="
reg = "ghcr.io"
repo = "kcl-lang/k8s"
oci_tag = "1.28"
oci_tag = "1.29"
2 changes: 1 addition & 1 deletion examples/import/crd/kcl.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ edition = "0.0.1"
version = "0.0.1"

[dependencies]
k8s = "1.28"
k8s = "1.29"
8 changes: 4 additions & 4 deletions examples/import/crd/kcl.mod.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[dependencies]
[dependencies.k8s]
name = "k8s"
full_name = "k8s_1.28"
version = "1.28"
sum = "aTxPUVZyr9MdiB3YdiY/8pCh9sC55yURnZdGlJsKG6Q="
full_name = "k8s_1.29"
version = "1.29"
sum = "L8gHVh822FwrQGsibx6qHRqisIekluCkMpkUO+tULXE="
reg = "ghcr.io"
repo = "kcl-lang/k8s"
oci_tag = "1.28"
oci_tag = "1.29"

0 comments on commit 1396e0e

Please sign in to comment.