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.15.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: v3.15.3
Choose a head ref
  • 5 commits
  • 5 files changed
  • 4 contributors

Commits on Jul 9, 2024

  1. Merge pull request #13085 from alex-kattathra-johnson/issue-12961

    Fix race condition in TestInstallRelease_Wait_Interrupted test
    
    (cherry picked from commit 4278ada)
    joejulian committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    eb4cf60 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. fix: respect proxy envvars on helm install/upgrade

    Signed-off-by: Sidharth Menon <menon.sid.k@gmail.com>
    (cherry picked from commit b0603fb)
    sidkmenon authored and mattfarina committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    7413819 View commit details
    Browse the repository at this point in the history
  2. fix(dependencyBuild): prevent race condition in concurrent helm depen…

    …dency
    
    Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
    (cherry picked from commit adeb4ca)
    idsulik authored and mattfarina committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    f262d80 View commit details
    Browse the repository at this point in the history
  3. fixed dependency_update_test.go

    Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
    (cherry picked from commit 4d25dd3)
    idsulik authored and mattfarina committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    f440d3b View commit details
    Browse the repository at this point in the history
  4. fix(helm): Use burst limit setting for discovery

    When --burst-limit/$HELM_BURST_LIMIT is set, the specified value is not
    currently used for the discovery client instantiated by
    genericclioptions. This change sets genericclioptions.discoveryBurst to
    the value of --burst-limit, meaning it should now be possible to fix
    client-side throttling issues encountered by the discovery client.
    
    This value is only configured if --burst-limit is actually set. If
    --burst-limit is set to the default value, then discoveryBurst should be
    left at its default of 300.
    
    Closes #13128
    
    Signed-off-by: Evan Foster <efoster@adobe.com>
    (cherry picked from commit 69362df)
    Evan Foster authored and mattfarina committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    3bb50bb View commit details
    Browse the repository at this point in the history
Loading