- Update to version 1.22.7:
* Update Go to 1.16.14 * add namespace in azurefile volumeid * fix: azurefile volumeid conflict in csi migration * Execute sync before taking the snapshot * Mark device as uncertain if unmount device succeeds * Set max results if its not set * Update CHANGELOG/CHANGELOG-1.22.md for v1.22.6 * Update k/utils to v0.0.0-20211116205334-6203023598ed * [go] update to Go 1.16.13 * Enabling kube-proxy metrics on windows kernel mode * fix: ignore the case when comparing azure tags in service annotation * fix: remove outdated ipv4 route when the corresponding node is deleted * fix: delete non existing disk issue * fix containers order after applying * generated: ./hack/update-vendor.sh * upgrade sigs.k8s.io/structured-merge-diff/v4 to v4.2.1 * fix: azuredisk parameter lowercase translation issue * fix: do not delete the lb that does not exist * removed unnecessary log line * Fix header mutation race in timeout filter * use node informer to check volumes attachment status before backoff * When volume is not marked in-use, do not backoff * kubeadm: remove the restriction that the ca.crt can only contain one certificate * flake fix: remove the error handler for cronjob integration test * vendor: bump cAdvisor to v0.39.3 * Fix the leak of vSphere client sessions * fix nil pointer in create secret commands * client-go: Clear the ResourceVersionMatch on paged list calls * Update GCE manifest to use konnectivity 0.0.27 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubernetes1.22?expand=0&rev=13
This commit is contained in:
parent
aff96d2468
commit
d1f995c0cb
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.22.4</param>
|
<param name="revision">v1.22.7</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">714321c6b1b5f8b7964b9eb17d48f2746545f615</param></service></servicedata>
|
<param name="changesrevision">24b377b021ac443a1ee3afef5701e469516a1358</param></service></servicedata>
|
@ -1,4 +1,4 @@
|
|||||||
name: kubernetes
|
name: kubernetes
|
||||||
version: 1.22.4
|
version: 1.22.7
|
||||||
mtime: 1637163702
|
mtime: 1645011772
|
||||||
commit: b695d79d4f967c403a96986f1750a35eb75e75f1
|
commit: b56e432f2191419647a6a13b9f5867801850f969
|
||||||
|
@ -1,3 +1,77 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 16 12:35:07 UTC 2022 - rbrown@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.22.7:
|
||||||
|
* Update Go to 1.16.14
|
||||||
|
* add namespace in azurefile volumeid
|
||||||
|
* fix: azurefile volumeid conflict in csi migration
|
||||||
|
* Execute sync before taking the snapshot
|
||||||
|
* Mark device as uncertain if unmount device succeeds
|
||||||
|
* Set max results if its not set
|
||||||
|
* Update CHANGELOG/CHANGELOG-1.22.md for v1.22.6
|
||||||
|
* Update k/utils to v0.0.0-20211116205334-6203023598ed
|
||||||
|
* [go] update to Go 1.16.13
|
||||||
|
* Enabling kube-proxy metrics on windows kernel mode
|
||||||
|
* fix: ignore the case when comparing azure tags in service annotation
|
||||||
|
* fix: remove outdated ipv4 route when the corresponding node is deleted
|
||||||
|
* fix: delete non existing disk issue
|
||||||
|
* fix containers order after applying
|
||||||
|
* generated: ./hack/update-vendor.sh
|
||||||
|
* upgrade sigs.k8s.io/structured-merge-diff/v4 to v4.2.1
|
||||||
|
* fix: azuredisk parameter lowercase translation issue
|
||||||
|
* fix: do not delete the lb that does not exist
|
||||||
|
* removed unnecessary log line
|
||||||
|
* Fix header mutation race in timeout filter
|
||||||
|
* use node informer to check volumes attachment status before backoff
|
||||||
|
* When volume is not marked in-use, do not backoff
|
||||||
|
* kubeadm: remove the restriction that the ca.crt can only contain one certificate
|
||||||
|
* flake fix: remove the error handler for cronjob integration test
|
||||||
|
* vendor: bump cAdvisor to v0.39.3
|
||||||
|
* Fix the leak of vSphere client sessions
|
||||||
|
* fix nil pointer in create secret commands
|
||||||
|
* client-go: Clear the ResourceVersionMatch on paged list calls
|
||||||
|
* Update GCE manifest to use konnectivity 0.0.27
|
||||||
|
* Update to apiserver-network-proxy v0.0.27
|
||||||
|
* add gce loadbalancer no-op finalizer and existingFwdRule tests
|
||||||
|
* disable gce service handling if has rbs forwarding rule
|
||||||
|
* add ELBRbsFinalizer
|
||||||
|
* add gce elb rbs opt-in annotation
|
||||||
|
* Improving performance of EndpointSlice controller metrics cache
|
||||||
|
* fix the error when cleaning up jobs for cronjob
|
||||||
|
* Update CHANGELOG/CHANGELOG-1.22.md for v1.22.5
|
||||||
|
* Add test to confirm containers won't start
|
||||||
|
* Check for failed sandbox and failed workload containers
|
||||||
|
* mount-utils: Detect potential stale file handle
|
||||||
|
* [go1.16] Update to go1.16.12
|
||||||
|
* Skip creating HNS loadbalancer with empty endpoints
|
||||||
|
* dependencies: Update golang.org/x/net to v0.0.0-20211209124913-491a49abca63
|
||||||
|
* kubeadm: avoid requiring a CA key during kubeconfig expiration checks
|
||||||
|
* kubeadm: print the CA of kubeconfig files in "check expiration"
|
||||||
|
* kubeadm: validate local etcd certficates during expiration checks
|
||||||
|
* kubelet: set failed phase during graceful shutdown
|
||||||
|
* [go1.16] Update to go1.16.11
|
||||||
|
* fix: ignore the case when updating tags
|
||||||
|
* Ensure deletion of pods in queues and cache
|
||||||
|
* kubelet: Rejected pods should be filtered from admission
|
||||||
|
* kube-scheduler: Increase the duration to expire an assumed pod
|
||||||
|
* Skip check for all topology labels when using system default spreading
|
||||||
|
* workqueue: fix leak in queue preventing objects from being GCed
|
||||||
|
* Fix workqueue memory leak
|
||||||
|
* Ignore 'wait: no child processes' error when calling mount/umount
|
||||||
|
* Reduce calls to docker from dockershim for stats
|
||||||
|
* Update CHANGELOG/CHANGELOG-1.22.md for v1.22.4
|
||||||
|
* Add warning about using unsupported CRON_TZ
|
||||||
|
* Fix flake caused by sampling signal counter too early.
|
||||||
|
* Ensure there is one running static pod with the same full name
|
||||||
|
* NodeConformance: Respect grace period when updating static pod
|
||||||
|
* Fix concurrent map writes error in kube-apiserver
|
||||||
|
* e2e: node: release-1.22: backport findKubeletServiceName
|
||||||
|
* node: e2e: add test for the checkpoint recovery
|
||||||
|
* devicemanager: checkpoint: support pre-1.20 data
|
||||||
|
* fix: remove VMSS and VMSS instances from SLB backend pool only when necessary
|
||||||
|
* fix: leave the probe path empty for TCP probes
|
||||||
|
* fix: skip instance not found when decoupling vmss from lb
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 7 16:21:21 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Mon Feb 7 16:21:21 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%define baseversionminus1 1.21
|
%define baseversionminus1 1.21
|
||||||
|
|
||||||
Name: kubernetes%{baseversion}
|
Name: kubernetes%{baseversion}
|
||||||
Version: 1.22.4
|
Version: 1.22.7
|
||||||
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,7 @@ Patch5: revert-coredns-image-renaming.patch
|
|||||||
BuildRequires: bash-completion
|
BuildRequires: bash-completion
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: go >= 1.16.7
|
BuildRequires: go >= 1.16.14
|
||||||
BuildRequires: go-go-md2man
|
BuildRequires: go-go-md2man
|
||||||
BuildRequires: golang-packaging
|
BuildRequires: golang-packaging
|
||||||
BuildRequires: rsync
|
BuildRequires: rsync
|
||||||
@ -70,6 +70,7 @@ for management and discovery.
|
|||||||
|
|
||||||
|
|
||||||
# packages to build containerized control plane
|
# packages to build containerized control plane
|
||||||
|
|
||||||
%package apiserver
|
%package apiserver
|
||||||
Summary: Kubernetes apiserver for container image
|
Summary: Kubernetes apiserver for container image
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
|
Loading…
Reference in New Issue
Block a user