Skip to content

Commit

Permalink
Merge pull request #101 from kubewarden/updatecli_main_166a5703c33673…
Browse files Browse the repository at this point in the history
…85967dba81feafe6a23affcb71b79a70cdaf654a33cc886556

Update third_party directory with files from Kubernetes v1.31.3
  • Loading branch information
viccuad authored Nov 25, 2024
2 parents b34490b + 5dc5afa commit 2d1e5eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/kubewarden/policy-sdk-go v0.11.0
github.com/opencontainers/image-spec v1.1.0
github.com/stretchr/testify v1.10.0
k8s.io/apiserver v1.31.2
k8s.io/apiserver v1.31.3
)

replace github.com/go-openapi/strfmt => github.com/kubewarden/strfmt v0.1.3
Expand All @@ -20,12 +20,14 @@ replace (
k8s.io/apiserver v0.29.1 => ./third_party/k8s.io/apiserver/
k8s.io/apiserver v1.31.1 => ./third_party/k8s.io/apiserver/
k8s.io/apiserver v1.31.2 => ./third_party/k8s.io/apiserver/
k8s.io/apiserver v1.31.3 => ./third_party/k8s.io/apiserver/
)

replace (
k8s.io/apimachinery v0.29.1 => ./third_party/k8s.io/apimachinery/
k8s.io/apimachinery v1.31.1 => ./third_party/k8s.io/apimachinery/
k8s.io/apimachinery v1.31.2 => ./third_party/k8s.io/apimachinery/
k8s.io/apimachinery v1.31.3 => ./third_party/k8s.io/apimachinery/
)

require (
Expand Down
2 changes: 1 addition & 1 deletion third_party/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ This folder contains third-party code from kubernetes:
- [kubernetes/apiserver](https://github.com/kubernetes/apiserver).
- [kubernetes/apimachinery](https://github.com/kubernetes/apimachinery).

The current version is based on kubernetes v1.31.2 (apiserver/apimachinery v0.31.2).
The current version is based on kubernetes v1.31.3 (apiserver/apimachinery v0.31.3).

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

0 comments on commit 2d1e5eb

Please sign in to comment.