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: v3.19.0
Choose a base ref
...
head repository: helm/helm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.19.1
Choose a head ref
  • 9 commits
  • 11 files changed
  • 6 contributors

Commits on Oct 20, 2025

  1. chore(deps): bump golang.org/x/crypto from 0.41.0 to 0.43.0

    This is needed to update x/net which is subject to CVE-2025-47911
    
    Signed-off-by: Dirk Müller <[email protected]>
    dirkmueller committed Oct 20, 2025
    Configuration menu
    Copy the full SHA
    2e12c81 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. Merge pull request #31407 from dirkmueller/release-3.19

    [release-3.19] chore(deps): bump golang.org/x/crypto from 0.41.0 to 0.43.0
    gjenkins8 authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    3f5d2e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

  1. Add timeout flag to repo add and update flags

    Backport of #30900 to v3.
    (cherry picked from commit d448cf1)
    
    Signed-off-by: Reinhard Nägele <[email protected]>
    (cherry picked from commit 79a9cc5)
    unguiculus authored and mattfarina committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    a833710 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10

    Bumps [github.com/spf13/pflag](https://github.com/spf13/pflag) from 1.0.7 to 1.0.10.
    - [Release notes](https://github.com/spf13/pflag/releases)
    - [Commits](spf13/pflag@v1.0.7...v1.0.10)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/pflag
      dependency-version: 1.0.10
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    (cherry picked from commit 73b449f)
    dependabot[bot] authored and mattfarina committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    2dad4d2 View commit details
    Browse the repository at this point in the history
  3. Fix deprecation warning

    Error reported in CI https://github.com/helm/helm/actions/runs/17623700524/job/50075176523?pr=31231
    
    ```
    Error: cmd/helm/root.go:165:2: SA1019: flags.ParseErrorsWhitelist is deprecated: use [FlagSet.ParseErrorsAllowlist] instead. This field will be removed in a future release. (staticcheck)
    ```
    
    Close: #31231
    Signed-off-by: Benoit Tigeot <[email protected]>
    (cherry picked from commit 9a366b4)
    benoittgt authored and mattfarina committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    5dff7ce View commit details
    Browse the repository at this point in the history
  4. Fix helm pull untar dir check with repo urls

    The existing check worked for `helm pull downloaded-repo/chart-name`,
    but often does not work when using `--repo-url`, depending on the urls
    used by the charts.
    
    Signed-off-by: Luna Stadler <[email protected]>
    (cherry picked from commit 1031b67)
    heyLu authored and mattfarina committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    8112d47 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2025

  1. Avoid "panic: interface conversion: interface {} is nil"

    Closes: #31202
    
    Signed-off-by: Benoit Tigeot <[email protected]>
    (cherry picked from commit 2fe49f9)
    benoittgt authored and mattfarina committed Nov 11, 2025
    Configuration menu
    Copy the full SHA
    2f619be View commit details
    Browse the repository at this point in the history
  2. jsonschema: warn and ignore unresolved URN $ref to match v3.18.4

    - v3.18.5 switched jsonschema and began resolving external $ref
      at compile-time, exposing missing urn handling
      (“no URLLoader registered for urn:…”).
    - Add urn scheme loader and pluggable URNResolver. If unresolved, log
      a warning and return a permissive true schema (back-compat).
    - Avoid having a duplicated warn logs when we Load the schema twice.
    
    Note: external URNs need AddResource/Resolver (the CLI uses --map for
    this).
    
    Close: #31170
    
    Signed-off-by: Benoit Tigeot <[email protected]>
    (cherry picked from commit 3f0da15)
    benoittgt authored and mattfarina committed Nov 11, 2025
    Configuration menu
    Copy the full SHA
    6801f4d View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github.com/containerd/containerd from 1.7.28 to 1.7.29

    Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.7.28 to 1.7.29.
    - [Release notes](https://github.com/containerd/containerd/releases)
    - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md)
    - [Commits](containerd/containerd@v1.7.28...v1.7.29)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/containerd/containerd
      dependency-version: 1.7.29
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    (cherry picked from commit b548118)
    dependabot[bot] authored and mattfarina committed Nov 11, 2025
    Configuration menu
    Copy the full SHA
    4f953c2 View commit details
    Browse the repository at this point in the history
Loading