Accepting request 1092430 from home:psaggu:branches:devel:kubic
Kubernetes Version Update ~ v1.24.14 (may patch release) * Update: `BuildRequires: go >= 1.19.9` OBS-URL: https://build.opensuse.org/request/show/1092430 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubernetes1.24?expand=0&rev=18
This commit is contained in:
parent
9ba584c291
commit
b5e0db54c6
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.24.13</param>
|
||||
<param name="revision">v1.24.14</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="tar" mode="disabled"/>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/kubernetes/kubernetes.git</param>
|
||||
<param name="changesrevision">49433308be5b958856b6949df02b716e0a7cf0a3</param></service></servicedata>
|
||||
<param name="changesrevision">0018fa8af8ffaff22f36d3bd86289753ca61da81</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0dd91d09fa6f859e103dedbea8b6d76068bde6ae96b39e2b5a9ce011009249dc
|
||||
size 22402196
|
3
kubernetes-1.24.14.tar.xz
Normal file
3
kubernetes-1.24.14.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3cef1aa577a4af59e55b37ce0ec77b6f3f57bec4f65b0f0ea72bc0349566dd22
|
||||
size 22427744
|
@ -1,4 +1,4 @@
|
||||
name: kubernetes
|
||||
version: 1.24.13
|
||||
mtime: 1681301197
|
||||
commit: 49433308be5b958856b6949df02b716e0a7cf0a3
|
||||
version: 1.24.14
|
||||
mtime: 1684340338
|
||||
commit: 0018fa8af8ffaff22f36d3bd86289753ca61da81
|
||||
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 12 04:55:15 UTC 2023 - Priyanka Saggu <priyanka.saggu@suse.com>
|
||||
|
||||
- Update BuildRequires: `go >= 1.19.9`
|
||||
- Update to version 1.24.14:
|
||||
* Release commit for Kubernetes v1.24.14
|
||||
* [1.24] vendor: bump runc to 1.1.6
|
||||
* 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
|
||||
* 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
|
||||
* Bump konnectivity-client to 0.0.37
|
||||
* Do not look at VPC-related resources outside the cluster's network
|
||||
* kubelet: Do not mutate pods in the pod manager
|
||||
* Logging, remove LookPath in detectSafeNotMountedBehavior
|
||||
* Take canSafelySkipMountPointCheck package-private, reduce log visibility for removePath.
|
||||
* Add test for detectSafeNotMountedBehavior.
|
||||
* Add test for CanSafelySkipMountPointCheck
|
||||
* Correct detection of 'not mounted' behavior -- umount will exit with a non-zero code.
|
||||
* Skip mount point checks when possible during mount cleanup.
|
||||
* Return error for localhost seccomp type with no localhost profile defined
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 27 11:52:05 UTC 2023 - Priyanka Saggu <priyanka.saggu@suse.com>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define baseversionminus1 1.23
|
||||
|
||||
Name: kubernetes%{baseversion}
|
||||
Version: 1.24.13
|
||||
Version: 1.24.14
|
||||
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
|
||||
@ -72,8 +72,8 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user