Revisions of kubernetes1.22

buildservice-autocommit accepted request 1150664 from Priyanka Saggu's avatar Priyanka Saggu (psaggu) (revision 23)
baserev update by copy to link target
buildservice-autocommit accepted request 1140882 from Priyanka Saggu's avatar Priyanka Saggu (psaggu) (revision 21)
baserev update by copy to link target
Priyanka Saggu's avatar Priyanka Saggu (psaggu) accepted request 1137979 from Bernhard Wiedemann's avatar Bernhard Wiedemann (bmwiedemann) (revision 20)
Add kubernetes-sort-custom-column-print-flags.patch for reproducible builds
buildservice-autocommit accepted request 1074941 from Priyanka Saggu's avatar Priyanka Saggu (psaggu) (revision 19)
baserev update by copy to link target
Priyanka Saggu's avatar Priyanka Saggu (psaggu) accepted request 1074658 from Robert Munteanu's avatar Robert Munteanu (robert_munteanu) (revision 18)
Overhaul of completion packages for kubernetes 1.20-1.26
buildservice-autocommit accepted request 1068438 from Richard Brown's avatar Richard Brown (RBrownSUSE) (revision 17)
baserev update by copy to link target
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 1068348 from Priyanka Saggu's avatar Priyanka Saggu (psaggu) (revision 16)
- update patch files to reflect upstream registry changes from k8s.gcr.io to registry.k8s.io
  * kubeadm-opensuse-registry.patch
  * revert-coredns-image-renaming.patch

- Update to version 1.22.17:
  * Release commit for Kubernetes v1.22.17
  * backport change all k8s.gcr.io to registry.k8s.io on release-1.22
  * Fix endpoint reconciler failing to delete masterlease
  * use etcd 3.5.6-0 after promotion
  * changelog: CVE-2022-3294 and CVE-2022-3162 were fixed in v1.23.14
  * hack/scripts: use registry.k8s.io
  * kubeadm: mutate ClusterConfiguration.imageRepository to "registry.k8s.io"
  * kubeadm: use registry.k8s.io instead of k8s.gcr.io
  * kubeadm: allow RSA and ECDSA format keys in preflight check
  * Limit redirect proxy handling to redirected responses
  * Reduce default gzip compression level from 4 to 1 in apiserver
  * client-go: make retry in Request thread safe
  * exec auth: support TLS config caching
  * client-go exec: make sure round tripper can be unwrapped
  * Automated cherry pick of #111009: Windows: ensure runAsNonRoot does case-insensitive comparison (#112213)
  * Fix problem in updating VolumeAttached in node status
  * Add etcd initialization in openapi tests
  * Tolerate sub-microsecond eventTime changes on update
  * fix a memory leak problem when calling DryRunPreemption
  * Fix kubelet panic when accessing metrics/resource endpoint
  * Fixing logic for kubelet permissions check on windows
  * kubeadm: fix the bug that configurable KubernetesVersion not respected during kubeadm join
  * Bump cAdvisor to v0.39.4
  * Fix: filter out unsatisfied nodes when calling AddPod in PodTopologySpread
  * kubeadm: fix the bug that configurable KubernetesVersion not respected during kubeadm join
buildservice-autocommit accepted request 962177 from Richard Brown's avatar Richard Brown (RBrownSUSE) (revision 15)
baserev update by copy to link target
Richard Brown's avatar Richard Brown (RBrownSUSE) committed (revision 14)
Richard Brown's avatar Richard Brown (RBrownSUSE) committed (revision 13)
- Update to version 1.22.7:
  * Update Go to 1.16.14
  * add namespace in azurefile volumeid
  * fix: azurefile volumeid conflict in csi migration
  * Execute sync before taking the snapshot
  * Mark device as uncertain if unmount device succeeds
  * Set max results if its not set
  * Update CHANGELOG/CHANGELOG-1.22.md for v1.22.6
  * Update k/utils to v0.0.0-20211116205334-6203023598ed
  * [go] update to Go 1.16.13
  * Enabling kube-proxy metrics on windows kernel mode
  * fix: ignore the case when comparing azure tags in service annotation
  * fix: remove outdated ipv4 route when the corresponding node is deleted
  * fix: delete non existing disk issue
  * fix containers order after applying
  * generated: ./hack/update-vendor.sh
  * upgrade sigs.k8s.io/structured-merge-diff/v4 to v4.2.1
  * fix: azuredisk parameter lowercase translation issue
  * fix: do not delete the lb that does not exist
  * removed unnecessary log line
  * Fix header mutation race in timeout filter
  * use node informer to check volumes attachment status before backoff
  * When volume is not marked in-use, do not backoff
  * kubeadm: remove the restriction that the ca.crt can only contain one certificate
  * flake fix: remove the error handler for cronjob integration test
  * vendor: bump cAdvisor to v0.39.3
  * Fix the leak of vSphere client sessions
  * fix nil pointer in create secret commands
  * client-go: Clear the ResourceVersionMatch on paged list calls
  * Update GCE manifest to use konnectivity 0.0.27
buildservice-autocommit accepted request 960750 from Richard Brown's avatar Richard Brown (RBrownSUSE) (revision 12)
baserev update by copy to link target
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 960504 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 11)
- avoid bashism in client-common postinstall script (bsc#1195391)
Richard Brown's avatar Richard Brown (RBrownSUSE) committed (revision 10)
- Tidy up merge marker
Richard Brown's avatar Richard Brown (RBrownSUSE) committed (revision 9)
Richard Brown's avatar Richard Brown (RBrownSUSE) committed (revision 8)
Richard Brown's avatar Richard Brown (RBrownSUSE) committed (revision 7)
- Update to version 1.22.4:
  * defer close the rotated log open
  * proxy/iptables: fix all-vs-ready endpoints a bit
  * proxy/iptables: Remove a no-op check
  * proxy/iptables: Add more stuff to the unit test
  * proxy/iptables: Fix TestOnlyLocalNodePortsNoClusterCIDR
  * proxy/iptables: test that we create a consistent set of iptables rules
  * proxy/iptables: Misc improvements to unit test
  * proxy/iptables: Improve the sorting logic in TestOverallIPTablesRulesWithMultipleServices
  * proxy/iptables: Fix sync_proxy_rules_iptables_total metric
  * Fixed nil pointer dereference
  * Add tests for checking bind mounts
  * Check subpath file
  * Add check for subpaths
  * Fixed unit test SELinux support
  * Add shortcut for SELinux detection
  * Don't guess SELinux support on error
  * Manual cherry pick of kube-openapi changes for release-1.22 Bump kube-openapi against kube-openapi/release-1.22 branch
  * kube-proxy: fix stale detection logic
  * Use separate pathSpec for local and remote to properly handle cleaning paths
  * [go1.16] Update to go1.16.10
  * Automated cherry pick of #105122: added keys for structured logging (#105137)
  * Update debian, debian-iptables, setcap images to pick up CVE-2021-33910 fixes
  * Fixing how EndpointSlice Mirroring handles Service selector transitions
  * Add unit tests to cover scheduler's setup
  * sched: ensure feature gate is honored when instantiating scheduler
  * Fix race condition in logging when request times out
  * use original requests in NodeResourcesBalancedAllocation instead of NonZero
  * Remove nodes with Cluster Autoscaler taint from LB backends.
  * Fix issue in node status updating VolumeAttached list
Richard Brown's avatar Richard Brown (RBrownSUSE) committed (revision 6)
Richard Brown's avatar Richard Brown (RBrownSUSE) committed (revision 5)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 915496 from Richard Brown's avatar Richard Brown (RBrownSUSE) (revision 4)
initialized devel package after accepting 915496
Displaying revisions 1 - 20 of 23
openSUSE Build Service is sponsored by