Skip to content

Commit

Permalink
Merge pull request #98 from kubewarden/updatecli_main_166a5703c336738…
Browse files Browse the repository at this point in the history
…5967dba81feafe6a23affcb71b79a70cdaf654a33cc886556

Update third_party directory with files from Kubernetes v1.31.2
  • Loading branch information
viccuad authored Oct 29, 2024
2 parents 90e5d7b + 3a182bf commit 6c5a5be
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,19 +11,21 @@ require (
github.com/kubewarden/policy-sdk-go v0.11.0
github.com/opencontainers/image-spec v1.1.0
github.com/stretchr/testify v1.9.0
k8s.io/apiserver v1.31.1
k8s.io/apiserver v1.31.2
)

replace github.com/go-openapi/strfmt => github.com/kubewarden/strfmt v0.1.3

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/
)

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/
)

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.1 (apiserver/apimachinery v0.31.1).
The current version is based on kubernetes v1.31.2 (apiserver/apimachinery v0.31.2).

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

0 comments on commit 6c5a5be

Please sign in to comment.