Accepting request 1093311 from home:psaggu:branches:devel:kubic
Update to v1.24.15 (june patch release) - includes Security Patch Fix for CVE-2023-2727 (bsc#1211630) and CVE-2023-2728 (bsc#1211631) - update: `BuildRequires: go >= 1.19.10` OBS-URL: https://build.opensuse.org/request/show/1093311 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubernetes1.24?expand=0&rev=20
This commit is contained in:
parent
b5e0db54c6
commit
b8218186fa
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.14</param>
|
||||
<param name="revision">v1.24.15</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">0018fa8af8ffaff22f36d3bd86289753ca61da81</param></service></servicedata>
|
||||
<param name="changesrevision">2c67202dc0bb96a7a837cbfb8d72e1f34dfc2808</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3cef1aa577a4af59e55b37ce0ec77b6f3f57bec4f65b0f0ea72bc0349566dd22
|
||||
size 22427744
|
3
kubernetes-1.24.15.tar.xz
Normal file
3
kubernetes-1.24.15.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ea8eca30dca2b7d04b65763bbf5fe63a6f72eb0bba92fdb6ba47e5d2da743b6
|
||||
size 22574640
|
@ -1,4 +1,4 @@
|
||||
name: kubernetes
|
||||
version: 1.24.14
|
||||
mtime: 1684340338
|
||||
commit: 0018fa8af8ffaff22f36d3bd86289753ca61da81
|
||||
version: 1.24.15
|
||||
mtime: 1686736012
|
||||
commit: 2c67202dc0bb96a7a837cbfb8d72e1f34dfc2808
|
||||
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 15 11:24:49 UTC 2023 - Priyanka Saggu <priyanka.saggu@suse.com>
|
||||
|
||||
- v1.24.15 includes Security Patch Fix for CVE-2023-2727 (bsc#1211630) and CVE-2023-2728 (bsc#1211631)
|
||||
- Update: `BuildRequires: go >= 1.19.10`
|
||||
- Update to version 1.24.15:
|
||||
* Release commit for Kubernetes v1.24.15
|
||||
* update-vendor: update vendored go.sums
|
||||
* [release-1.24] releng/go: Update images, deps and ver to go 1.19.10
|
||||
* kube-proxy avoid race condition using LocalModeNodeCIDR
|
||||
* Add ephemeralcontainer to imagepolicy securityaccount admission plugin
|
||||
* Switch to assert.ErrorEquals from assert.Equal to check error equality
|
||||
* kubeadm: Make etcd member removal idempotent
|
||||
* kubeadm: Add etcd client unit tests
|
||||
* kubeadm: Use internal etcd client through an interface
|
||||
* update webhook test to go 1.21
|
||||
* Test APIService safe handling at startup
|
||||
* Fix waiting for CRD sync at server start
|
||||
* kubeadm: fix a bug where the static pod changes detection logic is inconsistent with kubelet
|
||||
* Update CHANGELOG/CHANGELOG-1.24.md for v1.24.14
|
||||
* vclib: Modify x509.UnknownAuthorityError unwrap check
|
||||
* vsphere: Adapt to govmomi version bumps
|
||||
* *: Bump version of vmware/govmomi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 12 04:55:15 UTC 2023 - Priyanka Saggu <priyanka.saggu@suse.com>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define baseversionminus1 1.23
|
||||
|
||||
Name: kubernetes%{baseversion}
|
||||
Version: 1.24.14
|
||||
Version: 1.24.15
|
||||
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.9
|
||||
BuildRequires: go >= 1.19.10
|
||||
BuildRequires: go-go-md2man
|
||||
BuildRequires: golang-packaging
|
||||
BuildRequires: rsync
|
||||
@ -74,6 +74,7 @@ for management and discovery.
|
||||
|
||||
|
||||
# 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