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.29.11
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.29.13
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 <madhav.jiv@gmail.com>
    
    Kubernetes-commit: bfce92e20fdfb17736496b32d4bca3ce23103541
    MadhavJivrajani authored and k8s-publishing-bot committed Dec 30, 2024
    Configuration menu
    Copy the full SHA
    017fcf9 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. Merge pull request #129492 from MadhavJivrajani/129-go124-webhook-reg…

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

Commits on Jan 16, 2025

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