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/apiserver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.32.0
Choose a base ref
...
head repository: kubernetes/apiserver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.32.1
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Dec 30, 2024

  1. webhook: alter regex to account for x509sha1 GODEBUG removal

    go1.24 removes the x509sha1 GODEBUG variable, and with it the
    support for SHA-1 signed certs. This commit alters the regex
    in unit tests to account for that and prep for go1.24.
    
    Signed-off-by: Madhav Jivrajani <[email protected]>
    
    Kubernetes-commit: 12aed7a3dd63eada8d6dc76b099724d950e010f0
    MadhavJivrajani authored and k8s-publishing-bot committed Dec 30, 2024
    Configuration menu
    Copy the full SHA
    3fbb4c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. Merge pull request #129495 from MadhavJivrajani/132-go124-webhook-reg…

    …ex-ut
    
    [go1.24][1.32] webhook: alter regex to account for x509sha1 GODEBUG removal
    
    Kubernetes-commit: db14116697d54d7aa96d1f91032b13540c95f1a2
    k8s-publishing-bot committed Jan 9, 2025
    Configuration menu
    Copy the full SHA
    f2c6d90 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

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