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.32.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.32.3
Choose a head ref
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Jan 16, 2025

  1. DRA CEL: add missing size estimator

    Not implementing a size estimator had the effect that strings retrieved from
    the attributes were treated as "unknown size", leading to wildly overestimating
    the cost and validation errors even for even simple expressions like this:
    
        device.attributes["qat.intel.com"].services.matches("[^a]?sym")
    
    Maximum number of elements in maps and the maximum length of the driver name
    string were also ignored resp. missing. Pre-defined types like
    apiservercel.StringType must be avoided because they are defined as having
    a zero maximum size.
    
    Kubernetes-commit: f89e4c08cfe37ba0303a3994ce6e78765231b518
    pohly authored and k8s-publishing-bot committed Jan 16, 2025
    Configuration menu
    Copy the full SHA
    a5598f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. Merge pull request #129690 from pohly/automated-cherry-pick-of-#12966…

    …1-origin-release-1.32
    
    Automated cherry pick of #129661: DRA CEL: add missing size estimator
    
    Kubernetes-commit: 8207fb465f25081e35d0fd7bad50bf55c8ef4864
    k8s-publishing-bot committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    40f4980 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

  1. Configuration menu
    Copy the full SHA
    22c1e39 View commit details
    Browse the repository at this point in the history
Loading