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.8.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.8.1
Choose a head ref
  • 17 commits
  • 24 files changed
  • 12 contributors

Commits on Jan 27, 2022

  1. Fix install memory/goroutine leak

    Signed-off-by: Neven Miculinic <[email protected]>
    (cherry picked from commit 5059ae8)
    nmiculinic authored and mattfarina committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    4827ca1 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. feat(comp): Shell completion for OCI

    Signed-off-by: Marc Khouzam <[email protected]>
    marckhouzam committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    e62f5ca View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Add IngressClass to manifests to be (un)installed

    Signed-off-by: StephanECD <[email protected]>
    (cherry picked from commit 0361dc8)
    stephanECD authored and hickeyma committed Feb 23, 2022
    1 Configuration menu
    Copy the full SHA
    dbd30ca View commit details
    Browse the repository at this point in the history
  2. refactor: use os.ReadDir for lightweight directory reading

    `os.ReadDir` was added in Go 1.16 as part of the deprecation of `ioutil`
    package. It is a more efficient implementation than `ioutil.ReadDir` as
    stated here https://pkg.go.dev/io/ioutil#ReadDir.
    
    Signed-off-by: Eng Zer Jun <[email protected]>
    (cherry picked from commit e12f357)
    Juneezee authored and hickeyma committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    6966dc4 View commit details
    Browse the repository at this point in the history
  3. Updating Kubernetes packages to 1.23.3

    Signed-off-by: Martin Hickey <[email protected]>
    (cherry picked from commit 5213891)
    hickeyma committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    97b477c View commit details
    Browse the repository at this point in the history
  4. Management of bearer tokens for tag listing

    Signed-off-by: Andrew Block <[email protected]>
    (cherry picked from commit c8a2559)
    sabre1041 authored and hickeyma committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    46f0ec4 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Avoid querying for OCI tags can explicit version provided in chart de…

    …pendencies
    
    Signed-off-by: Andrew Block <[email protected]>
    (cherry picked from commit 01ff5bb)
    sabre1041 authored and mattfarina committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    3aacde1 View commit details
    Browse the repository at this point in the history
  2. overwrite flag added to az storage blob upload-batch

    Signed-off-by: Sourik Ghosh <[email protected]>
    (cherry picked from commit 9a784bb)
    sourikghosh authored and mattfarina committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    9275789 View commit details
    Browse the repository at this point in the history
  3. only apply overwrite if version is canary

    Signed-off-by: Sourik Ghosh <[email protected]>
    (cherry picked from commit 9c064f9)
    sourikghosh authored and mattfarina committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    a4371ba View commit details
    Browse the repository at this point in the history
  4. linting issue fixed

    Signed-off-by: Sourik Ghosh <[email protected]>
    (cherry picked from commit cfeb431)
    sourikghosh authored and mattfarina committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    803ecb8 View commit details
    Browse the repository at this point in the history
  5. maint: fix syntax error in deploy.sh

    Signed-off-by: Josh Dolitsky <[email protected]>
    (cherry picked from commit 75fa221)
    jdolitsky authored and mattfarina committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    7663ffa View commit details
    Browse the repository at this point in the history
  6. add legal name check

    Signed-off-by: Kay Yan <[email protected]>
    (cherry picked from commit 679e14c)
    root authored and mattfarina committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    18fa1d7 View commit details
    Browse the repository at this point in the history
  7. Fix typo

    Unset the env var before func return in Unit Test
    
    Signed-off-by: Kay Yan <[email protected]>
    (cherry picked from commit 141f2dd)
    yankay authored and mattfarina committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    9499df0 View commit details
    Browse the repository at this point in the history
  8. fix: helm package with dependency update for charts with OCI dependen…

    …cies
    
    Signed-off-by: Tomas Pizarro Moreno <[email protected]>
    (cherry picked from commit e02aeab)
    tompizmor authored and mattfarina committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    bc3d14c View commit details
    Browse the repository at this point in the history
  9. fix: helm package tests

    Signed-off-by: Tomas Pizarro Moreno <[email protected]>
    (cherry picked from commit 0963617)
    tompizmor authored and mattfarina committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    02028a2 View commit details
    Browse the repository at this point in the history
  10. fix: remove deadcode

    Signed-off-by: Tomas Pizarro Moreno <[email protected]>
    (cherry picked from commit e97c436)
    tompizmor authored and mattfarina committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    952d034 View commit details
    Browse the repository at this point in the history
  11. Updating Kubernetes libs to 0.23.4 (latest)

    Signed-off-by: Matt Farina <[email protected]>
    (cherry picked from commit 7432807)
    mattfarina committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    5cb9af4 View commit details
    Browse the repository at this point in the history
Loading