-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Comparing changes
Open a pull request
base repository: kubernetes/kubernetes
base: v1.33.0
head repository: kubernetes/kubernetes
compare: v1.33.1
- 18 commits
- 48 files changed
- 9 contributors
Commits on Apr 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5dc8b8d - Browse repository at this point
Copy the full SHA 5dc8b8dView commit details
Commits on Apr 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 950bb3b - Browse repository at this point
Copy the full SHA 950bb3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a9d4fc - Browse repository at this point
Copy the full SHA 1a9d4fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74035d7 - Browse repository at this point
Copy the full SHA 74035d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7eb931 - Browse repository at this point
Copy the full SHA c7eb931View commit details
Commits on Apr 29, 2025
-
Handle unsupported node expansion for RWX volumes
Co-authored-by: Hemant Kumar <gnufied@users.noreply.github.com> Signed-off-by: carlory <baofa.fan@daocloud.io>
Configuration menu - View commit details
-
Copy full SHA for 3caaf05 - Browse repository at this point
Copy the full SHA 3caaf05View commit details
Commits on May 6, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c8f2295 - Browse repository at this point
Copy the full SHA c8f2295View commit details -
Configuration menu - View commit details
-
Copy full SHA for c916dba - Browse repository at this point
Copy the full SHA c916dbaView commit details
Commits on May 7, 2025
-
Merge pull request #131427 from princepereira/automated-cherry-pick-o…
…f-#131138-upstream-release-1.33 Automated cherry pick of #131138: Fix for HNS local endpoint was being deleted instead of the remote endpoint.
Configuration menu - View commit details
-
Copy full SHA for d3c7573 - Browse repository at this point
Copy the full SHA d3c7573View commit details
Commits on May 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b59deb4 - Browse repository at this point
Copy the full SHA b59deb4View commit details
Commits on May 9, 2025
-
fix: fixes a possible panic in
NewYAMLToJSONDecoder
This PR fixes a possible panic caused by decoding a JSON document followed by a YAML document that is shorter than the first json document. This can cause a panic because the stream already consumed the JSON data. When we fallback to YAML reader, the YAML starts with a zero offset while the stream consumed data is non-zero. This could lead into consuming negative bytes because `d.yaml.InputOffset() - d.stream.Consumed()` is negative which will cause a panic. Signed-off-by: Tiago Silva <tiago.silva@goteleport.com>
Configuration menu - View commit details
-
Copy full SHA for a257be8 - Browse repository at this point
Copy the full SHA a257be8View commit details
Commits on May 13, 2025
-
Merge pull request #131679 from mortent/automated-cherry-pick-of-#131…
…662-upstream-release-1.33 Automated cherry pick of #131662: DRA: Fix failure to allocate large number of devices
Configuration menu - View commit details
-
Copy full SHA for 3a09aeb - Browse repository at this point
Copy the full SHA 3a09aebView commit details -
Merge pull request #131708 from tigrato/automated-cherry-pick-of-#131…
…702-upstream-release-1.33 Automated cherry pick of #131702: Panic in `NewYAMLToJSONDecoder`
Configuration menu - View commit details
-
Copy full SHA for b5a1738 - Browse repository at this point
Copy the full SHA b5a1738View commit details
Commits on May 14, 2025
-
Merge pull request #131437 from gnufied/automated-cherry-pick-of-#131…
…418-upstream-release-1.33 Automated cherry pick of #131418: Check for newer fields when deciding expansion recovery feature status
Configuration menu - View commit details
-
Copy full SHA for 973b381 - Browse repository at this point
Copy the full SHA 973b381View commit details -
Merge pull request #131523 from carlory/automated-cherry-pick-of-#131…
…495-release-1.33 Automated cherry pick of #131495: Handle unsupported node expansion for RWX volumes
Configuration menu - View commit details
-
Copy full SHA for 5dc469c - Browse repository at this point
Copy the full SHA 5dc469cView commit details -
Merge pull request #131636 from gnufied/automated-cherry-pick-of-#131…
…568-upstream-release-1.33 Automated cherry pick of #131568: Disable size checking performed during resize
Configuration menu - View commit details
-
Copy full SHA for 00ebe85 - Browse repository at this point
Copy the full SHA 00ebe85View commit details -
Automated cherry pick of #130503: Unhandled panic crash on rollout_hi…
…story printer.PrintObj (#131496) * Change: Handling nil runtime.Object Signed-off-by: Taha Farahani <tahacodes@proton.me> * Change: Return only if there is error in rollout_history Signed-off-by: Taha Farahani <tahacodes@proton.me> * Change: Return the unknown revision error directly in rollout_history.go Signed-off-by: Taha Farahani <tahacodes@proton.me> * Change: Remove unintended newline Signed-off-by: Taha Farahani <tahacodes@proton.me> * Change: Using go idiomatic way for checking if historyInfo[o.Revision] exists Signed-off-by: Taha Farahani <tahacodes@proton.me> * Change: Remove 'error:' from returned error message in rollout_history.go Signed-off-by: Taha Farahani <tahacodes@proton.me> * Change: Check for printer.PrintObj returned err Signed-off-by: Taha Farahani <tahacodes@proton.me> * Change: Add TestRolloutHistoryErrors test Signed-off-by: Taha Farahani <tahacodes@proton.me> * Change: Simple typo fix on Complete() function description Signed-off-by: Taha Farahani <tahacodes@proton.me> * Change: Checking for error on o.Complete in TestRolloutHistoryErrors Signed-off-by: Taha Farahani <tahacodes@proton.me> --------- Signed-off-by: Taha Farahani <tahacodes@proton.me>
Taha Farahani authoredMay 14, 2025 Configuration menu - View commit details
-
Copy full SHA for cce99a8 - Browse repository at this point
Copy the full SHA cce99a8View commit details
Commits on May 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8adc0f0 - Browse repository at this point
Copy the full SHA 8adc0f0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.33.0...v1.33.1