Revisions of kubernetes1.20

buildservice-autocommit accepted request 1150662 from Priyanka Saggu's avatar Priyanka Saggu (psaggu) (revision 38)
baserev update by copy to link target
buildservice-autocommit accepted request 1074939 from Priyanka Saggu's avatar Priyanka Saggu (psaggu) (revision 36)
baserev update by copy to link target
Priyanka Saggu's avatar Priyanka Saggu (psaggu) accepted request 1074656 from Robert Munteanu's avatar Robert Munteanu (robert_munteanu) (revision 35)
Overhaul of completion packages for kubernetes 1.20-1.26
buildservice-autocommit accepted request 1066174 from Richard Brown's avatar Richard Brown (RBrownSUSE) (revision 34)
baserev update by copy to link target
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 1065750 from Priyanka Saggu's avatar Priyanka Saggu (psaggu) (revision 33)
- Update to version 1.20.15:
  * Release commit for Kubernetes v1.20.15
  * Add guard against nil/error/panic for topologies.go
  * fix: do not delete the lb that does not exist
  * Fix header mutation race in timeout filter
  * Don't set sysctl net.ipv4.vs.conn_reuse_mode for kernels >=5.9
  * kubeadm: remove the restriction that the ca.crt can only contain one certificate
  * Fix the leak of vSphere client sessions
  * Update CHANGELOG/CHANGELOG-1.20.md for v1.20.14
  * Release commit for Kubernetes v1.20.15-rc.0
  * Release commit for Kubernetes v1.20.14
  * 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
  * Ensure deletion of pods in queues and cache
  * 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
  * Update mounter interface in volume manager
  * node: e2e: add test for the checkpoint recovery
  * e2e: node: release-1.20: backport findKubeletServiceName
  * e2e: node: backport SRIOV utilities
  * devicemanager: checkpoint: support pre-1.20 data
  * Reduce calls to docker from dockershim for stats
  * Fix concurrent map writes error in kube-apiserver
  * fix: remove VMSS and VMSS instances from SLB backend pool only when necessary
  * fix: leave the probe path empty for TCP probes
buildservice-autocommit accepted request 960747 from Richard Brown's avatar Richard Brown (RBrownSUSE) (revision 32)
baserev update by copy to link target
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 960506 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 31)
- avoid bashism in client-common postinstall script (bsc#1195391)
Richard Brown's avatar Richard Brown (RBrownSUSE) committed (revision 30)
- Update to version 1.20.13:
  * defer close the rotated log open
  * Add tests for checking bind mounts
  * Check subpath file
  * Add check for subpaths
  * Manual cherry pick of kube-openapi changes for release-1.20 Bump kube-openapi against kube-openapi/release-1.20 branch
  * Update bazel
  * Fixed unit test SELinux support
  * Add shortcut for SELinux detection
  * Don't guess SELinux support on error
  * Use separate pathSpec for local and remote to properly handle cleaning paths
  * support more than 100 disk mounts on Windows
  * Support cgroupv2 in node problem detector test
  * Update debian, debian-iptables images to pick up CVEs fixes
  * Fixing how EndpointSlice Mirroring handles Service selector transitions
  * Fix race condition in logging when request times out
  * Update CHANGELOG/CHANGELOG-1.20.md for v1.20.12
  * Run storage hostpath e2e test client pod as privileged
  * Ignore VMs in vmss delete backend pools
  * fix: skip not found nodes when reconciling LB backend address pools
  * fix: consolidate logs for instance not found error
  * Revert 102925: Fix Node Resources plugins score when there are pods with no requests
  * e2e scheduling priorities: do not reference control loop variable
  * tests: Wait for the network connectivity first
  * 'New' Event namespace validate failed
  * Update CHANGELOG/CHANGELOG-1.20.md for v1.20.11
  * Refine locking in API Priority and Fairness config controller
  * kube-controller-manager: properly check generic ephemeral volume feature
  * Fix null JSON round tripping
  * Propagate conversion errors
Richard Brown's avatar Richard Brown (RBrownSUSE) committed (revision 29)
- Update to version 1.20.11:
  * Fix a small regression in Service updates
  * Service: Fix semantics for Update wrt allocations
  * Fix buckets initialization
  * fix: ensure InstanceShutdownByProviderID return false for creating Azure VMs
  * fix: skip case sensitivity when checking Azure NSG rules
  * Keep MakeMountArgSensitive and add a new signature that receives flags
  * Update the unit tests to handle mountFlags
  * Add missing interface method in mount_unsupported.go
  * Pass additional flags to subpath mount to avoid flakes in certain conditions
  * Update CHANGELOG/CHANGELOG-1.20.md for v1.20.10
  * Copy golang license to staging copies
  * delete stale UDP conntrack entries for loadbalancer IPs
  * job controller: don't mutate shared cache object
  * Set idle and readheader timeouts
Richard Brown's avatar Richard Brown (RBrownSUSE) committed (revision 28)
Richard Brown's avatar Richard Brown (RBrownSUSE) committed (revision 27)
Richard Brown's avatar Richard Brown (RBrownSUSE) committed (revision 26)
Richard Brown's avatar Richard Brown (RBrownSUSE) committed (revision 25)
Richard Brown's avatar Richard Brown (RBrownSUSE) committed (revision 24)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 23)
trigger service run
Richard Brown's avatar Richard Brown (RBrownSUSE) committed (revision 22)
Richard Brown's avatar Richard Brown (RBrownSUSE) committed (revision 21)
- Update to version 1.20.10:
  * Bump to golang 1.15.15 in build/**
  * Bump to golang 1.15.15 in cluster/** and staging/**
  * Bump to golang 1.15.15 in test/**
  * Avoid spurious calls to update/delete validation
  * Fix metrics reporting for the deprecated watch path
  * Update configure-helper.sh
  * Update configure-helper.sh
  * Update configure-helper.sh
  * Fix: ignore not a VMSS error for VMAS nodes in reconcileBackendPools
  * feat: Provide IPv6 support for internal load balancer
  * Update to using apiserver-network-proxy v1.22
  * Make CSR cleaner tolerate objects with invalid status.certificate
  * disable aufs module
  * update comments and owners file for pkg/util/removeall
  * kubelet: do not call RemoveAll on volumes directory for orphaned pods
  * APF e2e: wait for steady state before proceeding
  * Update CHANGELOG/CHANGELOG-1.20.md for v1.20.9
  * Updated to use konnectivity client v0.0.21, and implemented placeholder context
  * include google/go-cmp in client-go/dynamic/fake/BUILD
  * Simplify use of the fake dynamic client
  * fix: return empty VMAS name if using standalone VM
  * Fix race in attachdetach tests
  * Fix frameworkImpl.extenders being not set
  * Fix closing of decorated watcher channel on timeout
  * update bazel
  * (scheduler e2e) Create balanced pods in parallel
Richard Brown's avatar Richard Brown (RBrownSUSE) committed (revision 20)
- Update to version 1.21.3:
  * move upgrade test frameworks closer to Describe
  * Update setcap image to buster-v2.0.3
  * Update debian-iptables image to buster-v1.6.5
  * Update debian-base image to buster-v1.8.0
  * Update to go1.16.6
  * Bump SMD to v4.1.2 to pick up #102749 fix
  * generate scheduler merge patches on the pod status instead of the full pod
  * Loadbalancer IngressIP policy should be configured as non-DSR to enable routing mesh by default
  * Fix race in attachdetach tests
  * Fix Node Resources plugins score when there are pods with no requests
  * Do not throw error when we can't get canonical path
  * Update CHANGELOG/CHANGELOG-1.21.md for v1.21.2
  * Remove error wrap from logs
  * client-go: reduce log level of reflector again
  * Update to go1.16.5
  * feat: remove ephemeral-storage etcd requirement
  * endpointslicemirroring controller mirror address status
  * sched: fix a bug that a preemptor pod exists as a phantom
  * Revert "Cleanup portforward streams after their usage"
  * serviceOwnsFrontendIP shouldn't report error when the public IP doesn't match
  * Return UnschedulableAndUnresolvable when looking up volume-related resources returns NotFound error
  * Return UnschedulableAndUnresolvable instead of Error when failing to lookup pvc or storageclass in VolumeZone plugin
  * use subpath for coredns only for default repository
  * (scheduler e2e) Create balanced pods in parallel
  * Fix VolumeAttachment garbage collection for migrated PVs
  * fix error of setting negative value for containerLogMaxSize
  * Update setcap to buster-v2.0.1 and add setcap to dependencies.yaml
  * kubeadm: remove e2e test for ClusterStatus
  * Update etcd image revision
buildservice-autocommit accepted request 894325 from Richard Brown's avatar Richard Brown (RBrownSUSE) (revision 19)
baserev update by copy to link target
Displaying revisions 1 - 20 of 38
openSUSE Build Service is sponsored by