Accepting request 1079330 from home:psaggu:branches:devel:kubic

[april 2023] patch release update - v1.24.13

OBS-URL: https://build.opensuse.org/request/show/1079330
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubernetes1.24?expand=0&rev=14
This commit is contained in:
Priyanka Saggu 2023-04-14 05:06:01 +00:00 committed by Git OBS Bridge
parent 8c69e071e8
commit 245a4c6d00
8 changed files with 42 additions and 10 deletions

View File

@ -5,7 +5,7 @@
<param name="exclude">.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">v1.24.12</param>
<param name="revision">v1.24.13</param>
<param name="changesgenerate">enable</param>
</service>
<service name="tar" mode="disabled"/>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/kubernetes/kubernetes.git</param>
<param name="changesrevision">ef70d260f3d036fc22b30538576bbf6b36329995</param></service></servicedata>
<param name="changesrevision">49433308be5b958856b6949df02b716e0a7cf0a3</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2f7d2b4a6ca925cded28d4971c82c513cbc9bc67256d6f89660cd3fbc9ce833d
size 22395784

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d2fc11b5507d225184a56aa4b226bb08c8c8265261facba1224186ec69ac385d
size 253555726

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0dd91d09fa6f859e103dedbea8b6d76068bde6ae96b39e2b5a9ce011009249dc
size 22402196

View File

@ -1,4 +1,4 @@
name: kubernetes
version: 1.24.12
mtime: 1678886926
commit: ef70d260f3d036fc22b30538576bbf6b36329995
version: 1.24.13
mtime: 1681301197
commit: 49433308be5b958856b6949df02b716e0a7cf0a3

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Thu Apr 13 11:32:32 UTC 2023 - Priyanka Saggu <priyanka.saggu@suse.com>
- Update to version 1.24.13:
* Release commit for Kubernetes v1.24.13
* releng/go: Update images, dependencies and version to Go 1.19.8
* wait again on pending state
* cacher allow context cancellation if not ready
* Drop development dependencies from test targets
* apiserver cacher: don't accept requests if stopped
* Clear front proxy headers after authentication is complete
* Make prerelease tag optional in CI versions
* Annotate CI version regexes
* Drop unused regex grouping
* Delete unused version regex function
* kubelet: Fix fs quota monitoring on volumes
* fsquota: only generate pod uuid is nil
* Change where transformers are called.
* Route controller should update routes with NodeIP changed When a node reboots or kubelet restarts, it is possible that its IP is changed. In this case, node route should be updated with the correct IP. In this PR, it checks if the IP in an existing route is the same as the actual one. If not, it marks it as "update" so the old route will be deleted and a new one will be created. There's a new field EnableNodeAddresses, which is a feature gate for specific cloud providers to enable after they update their cloud provider code for CreateRoute().
* client-go/cache: update Replace comment to be more clear
* client-go/cache: rewrite Replace to check queue first
* client-go/cache: merge ReplaceMakesDeletionsForObjectsInQueue tests
* client-go/cache: fix missing delete event on replace without knownObjects
* client-go/cache: fix missing delete event on replace
* Bump konnectivity-client to v0.0.36
* test: demote service ClientIP affinity timeout tests from conformance
-------------------------------------------------------------------
Wed Apr 12 12:26:52 UTC 2023 - Priyanka Saggu <priyanka.saggu@suse.com>

View File

@ -22,7 +22,7 @@
%define baseversionminus1 1.23
Name: kubernetes%{baseversion}
Version: 1.24.12
Version: 1.24.13
Release: 0
Summary: Container Scheduling and Management
License: Apache-2.0
@ -51,11 +51,12 @@ Patch4: kubeadm-opensuse-flexvolume.patch
Patch5: revert-coredns-image-renaming.patch
BuildRequires: fdupes
BuildRequires: git
BuildRequires: go >= 1.19.8
BuildRequires: go-go-md2man
BuildRequires: golang-packaging
BuildRequires: rsync
BuildRequires: systemd-rpm-macros
BuildRequires: golang(API) = 1.18
BuildRequires: golang(API) = 1.19
BuildRequires: golang(github.com/jteeuwen/go-bindata)
ExcludeArch: %{ix86} s390 ppc64
@ -71,6 +72,7 @@ for management and discovery.
# packages to build containerized control plane
%package apiserver
Summary: Kubernetes apiserver for container image
Group: System/Management