Accepting request 990344 from home:jfkw:branches:devel:kubic
- Update to version 1.24.3: - Require only BuildRequires: golang(API) = 1.18 pinned Go major version. Remove potentially conflicting BuildRequires: go >= x.y.z. The plan for future updates is BuildRequires: golang(API) >= 1.18 minimum Go major version. OBS-URL: https://build.opensuse.org/request/show/990344 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubernetes1.24?expand=0&rev=3
This commit is contained in:
parent
d98eef4299
commit
d0d3da052f
2
_service
2
_service
@ -5,7 +5,7 @@
|
|||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="revision">v1.24.0</param>
|
<param name="revision">v1.24.3</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="tar" mode="disabled"/>
|
<service name="tar" mode="disabled"/>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/kubernetes/kubernetes.git</param>
|
<param name="url">https://github.com/kubernetes/kubernetes.git</param>
|
||||||
<param name="changesrevision">cd616dd5100f89331c8abf2c777e67609d8e2771</param></service></servicedata>
|
<param name="changesrevision">5e4bfb6e8b56bcb9d027755470669d8818185599</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c5343d42701fbbd4fc8218799f52c4c0ebbe55764b956cd4411785ff19ec18bf
|
|
||||||
size 23385736
|
|
3
kubernetes-1.24.3.tar.xz
Normal file
3
kubernetes-1.24.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d17fd465ed52d992548a27a0e29a20236ca482caba320e7f3dc4d0a1259ab6b1
|
||||||
|
size 22294216
|
@ -1,4 +1,4 @@
|
|||||||
name: kubernetes
|
name: kubernetes
|
||||||
version: 1.24.0
|
version: 1.24.3
|
||||||
mtime: 1651585009
|
mtime: 1657722116
|
||||||
commit: 4ce5a8954017644c5420bae81d72b09b735c21f0
|
commit: aef86a93758dc3cb2c658dd9657ab4ad4afc21cb
|
||||||
|
@ -1,3 +1,80 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 19 01:53:28 UTC 2022 - jkowalczyk@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.24.3:
|
||||||
|
* Do not skip job requeue in conflict error
|
||||||
|
* kubeadm: fix the bug that configurable KubernetesVersion not respected during kubeadm join
|
||||||
|
* endpointslices: node missing on Pod scenario
|
||||||
|
* fix metrics for placeholder slice
|
||||||
|
* fix a bug on endpointslices tests comparing the wrong metrics
|
||||||
|
* kubeadm: fix the bug that configurable KubernetesVersion not respected during kubeadm join
|
||||||
|
* GIT-110239: fix activeDeadlineSeconds enforcement bug
|
||||||
|
* kubeadm: handle dup unix:// prefix in node annotaiton
|
||||||
|
* fix: --chunk-size with selector returns missing result
|
||||||
|
* Fix unnecessary recreation of placeholder EndpointSlice
|
||||||
|
* kubeadm: fix error adding extra prefix unix://
|
||||||
|
* e2e: add storage capability for offline volume expansion
|
||||||
|
* add missing error handling steps
|
||||||
|
* Update CHANGELOG/CHANGELOG-1.24.md for v1.24.2
|
||||||
|
* apiserver: printers should use int64
|
||||||
|
* fix image pulling failure when IMDS is unavailalbe in kubelet startup
|
||||||
|
* e2e: ensure single image for populator containers
|
||||||
|
* fix: exclude non-ready nodes and deleted nodes from azure load balancers
|
||||||
|
- Require only BuildRequires: golang(API) = 1.18 pinned Go major version.
|
||||||
|
Remove potentially conflicting BuildRequires: go >= x.y.z.
|
||||||
|
The plan for future updates is BuildRequires: golang(API) >= 1.18
|
||||||
|
minimum Go major version.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 22 01:44:55 UTC 2022 - jkowalczyk@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.24.2:
|
||||||
|
* move the ignore logic higher up to the reconciler
|
||||||
|
* Ignore EndpointSlices that are already marked for deletion
|
||||||
|
* test: update graceful node shutdown e2e with watch
|
||||||
|
* kubelet: Mark ready condition as false explicitly for terminal pods
|
||||||
|
* agnhost: bump version 2.39
|
||||||
|
* Update Go to 1.18.3
|
||||||
|
* add service e2e tests
|
||||||
|
* kubelet: add e2e test to verify probe readiness
|
||||||
|
* kubelet: only shutdown probes for pods that are terminated
|
||||||
|
* kubelet: Pod probes should be handled by pod worker
|
||||||
|
* cpu manager policy set to none, no one remove container id from container map, lead memory leak
|
||||||
|
* fix audit union loop variables in closures
|
||||||
|
* Updating e2e test to check EndpointSlices and Endpoints as well
|
||||||
|
* e2e: services with evicted pods doesn't have endpoints
|
||||||
|
* e2e test for evicted pods
|
||||||
|
* endpoints controller: don't consider terminal endpoints
|
||||||
|
* endpointslices: terminal pods doesn't receive enpoints
|
||||||
|
* add pod util to verify pod is terminal
|
||||||
|
* Update CHANGELOG/CHANGELOG-1.24.md for v1.24.1
|
||||||
|
* Add test for checking ephemeral volume expansion
|
||||||
|
* Fix resizing of ephemeral volumes
|
||||||
|
* Winkernel proxier cache HNS data to improve syncProxyRules performance
|
||||||
|
* GCE Windows: Copy the CNI binaries from the right folder
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 21 22:17:54 UTC 2022 - jkowalczyk@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.24.1:
|
||||||
|
* kubeadm: remove checking legacy taint for kubeadm-kinder-latest-on-1-24
|
||||||
|
* Fix requests scope classification
|
||||||
|
* Update Go to 1.18.2
|
||||||
|
* Integration test for openapi scale & status
|
||||||
|
* Remove warning log for merging meta and scale type
|
||||||
|
* authn: fix cache mutation by AuthenticatedGroupAdder
|
||||||
|
* GCE: skip updating and deleting external loadbalancers if service is managed outside of service controller
|
||||||
|
* Wait for cache to sync in job's TestWatchOrphanPods
|
||||||
|
* Fix ServiceIPStaticSubrange assigns duplicate IP addresses
|
||||||
|
* Fix OpenAPI loading error caused by empty APIService
|
||||||
|
* kubeadm: only taint CP nodes when the legacy "master" taint is present
|
||||||
|
* Test Foreground deletion in job integration
|
||||||
|
* Fix removing finalizer from finished jobs
|
||||||
|
* Don't mark job as failed until expectations are satisfied
|
||||||
|
* Integration test for backoff limit and finalizers
|
||||||
|
* Update CHANGELOG/CHANGELOG-1.24.md for v1.24.0
|
||||||
|
* Do not wrap lines if we can't read term size
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 5 23:57:02 UTC 2022 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
Thu May 5 23:57:02 UTC 2022 - Jeff Kowalczyk <jkowalczyk@suse.com>
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%define baseversionminus1 1.23
|
%define baseversionminus1 1.23
|
||||||
|
|
||||||
Name: kubernetes%{baseversion}
|
Name: kubernetes%{baseversion}
|
||||||
Version: 1.24.0
|
Version: 1.24.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Container Scheduling and Management
|
Summary: Container Scheduling and Management
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -52,7 +52,6 @@ Patch5: revert-coredns-image-renaming.patch
|
|||||||
BuildRequires: bash-completion
|
BuildRequires: bash-completion
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: go >= 1.18.1
|
|
||||||
BuildRequires: go-go-md2man
|
BuildRequires: go-go-md2man
|
||||||
BuildRequires: golang-packaging
|
BuildRequires: golang-packaging
|
||||||
BuildRequires: rsync
|
BuildRequires: rsync
|
||||||
@ -69,8 +68,6 @@ It groups containers that make up an application into logical units
|
|||||||
for management and discovery.
|
for management and discovery.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# packages to build containerized control plane
|
# packages to build containerized control plane
|
||||||
|
|
||||||
%package apiserver
|
%package apiserver
|
||||||
|
Loading…
Reference in New Issue
Block a user