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

Commits on Dec 11, 2025

  1. Use latest patch release of Go in releases

    GitHub Actions has a cache of tools, like Go, and it does not update
    this cache when a new version comes out. It can take more than a week
    for a new version to be available.
    
    This change forces the action to check if a newer version is available
    than is in the cache.
    
    Closes #31634
    
    Signed-off-by: Matt Farina <[email protected]>
    (cherry picked from commit 8f636b5)
    mattfarina committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    9db13ee View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2025

  1. Bump v4.0.3 CVE deps

    Signed-off-by: George Jenkins <[email protected]>
    gjenkins8 committed Dec 13, 2025
    Configuration menu
    Copy the full SHA
    cd700e0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31646 from gjenkins8/gjenkins/bump_4.0.3_CVE_deps

    Bump v4.0.3 CVE dependencies
    gjenkins8 authored Dec 13, 2025
    Configuration menu
    Copy the full SHA
    8650e1d View commit details
    Browse the repository at this point in the history
Loading