Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kubernetes1.21 for openSUSE:Factory 
checked in at 2021-05-20 19:23:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kubernetes1.21 (Old)
 and      /work/SRC/openSUSE:Factory/.kubernetes1.21.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kubernetes1.21"

Thu May 20 19:23:56 2021 rev:4 rq:894631 version:1.21.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/kubernetes1.21/kubernetes1.21.changes    
2021-05-17 18:45:39.748535077 +0200
+++ /work/SRC/openSUSE:Factory/.kubernetes1.21.new.2988/kubernetes1.21.changes  
2021-05-20 19:24:26.094096406 +0200
@@ -1,0 +2,61 @@
+Thu May 20 13:19:09 UTC 2021 - Richard Brown <[email protected]>
+
+- Restore 90-kubeadm.conf, still needed [boo#1186125] 
+
+-------------------------------------------------------------------
+Wed May 19 11:28:32 UTC 2021 - Richard Brown <[email protected]>
+
+- Stop setting sysctls on kubelet start with `sysctl -a --system`.
+  Instead use more specific sysctl calls in kubelet service start.
+  [boo#1186125]
+
+-------------------------------------------------------------------
+Wed May 19 11:17:58 UTC 2021 - [email protected]
+
+- Update to version 1.21.1:
+  * [go1.16] Update to go1.16.4
+  * Automated cherry pick of #101377: Fix validation in kubectl create ingress 
(#101426)
+  * Update tests to use agnhost 2.32
+  * Fix EndpointSlice describe panic when an Endpoint doesn't have zone
+  * Add test create service with ns
+  * Set namespace when using kubectl create service
+  * Update pkg/volume/azure_file/azure_provision.go
+  * Normalize share name to not include capital letters
+  * Extend pod start timeout to 5min for storage subpath configmap test
+  * Fix cleanupMountpoint issue for Windows
+  * fix: set "host is down" as corrupted mount
+  * no watch endpointslice in userpace mode
+  * Ensure service deleted when the Azure resource group has been deleted
+  * Update Makefile
+  * Update dependencies.yaml
+  * update debian-base to buster-v1.5.0 for CVEs
+  * fix TestMutatingWebhookResetsInvalidManagedFields flakes
+  * Updating EndpointSlice validation to match Endpoints validation
+  * fix: azure file namespace issue in csi translation
+  * pkg/kubelet: improve the node informer sync check
+  * Remove Limits from scheduling e2e balanced pod resources
+  * Additional CVE-2021-3121 fix
+  * Fix RBAC of generic ephemeral volumes controller
+  * move filesystem resize code to kubernetes/mount-utils and add need resize 
function
+  * Fix panic when killing container fails
+  * Fix startupProbe behaviour changed
+  * Fix test
+  * [go1.16] Update to go1.16.3
+  * Fix Job describe for completion mode
+  * Upgrade kustomize-in-kubectl to v4.1.2
+  * exec test should not run in Parallel as feature gate is not locked
+  * respect ExecProbeTimeout
+  * apf: exempt probes /healthz /livez /readyz
+  * DelegatingAuthenticationOptions TokenReview request timeout
+  * add node handlers to the metaproxier
+  * Updating Topology Aware Hints to support "Auto" value for annotation
+  * list pod list once to avoid timeout
+  * gce configure containerd default_runtime_name
+  * Update the containerd runtime binary path - gce
+  * Cleanup portforward streams after their usage
+  * azure: fix node public IP not able to fetch issues from IMDS
+  * Update CHANGELOG/CHANGELOG-1.21.md for v1.21.0
+  * e2e test with hostNetwork pods can't run in parallel
+  * do not tag user created public IPs
+
+-------------------------------------------------------------------

Old:
----
  kubernetes-1.21.0.tar.xz

New:
----
  kubernetes-1.21.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kubernetes1.21.spec ++++++
--- /var/tmp/diff_new_pack.by8e2U/_old  2021-05-20 19:24:27.974088695 +0200
+++ /var/tmp/diff_new_pack.by8e2U/_new  2021-05-20 19:24:27.978088678 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package kubernetes1.21
+# spec file
 #
 # Copyright (c) 2021 SUSE LLC
 #
@@ -22,7 +22,7 @@
 %define baseversionminus1 1.20
 
 Name:           kubernetes%{baseversion}
-Version:        1.21.0
+Version:        1.21.1
 Release:        0
 Summary:        Container Scheduling and Management
 License:        Apache-2.0
@@ -53,8 +53,8 @@
 BuildRequires:  fdupes
 BuildRequires:  git
 BuildRequires:  go-go-md2man
-# Kubernetes 1.21.0 requires at least go 1.16.1 (see changelog)
-BuildRequires:  go >= 1.16.1
+# Kubernetes 1.21.1 requires at least go 1.16.4 (see changelog)
+BuildRequires:  go >= 1.16.4
 BuildRequires:  golang-packaging
 BuildRequires:  rsync
 BuildRequires:  systemd-rpm-macros
@@ -70,6 +70,8 @@
 for management and discovery.
 
 
+
+
 # packages to build containerized control plane
 
 %package apiserver

++++++ 10-kubeadm.conf ++++++
--- /var/tmp/diff_new_pack.by8e2U/_old  2021-05-20 19:24:28.006088564 +0200
+++ /var/tmp/diff_new_pack.by8e2U/_new  2021-05-20 19:24:28.006088564 +0200
@@ -7,7 +7,8 @@
 # This is a file that the user can use for overrides of the kubelet args as a 
last resort. Preferably, the user should use
 # the .NodeRegistration.KubeletExtraArgs object in the configuration files 
instead. KUBELET_EXTRA_ARGS should be sourced from this file.
 EnvironmentFile=-/etc/sysconfig/kubelet
-#FIXME ExecStartPre below is a HACK to work around kernel issue discovered 
related to boo#1171770
-ExecStartPre=/usr/sbin/sysctl -a --system
+# Workaround boo#1171770 by setting required sysctl parameters on kubelet start
+ExecStartPre=/usr/sbin/sysctl net.ipv4.ip_forward=1
+ExecStartPre=/usr/sbin/sysctl net.ipv6.conf.all.forwarding=1
 ExecStart=
 ExecStart=/usr/bin/kubelet $KUBELET_KUBECONFIG_ARGS $KUBELET_CONFIG_ARGS 
$KUBELET_KUBEADM_ARGS $KUBELET_EXTRA_ARGS

++++++ _service ++++++
--- /var/tmp/diff_new_pack.by8e2U/_old  2021-05-20 19:24:28.042088417 +0200
+++ /var/tmp/diff_new_pack.by8e2U/_new  2021-05-20 19:24:28.042088417 +0200
@@ -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.21.0</param>
+    <param name="revision">v1.21.1</param>
     <param name="changesgenerate">enable</param>
   </service>
   <service name="tar" mode="disabled"/>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.by8e2U/_old  2021-05-20 19:24:28.062088335 +0200
+++ /var/tmp/diff_new_pack.by8e2U/_new  2021-05-20 19:24:28.062088335 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/kubernetes/kubernetes.git</param>
-              <param 
name="changesrevision">26e690242bdb2fd1f700df6f3bbe39c65ce8fa14</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">e388e5ed587974e9887b1a2d99c98e83b206d2ab</param></service></servicedata>
\ No newline at end of file

++++++ kubernetes-1.21.0.tar.xz -> kubernetes-1.21.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/kubernetes1.21/kubernetes-1.21.0.tar.xz 
/work/SRC/openSUSE:Factory/.kubernetes1.21.new.2988/kubernetes-1.21.1.tar.xz 
differ: char 15, line 1

++++++ kubernetes.obsinfo ++++++
--- /var/tmp/diff_new_pack.by8e2U/_old  2021-05-20 19:24:28.162087924 +0200
+++ /var/tmp/diff_new_pack.by8e2U/_new  2021-05-20 19:24:28.166087907 +0200
@@ -1,5 +1,5 @@
 name: kubernetes
-version: 1.21.0
-mtime: 1617899045
-commit: cb303e613a121a29364f75cc67d3d580833a7479
+version: 1.21.1
+mtime: 1620828689
+commit: 5e58841cce77d4bc13713ad2b91fa0d961e69192
 

Reply via email to