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

Kubernetes Version Update ~ v1.25.10 (may patch release)
* Update: `BuildRequires: go >= 1.19.9`

OBS-URL: https://build.opensuse.org/request/show/1092429
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubernetes1.25?expand=0&rev=9
This commit is contained in:
Priyanka Saggu 2023-06-12 05:47:24 +00:00 committed by Git OBS Bridge
parent 5704da9b3e
commit 86e7188a8b
7 changed files with 48 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.25.9</param>
<param name="revision">v1.25.10</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">a1a87a0a2bcd605820920c6b0e618a8ab7d117d4</param></service></servicedata>
<param name="changesrevision">e770bdbb87cccdc2daa790ecd69f40cf4df3cc9d</param></service></servicedata>

View File

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

View File

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

View File

@ -1,4 +1,4 @@
name: kubernetes
version: 1.25.9
mtime: 1681301179
commit: a1a87a0a2bcd605820920c6b0e618a8ab7d117d4
version: 1.25.10
mtime: 1684332324
commit: e770bdbb87cccdc2daa790ecd69f40cf4df3cc9d

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Mon Jun 12 04:41:19 UTC 2023 - Priyanka Saggu <priyanka.saggu@suse.com>
- Update BuildRequires: `go >= 1.19.9`
- Update to version 1.25.10:
* benchmark test to evaluate the overhead of podMatchesScopeFunc
* Fix incorrect calculation for ResourceQuota with PriorityClass as its scope
* releng/go: Update images, dependencies and version to Go 1.19.9
* node: device-plugin: e2e: Additional test cases
* node: device-plugin: add node reboot test scenario
* node: device-plugin: e2e: Capture pod admission failure
* node: device-mgr: e2e: adapt to sample device plugin refactoring
* node: device-mgr: e2e: Update the e2e test to reproduce issue:109595
* node: device-mgr: e2e: Implement End to end test
* node: device-mgr: Handle recovery by checking if healthy devices exist
* node: device-plugin: e2e: Add test case for kubelet restart
* node: device-plugin: e2e: Provide sleep intervals via constants
* node: device-plugin: e2e: Update test description to make it explicit
* node: device-plugin: e2e: Isolate test to pod restart scenario
* Move glusterfs 1.25 deprecation notice to the deprecation section.
* node: device-plugin: e2e: Annotate device check with error message
* node: device-plugins: e2e: s/devLen/expectedSampleDevsAmount
* node: device-plugins: e2e: Refactor parse log to return string and error
* test: Fix path to e2e node sample device plugin
* node: device-mgr: sample device plugin: manifest to avoid registration
* node: device-mgr: sample device plugin: control registration process
* e2e: node: unify sample device plugin utilities
* [1.25] vendor: bump runc to 1.1.6
* Fix directory mismatch for `volume.SetVolumeOwnership()`
* use case-insensitive header keys for http probes
* add log includes pod preemption details
* fix: the volume is not detached after the pod and PVC objects are deleted
* Do not look at VPC-related resources outside the cluster's network
* Bump konnectivity-client to 0.0.37
* kubelet: Do not mutate pods in the pod manager
* Return error for localhost seccomp type with no localhost profile defined
-------------------------------------------------------------------
Thu Apr 13 11:21:25 UTC 2023 - Priyanka Saggu <priyanka.saggu@suse.com>

View File

@ -22,7 +22,7 @@
%define baseversionminus1 1.24
Name: kubernetes%{baseversion}
Version: 1.25.9
Version: 1.25.10
Release: 0
Summary: Container Scheduling and Management
License: Apache-2.0
@ -51,7 +51,7 @@ Patch4: kubeadm-opensuse-flexvolume.patch
Patch5: revert-coredns-image-renaming.patch
BuildRequires: fdupes
BuildRequires: git
BuildRequires: go >= 1.19.8
BuildRequires: go >= 1.19.9
BuildRequires: go-go-md2man
BuildRequires: golang-packaging
BuildRequires: rsync
@ -71,6 +71,7 @@ for management and discovery.
# packages to build containerized control plane
%package apiserver