Commit Graph

  • 6f28b82960 Accepting request 1150664 from devel:kubic factory Ana Guerrero 2024-02-26 18:45:43 +0000
  • d916e658a5 Accepting request 1149323 from home:dimstar:rpm4.20:k Priyanka Saggu 2024-02-26 08:23:22 +0000
  • 7d6158fea0 Accepting request 1140882 from devel:kubic Ana Guerrero 2024-01-23 21:57:14 +0000
  • 75cfa46f43 Accepting request 1137979 from home:bmwiedemann:branches:devel:kubic Priyanka Saggu 2024-01-23 10:59:12 +0000
  • 6a25204448 Accepting request 1074941 from devel:kubic Dominique Leuenberger 2023-03-30 20:51:07 +0000
  • a63dd2a93d Accepting request 1074658 from home:robert_munteanu:branches:devel:kubic Priyanka Saggu 2023-03-28 09:33:03 +0000
  • 2369970d5a Accepting request 1068438 from devel:kubic Dominique Leuenberger 2023-03-01 15:14:52 +0000
  • b36c9a2fec Accepting request 1068348 from home:psaggu:branches:devel:kubic Richard Brown 2023-03-01 12:06:35 +0000
  • f9af0d5637 Accepting request 962177 from devel:kubic Dominique Leuenberger 2022-03-18 15:41:32 +0000
  • 68cbffbcd6 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubernetes1.22?expand=0&rev=14 Richard Brown 2022-03-16 12:40:21 +0000
  • d1f995c0cb - 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 Richard Brown 2022-03-16 12:36:12 +0000
  • a965c3dc9c Accepting request 960750 from devel:kubic Dominique Leuenberger 2022-03-13 19:24:56 +0000
  • aff96d2468 Accepting request 960504 from home:dirkmueller:branches:openSUSE:Factory:Rings:1-MinimalX Richard Brown 2022-03-10 12:03:44 +0000
  • 84b782afe8 Accepting request 942336 from devel:kubic Dominique Leuenberger 2021-12-25 19:16:38 +0000
  • cf62f89c5e - Tidy up merge marker Richard Brown 2021-12-17 10:03:20 +0000
  • 5ac4614214 Accepting request 936732 from devel:kubic Dominique Leuenberger 2021-12-16 20:19:03 +0000
  • 58a3068932 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubernetes1.22?expand=0&rev=9 Richard Brown 2021-12-08 16:22:59 +0000
  • ad587f4821 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubernetes1.22?expand=0&rev=8 Richard Brown 2021-12-08 15:44:23 +0000
  • ab27fd54b9 Accepting request 919509 from devel:kubic Dominique Leuenberger 2021-09-20 21:32:11 +0000
  • ce6b0e45b2 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubernetes1.22?expand=0&rev=6 Richard Brown 2021-09-16 11:35:57 +0000
  • 108888da2b - 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 Richard Brown 2021-09-16 11:24:57 +0000
  • 7d80b2a267 Accepting request 915496 from devel:kubic Dominique Leuenberger 2021-09-01 19:36:54 +0000
  • 1818715dc5 - Tiding up old sources (remove kubernetes-1.22.0.obscpio) Richard Brown 2021-09-01 14:10:36 +0000
  • 9a3d450f99 - Update to version 1.22.1: * 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 * device manager: do not clean admitted pods from the state * memory manager: do not clean admitted pods from the state * cpu manager: do not clean admitted pods from the state * Avoid spurious calls to update/delete validation * Update to go1.16.7 * Pass unknown labels in allowedTopologies during CSI translation * Fix metrics reporting for the deprecated watch path * Update configure-helper.sh * Update configure-helper.sh * Update configure-helper.sh * Remove duplicate dependencies from 1.22 changelog * replace e2e WaitForPodsReady by WaitTimeoutForPodReadyInNamespace * delete stale UDP conntrack entries for loadbalancer IPs * Update CHANGELOG/CHANGELOG-1.22.md for v1.22.0 * Set idle and readheader timeouts Richard Brown 2021-08-25 11:37:17 +0000
  • d878449ace Accepting request 910508 from home:avicenzi Richard Brown 2021-08-09 20:47:26 +0000