Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kubernetes1.18 for openSUSE:Factory 
checked in at 2021-04-26 16:38:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kubernetes1.18 (Old)
 and      /work/SRC/openSUSE:Factory/.kubernetes1.18.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kubernetes1.18"

Mon Apr 26 16:38:42 2021 rev:17 rq:885765 version:1.18.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/kubernetes1.18/kubernetes1.18.changes    
2021-01-06 19:56:09.477032058 +0100
+++ /work/SRC/openSUSE:Factory/.kubernetes1.18.new.12324/kubernetes1.18.changes 
2021-04-26 16:38:52.330003798 +0200
@@ -1,0 +2,106 @@
+Thu Apr 15 15:01:57 UTC 2021 - alexandre.vice...@suse.com
+
+- Update to version 1.18.18:
+  * azure: fix node public IP not able to fetch issues from IMDS
+  * Add AcceleratorStats to cri_stats_provider
+  * update bazel
+  * Add yaml util to unmarshal numbers into int/float
+  * Use apply to create objects in TestApplyStatus
+  * Stop skipping APIService in apply test
+  * Stop clearing OpenAPIConfig for kube-aggregator
+  * Add ability to skip OpenAPI handler installation
+  * apf: fix test flake
+  * update gogo/protobuf to v1.3.2
+  * e2e fix: loosen configmap to 10 in resource quota
+  * apf: handle error from PollImmediateUntil
+  * Stop probing a pod during graceful shutdown
+  * Increasing maximum number of ports allowed in EndpointSlice
+  * webhook config manager: HasSynced returns true when the manager is synced 
with existing webhookconfig objects at startup
+  * api-server add --lease-max-object-count
+  * apiserver add metric etcd_lease_object_counts
+  * apiserver add --lease-reuse-duration-seconds to config lease reuse duration
+  * update metadata-concealment to 1.6 for removing legacy checking
+  * Revert "Automated cherry pick of #97417: fix azure file secret not found 
issue"
+  * Use the correct volum handle format for GCE regional PD.
+  * allow configuring ReadIdelTimeout and PingTimeout via env var
+  * Add a unit test testing the HTTP/2 health check help the REST client 
detects broken TCP connections.
+  * configure the ReadIdleTimeout and PingTimeout of the h2 transport
+  * update golang.org/x/net and golang.org/x/sys, equivalent of PR 96549
+  * Update CHANGELOG/CHANGELOG-1.18.md for v1.18.17
+  * bazel
+  * deepcopy statefulsets
+  * full deepcopy on munged pod spec
+  * remove pod toleration toleration seconds mutation
+  * add markers for inspected validation mutation hits
+  * move secret mutation from validation to prepareforupdate
+  * remove unnecessary mutations in validation
+  * tweak validation to avoid mutation
+  * For LoadBalancer Service type don't create a HNS policy for empty or 
invalid external loadbalancer IP
+  * Add tests for populated volumes
+  * Fix comment on getPodVolumeSubpathListFromDisk
+  * Fix tests to test for new behavior
+  * Add warnings after cleanup back
+  * Automatically remove orphaned pod's dangling volumes
+  * Updating EndpointSlice controller to wait for cache to be updated
+  * Count pod overhead as an entity's resource usage
+  * Skip visiting empty secret and configmap names
+  * Fix PipeWriter#CloseWithError race on go1.13
+  * Include unit test
+  * Adjust defer to correctly call
+  * do not remove volume dir when saveVolumeData fails
+  * build/OWNERS: Add Dan and Sascha as reviewers
+  * OWNERS(CHANGELOG): Move reviewers/approvers to CHANGELOG/ dir
+  * Storage e2e: Remove pd csi driver installation in GKE
+  * Update CHANGELOG/CHANGELOG-1.18.md for v1.18.16
+  * Use -LiteralPath instead of -Path
+  * Escape the special character in vsphere windows path
+  * kubelet: Fix mirrorPodTerminationMap leak
+  * kubelet: Delete static pods gracefully
+  * Respect grace period when removing mirror pod
+  * Remove logspam on node sync
+  * Merge pull request #96876 from howieyuen/no-execute-taint-missing
+  * WIP: node sync at least once
+  * kubeadm: drop explicit constant override in version test
+  * kubeadm: get k8s CI version markers from k8s infra bucket
+  * fix kube-scheduler cannot send event because the Note field is too large
+  * Fix nil pointer dereference in disruption controller
+  * Fix translation of Cinder storage classess to CSI
+  * Fix build after cherry-picking
+  * make podTopologyHints protected by lock
+  * Recover CSI volumes from dangling attachments
+  * IsVolumeAttachedToNode() renamed to GetAttachState(), and returns 3 states 
instead of combining "uncertain" and "detached" into "false"
+  * Fixes Attach Detach Controller reconciler race reading ActualStateOfWorld 
and operation pending states; fixes reconciler_test mock detach to account for 
multiple attaches on a node
+  * deferredResponseWriter returns after calling the Close() method
+  * ignore cgroup driver check in windows node upgrade
+  * OWNERS(CHANGELOG): Add 1.21 Release Notes shadows as reviewers
+  * OWNERS(CHANGELOG): Add release-engineering-reviewers as approvers
+  * OWNERS(CHANGELOG): Add wilsonehusin (1.21 relnotes lead) as approver
+  * OWNERS(sig-release): Add CHANGELOG aliases
+  * OWNERS(build-image): Add Release Managers as reviewers
+  * OWNERS(releng): Sync Release Managers
+  * OWNERS(sig-release): Remove SIG Release approvers alias
+  * aggregate errors when putting vmss
+  * fix azure file migration issue
+  * cleanup subnet in frontend ip configs
+  * kubeadm: change the default image repository for CI images from 
gcr.io/kubernetes-ci-images to gcr.io/k8s-staging-ci-images
+  * Use volumeHandle as PV name when translating EBS inline volume
+  * Update CHANGELOG/CHANGELOG-1.18.md for v1.18.15
+  * fix the deadlock in priority and fairness config controller
+  * clean up executing request on panic
+  * AWS cloudprovider allow nlb-ip and external type lbs to be managed 
externally
+  * kube-aggregator: fix apiservice availability gauge
+  * Lower the frequency of volume plugin deprecation warning
+  * use default unkown sock for kubeadm cmd if cri detect is not needed
+  * cherry-pick part of #97451: fix nodeport quota check failure during 
creating clusterip
+  * Release reserved GCE IP address after ensure completes.
+  * Ensure reproducible builds when build through docker
+  * Create OWNERS for most of the API Priority and Fairness impl
+  * Fix bug in CPUManager with race on map acccess
+  * fix azure file secret not found issue
+  * fix: azure file latency issue for metadata-heavy workload
+  * Update CHANGELOG/CHANGELOG-1.18.md for v1.18.14
+  * Add more logging for Mount error
+  * Ignore error while setting public-read on GCS files, GCS uniform access 
buckets will always fail.
+- Update opensuse-version-checks.patch
+
+-------------------------------------------------------------------

Old:
----
  kubernetes-1.18.14.tar.xz

New:
----
  kubernetes-1.18.18.tar.xz

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

Other differences:
------------------
++++++ kubernetes1.18.spec ++++++
--- /var/tmp/diff_new_pack.P22bc3/_old  2021-04-26 16:38:52.946004779 +0200
+++ /var/tmp/diff_new_pack.P22bc3/_new  2021-04-26 16:38:52.950004785 +0200
@@ -22,7 +22,7 @@
 %define baseversionminus1 1.17
 
 Name:           kubernetes%{baseversion}
-Version:        1.18.14
+Version:        1.18.18
 Release:        0
 Summary:        Container Scheduling and Management
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.P22bc3/_old  2021-04-26 16:38:53.022004899 +0200
+++ /var/tmp/diff_new_pack.P22bc3/_new  2021-04-26 16:38:53.022004899 +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.18.14</param>
+    <param name="revision">v1.18.18</param>
     <param name="changesgenerate">enable</param>
   </service>
   <service name="tar" mode="disabled"/>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.P22bc3/_old  2021-04-26 16:38:53.038004925 +0200
+++ /var/tmp/diff_new_pack.P22bc3/_new  2021-04-26 16:38:53.042004931 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/kubernetes/kubernetes.git</param>
-              <param 
name="changesrevision">6b60d02c5f740237ca2e90320ce1dbee5e561ba7</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">d738446e5054dd2f2ff38a64dfe1a652e5d4f018</param></service></servicedata>
\ No newline at end of file

++++++ kubernetes-1.18.14.tar.xz -> kubernetes-1.18.18.tar.xz ++++++
/work/SRC/openSUSE:Factory/kubernetes1.18/kubernetes-1.18.14.tar.xz 
/work/SRC/openSUSE:Factory/.kubernetes1.18.new.12324/kubernetes-1.18.18.tar.xz 
differ: char 13, line 1

++++++ kubernetes.obsinfo ++++++
--- /var/tmp/diff_new_pack.P22bc3/_old  2021-04-26 16:38:53.142005091 +0200
+++ /var/tmp/diff_new_pack.P22bc3/_new  2021-04-26 16:38:53.142005091 +0200
@@ -1,5 +1,5 @@
 name: kubernetes
-version: 1.18.14
-mtime: 1608292910
-commit: 89182bdd065fbcaffefec691908a739d161efc03
+version: 1.18.18
+mtime: 1618456977
+commit: 6f6ce59dc8fefde25a3ba0ef0047f4ec6662ef24
 

++++++ opensuse-version-checks.patch ++++++
--- /var/tmp/diff_new_pack.P22bc3/_old  2021-04-26 16:38:53.154005110 +0200
+++ /var/tmp/diff_new_pack.P22bc3/_new  2021-04-26 16:38:53.154005110 +0200
@@ -1,11 +1,13 @@
---- kubernetes-orig/cmd/kubeadm/app/util/version.go    2020-03-16 
16:53:48.277941771 +0100
-+++ kubernetes/cmd/kubeadm/app/util/version.go 2020-03-16 17:08:46.753358788 
+0100
-@@ -38,7 +38,7 @@
+diff --git a/cmd/kubeadm/app/util/version.go b/cmd/kubeadm/app/util/version.go
+index 1e85b1d23fe..2070334e763 100644
+--- a/cmd/kubeadm/app/util/version.go
++++ b/cmd/kubeadm/app/util/version.go
+@@ -38,7 +38,7 @@ const (
  )
  
  var (
 -      kubeReleaseBucketURL  = "https://dl.k8s.io";
 +      kubeReleaseBucketURL  = "https://kubic.opensuse.org";
+       kubeCIBucketURL       = "https://storage.googleapis.com/k8s-release-dev";
        kubeReleaseRegex      = 
regexp.MustCompile(`^v?(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)\.(0|[1-9][0-9]*)([-0-9a-zA-Z_\.+]*)?$`)
        kubeReleaseLabelRegex = 
regexp.MustCompile(`(k8s-master|((latest|stable)+(-[1-9](\.[1-9]([0-9])?)?)?))\z`)
-       kubeBucketPrefixes    = 
regexp.MustCompile(`^((release|ci|ci-cross)/)?([-\w_\.+]+)$`)

Reply via email to