Accepting request 1278470 from devel:kubic
Monthly Patch Release – May, 2025: Update to version 1.32.5 OBS-URL: https://build.opensuse.org/request/show/1278470 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kubernetes1.32?expand=0&rev=6
This commit is contained in:
2
_service
2
_service
@@ -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.32.4</param>
|
||||
<param name="revision">v1.32.5</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="tar" mode="manual"/>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/kubernetes/kubernetes.git</param>
|
||||
<param name="changesrevision">59526cd4867447956156ae3a602fcbac10a2c335</param></service></servicedata>
|
||||
<param name="changesrevision">9894294ef13a5b32803e3ca2c0d620a088cc84d1</param></service></servicedata>
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:59b5df13f7189b67b2d63bf1e64f26c065abffd51bf8876b5c5e410427c925a8
|
||||
size 21437376
|
3
kubernetes-1.32.5.tar.xz
Normal file
3
kubernetes-1.32.5.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e6ae9a5657763f9711993b0f982a0f33ef8b13389d3275ff7f24c4b1d86380c2
|
||||
size 21438320
|
@@ -1,4 +1,4 @@
|
||||
name: kubernetes
|
||||
version: 1.32.4
|
||||
mtime: 1745337373
|
||||
commit: 59526cd4867447956156ae3a602fcbac10a2c335
|
||||
version: 1.32.5
|
||||
mtime: 1747299902
|
||||
commit: 9894294ef13a5b32803e3ca2c0d620a088cc84d1
|
||||
|
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 19 05:39:42 UTC 2025 - Priyanka Saggu <priyanka.saggu@suse.com>
|
||||
|
||||
- Update to version 1.32.5:
|
||||
* Bump images, dependencies and versions
|
||||
* Handle unsupported node expansion for RWX volumes
|
||||
* Manually adding fix for failing pull-kubernetes-typecheck tests which had dependency with this commit: https://github.com/kubernetes/kubernetes/commit/61863035803cc105619925a0fa23a779a9578bd4
|
||||
* Mark NodeExpansion finsihed without featuregate check
|
||||
* Also change final status by removing featuregate check
|
||||
* Check for newer fields when deciding expansion recovery feature status
|
||||
* Fix for HNS local endpoint was being deleted instead of the remote endpoint.
|
||||
|
||||
|
||||
- Update .spec file to bump go version build requirements:
|
||||
* `BuildRequires: go >= 1.23.8`
|
||||
* ref: https://github.com/kubernetes/kubernetes/blob/v1.32.5/build/dependencies.yaml#L117-L119
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 23 12:55:39 UTC 2025 - Priyanka Saggu <priyanka.saggu@suse.com>
|
||||
|
||||
|
@@ -22,7 +22,7 @@
|
||||
%define baseversionminus1 1.31
|
||||
|
||||
Name: kubernetes%{baseversion}
|
||||
Version: 1.32.4
|
||||
Version: 1.32.5
|
||||
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.23.6
|
||||
BuildRequires: go >= 1.23.8
|
||||
BuildRequires: go-go-md2man
|
||||
BuildRequires: golang-packaging
|
||||
BuildRequires: rsync
|
||||
@@ -89,8 +89,9 @@ for management and discovery.
|
||||
|
||||
|
||||
|
||||
# packages to build containerized control plane
|
||||
|
||||
|
||||
# packages to build containerized control plane
|
||||
%package apiserver
|
||||
Summary: Kubernetes apiserver for container image
|
||||
Group: System/Management
|
||||
|
Reference in New Issue
Block a user