- Update to version 1.22.2:

* [go1.16] Update to go1.16.8
  * Fix Job tracking with finalizers for more than 500 pods
  * e2e iperf2 change threshold to 10MBps = 80 Mbps
  * legacy-cloud-providers: aws: Add support for consuming web identity credentials
  * Fix the key missing issue for structured log
  * add a test for jsonpath template parsing to prevent regressions
  * revert "fix wrong output when using jsonpath"
  * Fix a small regression in Service updates
  * kubelet: Admission must exclude completed pods and avoid races
  * Don't prematurely close reflectors in case of slow initialization in watch based manager
  * backport 104410 to release-1.22
  * Fix storage class setup in regional_pd.go
  * pkg/kubelet/cm: use SkipFreezeOnSet
  * vendor: bump runc to 1.0.2
  * vendor: bump k8s.io/util to get fix for LRU cache
  * Update CHANGELOG/CHANGELOG-1.22.md for v1.22.1
  * fix: ensure InstanceShutdownByProviderID return false for creating Azure VMs
  * fix: skip case sensitivity when checking Azure NSG rules
  * Copy golang license to staging copies

OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubernetes1.22?expand=0&rev=5
This commit is contained in:
Richard Brown 2021-09-16 11:24:57 +00:00 committed by Git OBS Bridge
parent 7d80b2a267
commit 108888da2b
7 changed files with 36 additions and 12 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.22.1</param>
<param name="revision">v1.22.2</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">b01ed54644d815bf83e4bea059e5e5cd5f2cefcb</param></service></servicedata>
<param name="changesrevision">4193f7fe6b30bca6cf30741a6460c6c532c2dc42</param></service></servicedata>

View File

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

3
kubernetes-1.22.2.tar.xz Normal file
View File

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

View File

@ -1,5 +1,5 @@
name: kubernetes
version: 1.22.1
mtime: 1629387506
commit: 632ed300f2c34f6d6d15ca4cef3d3c7073412212
version: 1.22.2
mtime: 1631741492
commit: 8b5a19147530eaac9476b0ab82980b4088bbc1b2

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Thu Sep 16 11:22:40 UTC 2021 - rbrown@suse.com
- Update to version 1.22.2:
* [go1.16] Update to go1.16.8
* Fix Job tracking with finalizers for more than 500 pods
* e2e iperf2 change threshold to 10MBps = 80 Mbps
* legacy-cloud-providers: aws: Add support for consuming web identity credentials
* Fix the key missing issue for structured log
* add a test for jsonpath template parsing to prevent regressions
* revert "fix wrong output when using jsonpath"
* Fix a small regression in Service updates
* kubelet: Admission must exclude completed pods and avoid races
* Don't prematurely close reflectors in case of slow initialization in watch based manager
* backport 104410 to release-1.22
* Fix storage class setup in regional_pd.go
* pkg/kubelet/cm: use SkipFreezeOnSet
* vendor: bump runc to 1.0.2
* vendor: bump k8s.io/util to get fix for LRU cache
* Update CHANGELOG/CHANGELOG-1.22.md for v1.22.1
* fix: ensure InstanceShutdownByProviderID return false for creating Azure VMs
* fix: skip case sensitivity when checking Azure NSG rules
* Copy golang license to staging copies
-------------------------------------------------------------------
Wed Sep 1 13:51:37 UTC 2021 - Richard Brown <rbrown@suse.com>

View File

@ -1,5 +1,5 @@
#
# spec file for package kubernetes1.22
# spec file
#
# Copyright (c) 2021 SUSE LLC
#
@ -22,7 +22,7 @@
%define baseversionminus1 1.21
Name: kubernetes%{baseversion}
Version: 1.22.1
Version: 1.22.2
Release: 0
Summary: Container Scheduling and Management
License: Apache-2.0
@ -52,8 +52,8 @@ Patch5: revert-coredns-image-renaming.patch
BuildRequires: bash-completion
BuildRequires: fdupes
BuildRequires: git
BuildRequires: go >= 1.16.8
BuildRequires: go-go-md2man
BuildRequires: go >= 1.16.7
BuildRequires: golang-packaging
BuildRequires: rsync
BuildRequires: systemd-rpm-macros
@ -68,8 +68,8 @@ management of containerized applications.
It groups containers that make up an application into logical units
for management and discovery.
# packages to build containerized control plane
# packages to build containerized control plane
%package apiserver
Summary: Kubernetes apiserver for container image
Group: System/Management