Accepting request 1094259 from home:psaggu:branches:devel:kubic
July monthly patch release - Update to version 1.25.11 - Update: `BuildRequires: go >= 1.19.10` OBS-URL: https://build.opensuse.org/request/show/1094259 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubernetes1.25?expand=0&rev=11
This commit is contained in:
parent
86e7188a8b
commit
5012749101
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.25.10</param>
|
||||
<param name="revision">v1.25.11</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">e770bdbb87cccdc2daa790ecd69f40cf4df3cc9d</param></service></servicedata>
|
||||
<param name="changesrevision">8cfcba0b15c343a8dc48567a74c29ec4844e0b9e</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:72bd762ef086e179992a6fa6aa6d9f02726b1f8989558238ae3077ade035016b
|
||||
size 22746272
|
3
kubernetes-1.25.11.tar.xz
Normal file
3
kubernetes-1.25.11.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9bfa2403fdfa7ba25633fce93b67d3d6cb542a156bfed99cdba3b1a7d0ec157
|
||||
size 22907596
|
@ -1,4 +1,4 @@
|
||||
name: kubernetes
|
||||
version: 1.25.10
|
||||
mtime: 1684332324
|
||||
commit: e770bdbb87cccdc2daa790ecd69f40cf4df3cc9d
|
||||
version: 1.25.11
|
||||
mtime: 1686736055
|
||||
commit: 8cfcba0b15c343a8dc48567a74c29ec4844e0b9e
|
||||
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 21 04:45:30 UTC 2023 - Priyanka Saggu <priyanka.saggu@suse.com>
|
||||
|
||||
- Update: `BuildRequires: go >= 1.19.10`
|
||||
- Update to version 1.25.11:
|
||||
* Release commit for Kubernetes v1.25.11
|
||||
* update-vendor: update vendored go.sums
|
||||
* [release-1.25] 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
|
||||
* 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.25.md for v1.25.10
|
||||
* kubeadm: Make etcd member removal idempotent
|
||||
* kubeadm: Add etcd client unit tests
|
||||
* kubeadm: Use internal etcd client through an interface
|
||||
* vclib: Modify x509.UnknownAuthorityError unwrap check
|
||||
* vsphere: Adapt to govmomi version bumps
|
||||
* *: Bump version of vmware/govmomi
|
||||
* kubelet/stats: drop makePodStorageStats errors to V(6)
|
||||
* kubelet/stats: deduplicate makePodStorageStats
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 12 04:41:19 UTC 2023 - Priyanka Saggu <priyanka.saggu@suse.com>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define baseversionminus1 1.24
|
||||
|
||||
Name: kubernetes%{baseversion}
|
||||
Version: 1.25.10
|
||||
Version: 1.25.11
|
||||
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
|
||||
@ -72,6 +72,7 @@ for management and discovery.
|
||||
|
||||
|
||||
|
||||
|
||||
# packages to build containerized control plane
|
||||
|
||||
%package apiserver
|
||||
|
Loading…
Reference in New Issue
Block a user