-
Notifications
You must be signed in to change notification settings - Fork 40.3k
Comparing changes
Open a pull request
base repository: kubernetes/kubernetes
base: v1.28.3
head repository: kubernetes/kubernetes
compare: v1.28.4
Commits on Sep 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8a58798 - Browse repository at this point
Copy the full SHA 8a58798View commit details
Commits on Sep 14, 2023
-
implement Stringer for podActions
klog prints an internal error when trying to log the podActions struct. > I0505 14:12:12.827065 190662 kuberuntime_manager.go:1014] "computePodActions got for pod" podActions="<internal error: json: unsupported type: map[container.ContainerID]kuberuntime.containerToKillInfo>" pod="kube-system/coredns-8f5847b64-mzw46" Implement the stringer interface on the struct to avoid the json error. Change-Id: I22444524a78a0ecec9490b9240def371a4129434
Configuration menu - View commit details
-
Copy full SHA for 688ea39 - Browse repository at this point
Copy the full SHA 688ea39View commit details
Commits on Sep 29, 2023
-
service controller: improve node lifecycle updates - update nodes if …
…providerID has changed Signed-off-by: czawadka <czawadka@google.com>
Configuration menu - View commit details
-
Copy full SHA for 62aaeb6 - Browse repository at this point
Copy the full SHA 62aaeb6View commit details -
Fix panic testing intree vSphere dynamic PV.
Change-Id: I9d1ee7f49f01c3308b967d84865fa6bcfafc4b0d
Configuration menu - View commit details
-
Copy full SHA for 9822b08 - Browse repository at this point
Copy the full SHA 9822b08View commit details
Commits on Oct 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4ad1d32 - Browse repository at this point
Copy the full SHA 4ad1d32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86c241b - Browse repository at this point
Copy the full SHA 86c241bView commit details
Commits on Oct 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 951a96d - Browse repository at this point
Copy the full SHA 951a96dView commit details -
Configuration menu - View commit details
-
Copy full SHA for beb6d65 - Browse repository at this point
Copy the full SHA beb6d65View commit details -
Configuration menu - View commit details
-
Copy full SHA for a94a9ea - Browse repository at this point
Copy the full SHA a94a9eaView commit details
Commits on Oct 23, 2023
-
Merge pull request #121326 from alexanderConstantinescu/automated-che…
…rry-pick-of-#121116-upstream-release-1.28 Automated cherry pick of #121116: KCCM: fix GCP ILB by reintroducing readiness predicate for
Configuration menu - View commit details
-
Copy full SHA for 221c9b4 - Browse repository at this point
Copy the full SHA 221c9b4View commit details -
Merge pull request #120643 from rohitssingh/automated-cherry-pick-of-…
…#120330-upstream-release-1.28 Automated cherry pick of #120330: Retry operations if CSI Driver Isn't Found by Treating this
Configuration menu - View commit details
-
Copy full SHA for 1489fe7 - Browse repository at this point
Copy the full SHA 1489fe7View commit details -
Merge pull request #121379 from mimowo/automated-cherry-pick-of-#1211…
…03-upstream-release-1.28 Automated cherry pick of #121103: Use Patch instead of SSA for Pod Disruption condition
Configuration menu - View commit details
-
Copy full SHA for 9cb0244 - Browse repository at this point
Copy the full SHA 9cb0244View commit details -
Merge pull request #121395 from Nordix/automated-cherry-pick-of-#1207…
…31-upstream-release-1.28 Automated cherry pick of #120731: Fixing CurrentReplicas and CurrentRevision in
Configuration menu - View commit details
-
Copy full SHA for 65eeac5 - Browse repository at this point
Copy the full SHA 65eeac5View commit details -
Merge pull request #120660 from fusida/automated-cherry-pick-of-#1197…
…94-origin-release-1.28 Automated cherry pick of #119794: implement Stringer for podActions
Configuration menu - View commit details
-
Copy full SHA for e59a716 - Browse repository at this point
Copy the full SHA e59a716View commit details -
Merge pull request #120949 from dzjiang91/automated-cherry-pick-of-#1…
…20834-upstream-release-1.28 Automated cherry pick of #120834: Fix panic testing intree vSphere dynamic PV.
Configuration menu - View commit details
-
Copy full SHA for cb20f0f - Browse repository at this point
Copy the full SHA cb20f0fView commit details
Commits on Oct 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3b1e906 - Browse repository at this point
Copy the full SHA 3b1e906View commit details -
Modify mostRecentScheduleTime to return more detailed information abo…
…ut missed schedules Initially this method was returning a number of missed schedules, but that turned out to be not reliable for some complex schedules. For example, those which are being run only during week days. The second approach was to only return a boolean indicating the too many missed information. It turns out that we need to return all three values: none missed, few missed and many missed, to let consumers know what to do, but don't leak the wrong number out of mostRecentScheduleTime.
Configuration menu - View commit details
-
Copy full SHA for 0ccb8f8 - Browse repository at this point
Copy the full SHA 0ccb8f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4276a60 - Browse repository at this point
Copy the full SHA 4276a60View commit details -
bump golang.org/grpc to v1.56.3
Bumping golang.org/grpc in light of CVE-2023-44487. Signed-off-by: Jonathan Gonzalez V <jonathan.abdiel@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 93b91ce - Browse repository at this point
Copy the full SHA 93b91ceView commit details
Commits on Oct 27, 2023
-
Merge pull request #120943 from cezarygerard/automated-cherry-pick-of…
…-#120492-upstream-release-1.28 Automated cherry pick of #120492: service controller: improve node lifecycle updates - update
Configuration menu - View commit details
-
Copy full SHA for 95a8b37 - Browse repository at this point
Copy the full SHA 95a8b37View commit details -
Merge pull request #121536 from soltysh/automated-cherry-pick-of-#121…
…327-upstream-release-1.28 Automated cherry pick of #121327: Fix next schedule time duration
Configuration menu - View commit details
-
Copy full SHA for c705502 - Browse repository at this point
Copy the full SHA c705502View commit details
Commits on Oct 31, 2023
-
Fixing attempt to deploy past allocatable memory limits test on Windows
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 7dc8b94 - Browse repository at this point
Copy the full SHA 7dc8b94View commit details
Commits on Nov 1, 2023
-
Merge pull request #121545 from dims/automated-cherry-pick-of-#121364…
…-upstream-release-1.28 Automated cherry pick of #121364: bump golang.org/grpc to v1.56.3
Configuration menu - View commit details
-
Copy full SHA for 197e757 - Browse repository at this point
Copy the full SHA 197e757View commit details
Commits on Nov 8, 2023
-
[go] Bump images, dependencies and versions to go 1.20.11
Signed-off-by: cpanato <ctadeu@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ceec357 - Browse repository at this point
Copy the full SHA ceec357View commit details
Commits on Nov 14, 2023
-
Merge pull request #121812 from cpanato/go-update-128
[release-1.28] [go] Bump images, dependencies and versions to go 1.20.11
Configuration menu - View commit details
-
Copy full SHA for 124c771 - Browse repository at this point
Copy the full SHA 124c771View commit details -
Use golang library instead of mklink
Signed-off-by: James Sturtevant <jstur@microsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 4a15ef2 - Browse repository at this point
Copy the full SHA 4a15ef2View commit details
Commits on Nov 15, 2023
-
Merge pull request #121656 from marosset/automated-cherry-pick-of-#12…
…0948-upstream-release-1.28 Automated cherry pick of #120948: Fixing attempt to deploy past allocatable memory limits test
Configuration menu - View commit details
-
Copy full SHA for ecd6ff2 - Browse repository at this point
Copy the full SHA ecd6ff2View commit details -
Merge pull request #121882 from cji/automated-cherry-pick-of-#121881-…
…upstream-release-1.28 Automated cherry pick of #121881: Use golang library instead of mklink
Configuration menu - View commit details
-
Copy full SHA for ceeb198 - Browse repository at this point
Copy the full SHA ceeb198View commit details -
Configuration menu - View commit details
-
Copy full SHA for bae2c62 - Browse repository at this point
Copy the full SHA bae2c62View commit details
There are no files selected for viewing