- Update to version 1.22.1:

* Keep MakeMountArgSensitive and add a new signature that receives flags
  * Update the unit tests to handle mountFlags
  * Add missing interface method in mount_unsupported.go
  * Pass additional flags to subpath mount to avoid flakes in certain conditions
  * device manager: do not clean admitted pods from the state
  * memory manager: do not clean admitted pods from the state
  * cpu manager: do not clean admitted pods from the state
  * Avoid spurious calls to update/delete validation
  * Update to go1.16.7
  * Pass unknown labels in allowedTopologies during CSI translation
  * Fix metrics reporting for the deprecated watch path
  * Update configure-helper.sh
  * Update configure-helper.sh
  * Update configure-helper.sh
  * Remove duplicate dependencies from 1.22 changelog
  * replace e2e WaitForPodsReady by WaitTimeoutForPodReadyInNamespace
  * delete stale UDP conntrack entries for loadbalancer IPs
  * Update CHANGELOG/CHANGELOG-1.22.md for v1.22.0
  * Set idle and readheader timeouts

OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubernetes1.22?expand=0&rev=2
This commit is contained in:
Richard Brown 2021-08-25 11:37:17 +00:00 committed by Git OBS Bridge
parent d878449ace
commit 9a3d450f99
7 changed files with 34 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.22.0</param>
<param name="revision">v1.22.1</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">f46e89924acc67bbea73eb74807e4fea686676b1</param></service></servicedata>
<param name="changesrevision">b01ed54644d815bf83e4bea059e5e5cd5f2cefcb</param></service></servicedata>

View File

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

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

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

View File

@ -1,5 +1,5 @@
name: kubernetes
version: 1.22.0
mtime: 1628099779
commit: c2b5237ccd9c0f1d600d3072634ca66cefdf272f
version: 1.22.1
mtime: 1629387506
commit: 632ed300f2c34f6d6d15ca4cef3d3c7073412212

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Aug 25 11:31:23 UTC 2021 - rbrown@suse.com
- Update to version 1.22.1:
* Keep MakeMountArgSensitive and add a new signature that receives flags
* Update the unit tests to handle mountFlags
* Add missing interface method in mount_unsupported.go
* Pass additional flags to subpath mount to avoid flakes in certain conditions
* device manager: do not clean admitted pods from the state
* memory manager: do not clean admitted pods from the state
* cpu manager: do not clean admitted pods from the state
* Avoid spurious calls to update/delete validation
* Update to go1.16.7
* Pass unknown labels in allowedTopologies during CSI translation
* Fix metrics reporting for the deprecated watch path
* Update configure-helper.sh
* Update configure-helper.sh
* Update configure-helper.sh
* Remove duplicate dependencies from 1.22 changelog
* replace e2e WaitForPodsReady by WaitTimeoutForPodReadyInNamespace
* delete stale UDP conntrack entries for loadbalancer IPs
* Update CHANGELOG/CHANGELOG-1.22.md for v1.22.0
* Set idle and readheader timeouts
-------------------------------------------------------------------
Fri Aug 6 11:11:31 UTC 2021 - Alexandre Vicenzi <alexandre.vicenzi@suse.com>

View File

@ -22,7 +22,7 @@
%define baseversionminus1 1.21
Name: kubernetes%{baseversion}
Version: 1.22.0
Version: 1.22.1
Release: 0
Summary: Container Scheduling and Management
License: Apache-2.0
@ -53,7 +53,7 @@ BuildRequires: bash-completion
BuildRequires: fdupes
BuildRequires: git
BuildRequires: go-go-md2man
BuildRequires: go >= 1.16.6
BuildRequires: go >= 1.16.7
BuildRequires: golang-packaging
BuildRequires: rsync
BuildRequires: systemd-rpm-macros