diff --git a/_service b/_service
index b34675a..fc2a664 100644
--- a/_service
+++ b/_service
@@ -5,7 +5,7 @@
.git
@PARENT_TAG@
v(.*)
- v1.22.4
+ v1.22.7
enable
diff --git a/_servicedata b/_servicedata
index e9e7615..2db2010 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/kubernetes/kubernetes.git
- 714321c6b1b5f8b7964b9eb17d48f2746545f615
+ 24b377b021ac443a1ee3afef5701e469516a1358
\ No newline at end of file
diff --git a/kubernetes.obsinfo b/kubernetes.obsinfo
index a1c00bc..eb4e6be 100644
--- a/kubernetes.obsinfo
+++ b/kubernetes.obsinfo
@@ -1,4 +1,4 @@
name: kubernetes
-version: 1.22.4
-mtime: 1637163702
-commit: b695d79d4f967c403a96986f1750a35eb75e75f1
+version: 1.22.7
+mtime: 1645011772
+commit: b56e432f2191419647a6a13b9f5867801850f969
diff --git a/kubernetes1.22.changes b/kubernetes1.22.changes
index 5055c3b..1ca4503 100644
--- a/kubernetes1.22.changes
+++ b/kubernetes1.22.changes
@@ -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
diff --git a/kubernetes1.22.spec b/kubernetes1.22.spec
index 8453235..8961d5e 100644
--- a/kubernetes1.22.spec
+++ b/kubernetes1.22.spec
@@ -22,7 +22,7 @@
%define baseversionminus1 1.21
Name: kubernetes%{baseversion}
-Version: 1.22.4
+Version: 1.22.7
Release: 0
Summary: Container Scheduling and Management
License: Apache-2.0
@@ -52,7 +52,7 @@ Patch5: revert-coredns-image-renaming.patch
BuildRequires: bash-completion
BuildRequires: fdupes
BuildRequires: git
-BuildRequires: go >= 1.16.7
+BuildRequires: go >= 1.16.14
BuildRequires: go-go-md2man
BuildRequires: golang-packaging
BuildRequires: rsync
@@ -70,6 +70,7 @@ for management and discovery.
# packages to build containerized control plane
+
%package apiserver
Summary: Kubernetes apiserver for container image
Group: System/Management