diff --git a/_service b/_service
index 812a8dd..d4ffd5f 100644
--- a/_service
+++ b/_service
@@ -5,7 +5,7 @@
.git
@PARENT_TAG@
v(.*)
- v1.22.1
+ v1.22.2
enable
diff --git a/_servicedata b/_servicedata
index a24232f..58974b8 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/kubernetes/kubernetes.git
- b01ed54644d815bf83e4bea059e5e5cd5f2cefcb
\ No newline at end of file
+ 4193f7fe6b30bca6cf30741a6460c6c532c2dc42
\ No newline at end of file
diff --git a/kubernetes-1.22.1.tar.xz b/kubernetes-1.22.1.tar.xz
deleted file mode 100644
index 4b5b08c..0000000
--- a/kubernetes-1.22.1.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:da774a76eec8a5790602463bb2feb8310e55e5e3c541494c1c0e06ef72960321
-size 21404500
diff --git a/kubernetes-1.22.2.tar.xz b/kubernetes-1.22.2.tar.xz
new file mode 100644
index 0000000..5563f09
--- /dev/null
+++ b/kubernetes-1.22.2.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d123bbce76271f1b5b5d74d282e96f10a1248a8c18720128523b391fdf70aec8
+size 21406116
diff --git a/kubernetes.obsinfo b/kubernetes.obsinfo
index 9fecbc7..e225261 100644
--- a/kubernetes.obsinfo
+++ b/kubernetes.obsinfo
@@ -1,5 +1,5 @@
name: kubernetes
-version: 1.22.1
-mtime: 1629387506
-commit: 632ed300f2c34f6d6d15ca4cef3d3c7073412212
+version: 1.22.2
+mtime: 1631741492
+commit: 8b5a19147530eaac9476b0ab82980b4088bbc1b2
diff --git a/kubernetes1.22.changes b/kubernetes1.22.changes
index 634aaf7..ce1d37b 100644
--- a/kubernetes1.22.changes
+++ b/kubernetes1.22.changes
@@ -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
diff --git a/kubernetes1.22.spec b/kubernetes1.22.spec
index a7af763..4b0a759 100644
--- a/kubernetes1.22.spec
+++ b/kubernetes1.22.spec
@@ -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