Ana Guerrero 2023-07-27 14:51:36 +00:00 committed by Git OBS Bridge
commit 1b8e3cdfc9
7 changed files with 29 additions and 11 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.24.15</param>
<param name="revision">v1.24.16</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">2c67202dc0bb96a7a837cbfb8d72e1f34dfc2808</param></service></servicedata>
<param name="changesrevision">51e33fadff13065ae5518db94e84598293965939</param></service></servicedata>

View File

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

View File

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

View File

@ -1,4 +1,4 @@
name: kubernetes
version: 1.24.15
mtime: 1686736012
commit: 2c67202dc0bb96a7a837cbfb8d72e1f34dfc2808
version: 1.24.16
mtime: 1689769046
commit: 51e33fadff13065ae5518db94e84598293965939

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Jul 26 10:06:30 UTC 2023 - Priyanka Saggu <priyanka.saggu@suse.com>
- Update: `BuildRequires: go >= 1.20.6`
- Update: `BuildRequires: golang(API) = 1.20`
- Update to version 1.24.16:
* [release-1.24] releng/go: Bump images, versions and deps to use Go 1.20.6
* Fix the converts an empty string to nil.
* Only declare job as finished after removing all finalizers
* Fix deadlock in ready test
* deps: Bump to cAdvisor v0.44.2
* Fix the git-repo test error caused by the correct use of loop variables
* kubeadm: remove function pointer comparison in phase test
* test server side apply patch
* don't process unsupported loadbalancers with mixed protocols
* make MixedProtocolNotSupported public
-------------------------------------------------------------------
Tue Jun 20 07:00:47 UTC 2023 - Priyanka Saggu <priyanka.saggu@suse.com>

View File

@ -22,7 +22,7 @@
%define baseversionminus1 1.23
Name: kubernetes%{baseversion}
Version: 1.24.15
Version: 1.24.16
Release: 0
Summary: Container Scheduling and Management
License: Apache-2.0
@ -51,12 +51,12 @@ Patch4: kubeadm-opensuse-flexvolume.patch
Patch5: revert-coredns-image-renaming.patch
BuildRequires: fdupes
BuildRequires: git
BuildRequires: go >= 1.19.10
BuildRequires: go >= 1.20.6
BuildRequires: go-go-md2man
BuildRequires: golang-packaging
BuildRequires: rsync
BuildRequires: systemd-rpm-macros
BuildRequires: golang(API) = 1.19
BuildRequires: golang(API) = 1.20
BuildRequires: golang(github.com/jteeuwen/go-bindata)
ExcludeArch: %{ix86} s390 ppc64
@ -74,6 +74,7 @@ for management and discovery.
# packages to build containerized control plane
%package apiserver