Accepting request 1120456 from home:psaggu:branches:devel:kubic

- Update to Kubernetes version 1.25.15 (October, 2023 monthly patch release)
- Update .spec file to bump go version build requirements:
  * `BuildRequires:  go >= 1.20.10`

OBS-URL: https://build.opensuse.org/request/show/1120456
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubernetes1.25?expand=0&rev=17
This commit is contained in:
Priyanka Saggu 2023-10-26 06:38:49 +00:00 committed by Git OBS Bridge
parent 925a30aaae
commit f747c835cd
7 changed files with 41 additions and 10 deletions

View File

@ -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.25.14</param>
<param name="revision">v1.25.15</param>
<param name="changesgenerate">enable</param>
</service>
<service name="tar" mode="disabled"/>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/kubernetes/kubernetes.git</param>
<param name="changesrevision">a5967a3c4d0f33469b7e7798c9ee548f71455222</param></service></servicedata>
<param name="changesrevision">da6089da4974a0a180c226c9353e1921fa3c248a</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e2333612618a91baadf40c2cf46c54127b11bf99ee4910e391dd9944380153aa
size 22907932

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:01321f5c5c1d4856e09a52a2aaf863241c507e730920ddb75ca2bdcd882e6995
size 22949420

View File

@ -1,4 +1,4 @@
name: kubernetes
version: 1.25.14
mtime: 1694595773
commit: a5967a3c4d0f33469b7e7798c9ee548f71455222
version: 1.25.15
mtime: 1697635646
commit: da6089da4974a0a180c226c9353e1921fa3c248a

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Thu Oct 26 05:58:19 UTC 2023 - Priyanka Saggu <priyanka.saggu@suse.com>
- Update .spec file to bump go version build requirements:
* `BuildRequires: go >= 1.20.10`
- Update to version 1.25.15:
* Release commit for Kubernetes v1.25.15
* Register UnauthenticatedHTTP2DOSMitigation into kube components
* Skip TestUnauthenticatedHTTP2ClientConnectionClose http1 tests
* Disable UnauthenticatedHTTP2DOSMitigation by default
* Prevent rapid reset http2 DOS on API server
* Fix concurrent write when filling PVC labels
* Modify test PVC to detect concurrent map write bug
* [go] Bump images, dependencies and versions to go 1.20.10
* .: bump golang.org/x/net to v0.17.0
* [go] Bump images, versions and deps to use Go 1.20.9
* bump etcd cluster image to 3.5.9
* cronjob controller: ensure already existing jobs are added to Active list of cronjobs
* change rolling update logic to exclude sunsetting nodes
* vsphere: adapt to govmomi bump
* .: bump govmomi to v0.30.6
* Increase range of job_sync_duration_seconds
* sync Service API status rest storage
* Update CHANGELOG/CHANGELOG-1.25.md for v1.25.14
* scheduler: start scheduling attempt with clean UnschedulablePlugins
* updating dependencies.yaml for etcd v3.5.9 version
* use upstream etcd github path instead of redirecting one
* update etcd version in install.sh to 3.5.9
* move check for noop managed field timestamp updates
-------------------------------------------------------------------
Wed Sep 20 18:08:15 UTC 2023 - Priyanka Saggu <priyanka.saggu@suse.com>

View File

@ -22,7 +22,7 @@
%define baseversionminus1 1.24
Name: kubernetes%{baseversion}
Version: 1.25.14
Version: 1.25.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.20.8
BuildRequires: go >= 1.20.10
BuildRequires: go-go-md2man
BuildRequires: golang-packaging
BuildRequires: rsync
@ -79,6 +79,7 @@ for management and discovery.
# packages to build containerized control plane
%package apiserver
Summary: Kubernetes apiserver for container image
Group: System/Management