From a8230e5d325cc952b19f5c504793d7cf6200cbce Mon Sep 17 00:00:00 2001 From: Kubewarden bot Date: Mon, 28 Oct 2024 00:25:00 +0000 Subject: [PATCH 1/3] chore: Update go.mod replaces for k8s.io/apiserver and k8s.io/apimach... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... inery packages Made with ❤️️ by updatecli Signed-off-by: Kubewarden bot --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index 94522ef..6e36380 100644 --- a/go.mod +++ b/go.mod @@ -19,11 +19,13 @@ 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 ( From 68e2f75a4b1bd3b96c79b1c2c59774931e4dbe17 Mon Sep 17 00:00:00 2001 From: Kubewarden bot Date: Mon, 28 Oct 2024 00:25:01 +0000 Subject: [PATCH 2/3] chore: Update apiserver version in use MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli Signed-off-by: Kubewarden bot --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6e36380..3707656 100644 --- a/go.mod +++ b/go.mod @@ -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.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 From 3a182bf7d7a3565fb5ba06da705f92ca08a757c0 Mon Sep 17 00:00:00 2001 From: Kubewarden bot Date: Mon, 28 Oct 2024 00:25:02 +0000 Subject: [PATCH 3/3] chore: Update third party directory README file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli Signed-off-by: Kubewarden bot --- third_party/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/README.md b/third_party/README.md index 0403c0f..6edf162 100644 --- a/third_party/README.md +++ b/third_party/README.md @@ -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).