Monthly Patch Release – Jan, 2025: Update to version 1.32.1
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubernetes1.32?expand=0&rev=3
This commit is contained in:
parent
f73af56b24
commit
e7a8b63f2d
2
_service
2
_service
@ -5,7 +5,7 @@
|
|||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="revision">v1.32.0</param>
|
<param name="revision">v1.32.1</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="tar" mode="manual"/>
|
<service name="tar" mode="manual"/>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/kubernetes/kubernetes.git</param>
|
<param name="url">https://github.com/kubernetes/kubernetes.git</param>
|
||||||
<param name="changesrevision">70d3cc986aa8221cd1dfb1121852688902d3bf53</param></service></servicedata>
|
<param name="changesrevision">e9c9be4007d1664e68796af02b8978640d2c1b26</param></service></servicedata>
|
3
kubernetes-1.32.1.tar.xz
Normal file
3
kubernetes-1.32.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e20b83a6b708675a7b1beee69b8ae1db9c1c84671e0a4b68918fcf75bb1c563c
|
||||||
|
size 21430112
|
@ -1,4 +1,4 @@
|
|||||||
name: kubernetes
|
name: kubernetes
|
||||||
version: 1.32.0
|
version: 1.32.1
|
||||||
mtime: 1733939955
|
mtime: 1736951514
|
||||||
commit: 70d3cc986aa8221cd1dfb1121852688902d3bf53
|
commit: e9c9be4007d1664e68796af02b8978640d2c1b26
|
||||||
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 16 10:02:19 UTC 2025 - Priyanka Saggu <priyanka.saggu@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1.32.1:
|
||||||
|
* kubelet: use env vars in node log query PS command
|
||||||
|
* DRA e2e: adapt to increased ReservedFor limit
|
||||||
|
* DRA API: bump maximum size of ReservedFor to 256
|
||||||
|
* Add watch permission to namespace-controller for WatchListClient feature
|
||||||
|
* webhook: alter regex to account for x509sha1 GODEBUG removal
|
||||||
|
* kubeadm: fix a bug where the node.skipPhases in UpgradeNodeConfiguration is not respected by 'kubeadm upgrade node'
|
||||||
|
* kubeadm: skip disabled addons in clusterconfig on upgrade
|
||||||
|
* Bump images, dependencies and versions to go 1.23.4 and distroless iptables
|
||||||
|
* Do not attempt to truncate revision history if revisionHistoryLimit is negative
|
||||||
|
* fetch cni plugins from GitHub releases
|
||||||
|
* Fix volume expansion offline
|
||||||
|
* prevent unnecessary resolving of iscsi/fc devices to dm
|
||||||
|
* Isolate mock signer for externaljwt tests
|
||||||
|
|
||||||
|
- Update .spec file to bump go version build requirements:
|
||||||
|
* `BuildRequires: go >= 1.23.4`
|
||||||
|
* ref: https://github.com/kubernetes/kubernetes/blob/v1.32.1/build/dependencies.yaml#L117-L119
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 19 08:47:30 UTC 2024 - Priyanka Saggu <priyanka.saggu@suse.com>
|
Thu Dec 19 08:47:30 UTC 2024 - Priyanka Saggu <priyanka.saggu@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kubernetes1.32
|
# spec file for package kubernetes1.32
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -22,7 +22,7 @@
|
|||||||
%define baseversionminus1 1.31
|
%define baseversionminus1 1.31
|
||||||
|
|
||||||
Name: kubernetes%{baseversion}
|
Name: kubernetes%{baseversion}
|
||||||
Version: 1.32.0
|
Version: 1.32.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Container Scheduling and Management
|
Summary: Container Scheduling and Management
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -51,7 +51,7 @@ Patch4: kubeadm-opensuse-flexvolume.patch
|
|||||||
Patch5: revert-coredns-image-renaming.patch
|
Patch5: revert-coredns-image-renaming.patch
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: go >= 1.23.3
|
BuildRequires: go >= 1.23.4
|
||||||
BuildRequires: go-go-md2man
|
BuildRequires: go-go-md2man
|
||||||
BuildRequires: golang-packaging
|
BuildRequires: golang-packaging
|
||||||
BuildRequires: rsync
|
BuildRequires: rsync
|
||||||
@ -84,6 +84,7 @@ for management and discovery.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# packages to build containerized control plane
|
# packages to build containerized control plane
|
||||||
%package apiserver
|
%package apiserver
|
||||||
Summary: Kubernetes apiserver for container image
|
Summary: Kubernetes apiserver for container image
|
||||||
|
Loading…
Reference in New Issue
Block a user