Accepting request 1246618 from devel:kubic
Monthly Patch Release – Feb, 2025: Update to version 1.32.2 OBS-URL: https://build.opensuse.org/request/show/1246618 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kubernetes1.32?expand=0&rev=3
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.1</param>
|
||||
<param name="revision">v1.32.2</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">e9c9be4007d1664e68796af02b8978640d2c1b26</param></service></servicedata>
|
||||
<param name="changesrevision">67a30c0adcf52bd3f56ff0893ce19966be12991f</param></service></servicedata>
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e20b83a6b708675a7b1beee69b8ae1db9c1c84671e0a4b68918fcf75bb1c563c
|
||||
size 21430112
|
3
kubernetes-1.32.2.tar.xz
Normal file
3
kubernetes-1.32.2.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b407935be674ff58ca12dac3d87ac2fcfdee868f5833f2c7f1a6c84928a4e76
|
||||
size 21437716
|
@@ -1,4 +1,4 @@
|
||||
name: kubernetes
|
||||
version: 1.32.1
|
||||
mtime: 1736951514
|
||||
commit: e9c9be4007d1664e68796af02b8978640d2c1b26
|
||||
version: 1.32.2
|
||||
mtime: 1739395186
|
||||
commit: 67a30c0adcf52bd3f56ff0893ce19966be12991f
|
||||
|
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 18 09:13:41 UTC 2025 - Priyanka Saggu <priyanka.saggu@suse.com>
|
||||
|
||||
- Update to version 1.32.2:
|
||||
* Bump images, dependencies and versions to go 1.23.6 and distroless iptables
|
||||
* Disable ServiceAccountNodeAudienceRestriction feature gate by default in v1.32
|
||||
* Kubelet server handler cleanup
|
||||
* Fix the remaining flaky integration tests in Job controller
|
||||
* WIP: fix the flaky Job integration tests
|
||||
* kubeadm: use the v1beta4 EtcdAPICall timeout for etcd calls
|
||||
* hack: backport apidiff.sh
|
||||
* Fix: touch /dev/null permission denied on macos
|
||||
* Added check for multipath device mapper
|
||||
* Fix Portworx plugin's CSI translation to copy secret name & namespace
|
||||
* We still can't rely on first condition being fs-expansion pending condition
|
||||
* Bump CSI sidecars to fix CI issues and such
|
||||
* kubeadm: remove misplaced error during image pull
|
||||
|
||||
- Update .spec file to bump go version build requirements:
|
||||
* `BuildRequires: go >= 1.23.6`
|
||||
* ref: https://github.com/kubernetes/kubernetes/blob/v1.32.2/build/dependencies.yaml#L117-L119
|
||||
|
||||
- version 1.32.2 contain fix for CVE-2025-0426, bsc#1237189
|
||||
* Refer changelog for more information:
|
||||
https://github.com/kubernetes/kubernetes/blob/v1.32.2/CHANGELOG/CHANGELOG-1.32.md#important-security-information
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 16 10:02:19 UTC 2025 - Priyanka Saggu <priyanka.saggu@suse.com>
|
||||
|
||||
|
@@ -22,7 +22,7 @@
|
||||
%define baseversionminus1 1.31
|
||||
|
||||
Name: kubernetes%{baseversion}
|
||||
Version: 1.32.1
|
||||
Version: 1.32.2
|
||||
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.4
|
||||
BuildRequires: go >= 1.23.6
|
||||
BuildRequires: go-go-md2man
|
||||
BuildRequires: golang-packaging
|
||||
BuildRequires: rsync
|
||||
@@ -85,6 +85,7 @@ for management and discovery.
|
||||
|
||||
|
||||
|
||||
|
||||
# packages to build containerized control plane
|
||||
%package apiserver
|
||||
Summary: Kubernetes apiserver for container image
|
||||
|
Reference in New Issue
Block a user