Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Commit 00d3749

Browse files
authored
Merge pull request #204 from kubewarden/updatecli_main_166a5703c3367385967dba81feafe6a23affcb71b79a70cdaf654a33cc886556
Update third_party directory with files from Kubernetes v1.34.2
2 parents ff2c064 + 9a8e7a5 commit 00d3749

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/opencontainers/image-spec v1.1.1
1313
github.com/stretchr/testify v1.11.1
1414
k8s.io/api v0.34.2
15-
k8s.io/apiserver v1.34.1
15+
k8s.io/apiserver v1.34.2
1616
)
1717

1818
require (
@@ -49,6 +49,7 @@ replace (
4949
k8s.io/apiserver v1.33.4 => ./third_party/k8s.io/apiserver/
5050
k8s.io/apiserver v1.34.0 => ./third_party/k8s.io/apiserver/
5151
k8s.io/apiserver v1.34.1 => ./third_party/k8s.io/apiserver/
52+
k8s.io/apiserver v1.34.2 => ./third_party/k8s.io/apiserver/
5253
)
5354

5455
replace (
@@ -67,6 +68,7 @@ replace (
6768
k8s.io/apimachinery v1.33.4 => ./third_party/k8s.io/apimachinery/
6869
k8s.io/apimachinery v1.34.0 => ./third_party/k8s.io/apimachinery/
6970
k8s.io/apimachinery v1.34.1 => ./third_party/k8s.io/apimachinery/
71+
k8s.io/apimachinery v1.34.2 => ./third_party/k8s.io/apimachinery/
7072
)
7173

7274
require (

third_party/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ This folder contains third-party code from kubernetes:
33
- [kubernetes/apiserver](https://github.com/kubernetes/apiserver).
44
- [kubernetes/apimachinery](https://github.com/kubernetes/apimachinery).
55

6-
The current version is based on kubernetes v1.34.1).
6+
The current version is based on kubernetes v1.34.2).
77

88
All code in this folder is licensed under the Apache License 2.0, see [LICENSE](LICENSE).

0 commit comments

Comments
 (0)