1
0

Accepting request 894325 from devel:kubic

- Update to version 1.20.7:
  * staging/publishing: Set default go version to go1.15.12
  * build: Update to k/repo-infra@v0.1.7 (supports go1.15.12)
  * Use go-runner:v2.3.1-go1.15.12-buster.0 image (built on go1.15.12)
  * Update to go1.15.12
  * fix: not tagging static public IP
  * Add test create service with ns
  * Set namespace when using kubectl create service
  * Automated cherry pick of #101377: Fix validation in kubectl create ingress (#101428)
  * Updating EndpointSlice controllers to avoid duplicate creations
  * 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: set "host is down" as corrupted mount
  * no watch endpointslice in userpace mode
  * Ensure service deleted when the Azure resource group has been deleted
  * Updating EndpointSlice validation to match Endpoints validation
  * Make parallel build memory threshold configurable
  * fix: azure file namespace issue in csi translation
  * pkg/kubelet: improve the node informer sync check
  * Additional CVE-2021-3121 fix
  * Fix startupProbe behaviour changed
  * Fix test
  * staging/publishing: Set default go version to go1.15.10
  * build: Update to k/repo-infra@v0.1.6 (supports go1.15.11)
  * Use go-runner:v2.3.1-go1.15.11-buster.0 image (built on go1.15.11)
  * Update to go1.15.11
  * add duration encoder to structured logger
  * Update CHANGELOG/CHANGELOG-1.20.md for v1.20.6
  * exec test should not run in Parallel as feature gate is not locked

OBS-URL: https://build.opensuse.org/request/show/894325
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kubernetes1.20?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2021-05-20 17:23:48 +00:00 committed by Git OBS Bridge
commit 57d6d007b6
7 changed files with 52 additions and 11 deletions

View File

@ -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.20.6</param>
<param name="revision">v1.20.7</param>
<param name="changesgenerate">enable</param>
</service>
<service name="tar" mode="disabled"/>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/kubernetes/kubernetes.git</param>
<param name="changesrevision">148445452ded1b9025d6b71a6f571faf3941dd7f</param></service></servicedata>
<param name="changesrevision">7ff67fd04bfe39f65762df4542418dc7d5226bcf</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0be83f40fa34da536fb8066c86fae01855480742c2e005ddc12535bda0931196
size 20361068

3
kubernetes-1.20.7.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6583b92f83bbcc32dcc039cffbfc046361239da1cacf12f4a4d8cf5060c82339
size 20097980

View File

@ -1,5 +1,5 @@
name: kubernetes
version: 1.20.6
mtime: 1618456723
commit: 8a62859e515889f07e3e3be6a1080413f17cf2c3
version: 1.20.7
mtime: 1620822716
commit: 132a687512d7fb058d0f5890f07d4121b3f0a2e2

View File

@ -1,3 +1,44 @@
-------------------------------------------------------------------
Tue May 18 09:35:39 UTC 2021 - alexandre.vicenzi@suse.com
- Update to version 1.20.7:
* staging/publishing: Set default go version to go1.15.12
* build: Update to k/repo-infra@v0.1.7 (supports go1.15.12)
* Use go-runner:v2.3.1-go1.15.12-buster.0 image (built on go1.15.12)
* Update to go1.15.12
* fix: not tagging static public IP
* Add test create service with ns
* Set namespace when using kubectl create service
* Automated cherry pick of #101377: Fix validation in kubectl create ingress (#101428)
* Updating EndpointSlice controllers to avoid duplicate creations
* 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: set "host is down" as corrupted mount
* no watch endpointslice in userpace mode
* Ensure service deleted when the Azure resource group has been deleted
* Updating EndpointSlice validation to match Endpoints validation
* Make parallel build memory threshold configurable
* fix: azure file namespace issue in csi translation
* pkg/kubelet: improve the node informer sync check
* Additional CVE-2021-3121 fix
* Fix startupProbe behaviour changed
* Fix test
* staging/publishing: Set default go version to go1.15.10
* build: Update to k/repo-infra@v0.1.6 (supports go1.15.11)
* Use go-runner:v2.3.1-go1.15.11-buster.0 image (built on go1.15.11)
* Update to go1.15.11
* add duration encoder to structured logger
* Update CHANGELOG/CHANGELOG-1.20.md for v1.20.6
* exec test should not run in Parallel as feature gate is not locked
* hack/update-bazel.sh
* respect ExecProbeTimeout
* apf: exempt probes /healthz /livez /readyz
* DelegatingAuthenticationOptions TokenReview request timeout
* list pod list once to avoid timeout
* Cleanup portforward streams after their usage
* fix smb mount issue on Windows
-------------------------------------------------------------------
Thu Apr 15 07:59:12 UTC 2021 - rbrown@suse.com

View File

@ -22,7 +22,7 @@
%define baseversionminus1 1.19
Name: kubernetes%{baseversion}
Version: 1.20.6
Version: 1.20.7
Release: 0
Summary: Container Scheduling and Management
License: Apache-2.0
@ -51,8 +51,8 @@ BuildRequires: bash-completion
BuildRequires: fdupes
BuildRequires: git
BuildRequires: go-go-md2man
# Kubernetes 1.20.0 requires at least go 1.15.5 (see changelog)
BuildRequires: go >= 1.15.5
# Kubernetes 1.20.7 requires at least go 1.15.12 (see changelog)
BuildRequires: go >= 1.15.12
BuildRequires: golang-packaging
BuildRequires: rsync
BuildRequires: systemd-rpm-macros