Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kubernetes/api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.26.2
Choose a base ref
...
head repository: kubernetes/api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.26.3
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Feb 21, 2023

  1. api: drop Resources.Claims from PVC and PVC template

    PVC and containers share the same ResourceRequirements struct. The Claims field
    in it only makes sense when used in containers. When used in a PVC, the field
    should have been rejected by validation. This was overlooked when introducing
    it, so now persisted objects might have it set and/or people may have started
    to rely on it being accepted even when it has no effect.
    
    Therefore we cannot reject it in validation anymore, but we can still strip
    it out on create or update.
    
    Kubernetes-commit: bb8e051b4b95e1eb0e2dc4e3e25b4373a8a6307d
    pohly authored and k8s-publishing-bot committed Feb 21, 2023
    Copy the full SHA
    16f23da View commit details
  2. api: generated files

    Kubernetes-commit: a4ea8e56c1558292233d6b4bb1d0712a21bf3518
    pohly authored and k8s-publishing-bot committed Feb 21, 2023
    Copy the full SHA
    e92d7e9 View commit details

Commits on Mar 11, 2023

  1. Merge pull request #116081 from pohly/automated-cherry-pick-of-#11592…

    …8-origin-release-1.26
    
    Automated cherry pick of #115928: api: drop Resources.Claims from PVC and PVC template
    
    Kubernetes-commit: 02dc3e4f7af5743ecbaac77a115989de3e8bbe59
    k8s-publishing-bot committed Mar 11, 2023
    Copy the full SHA
    0545f3a View commit details

Commits on Mar 17, 2023

  1. Copy the full SHA
    699cbbc View commit details
Loading