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.16.1
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.16.2
Choose a head ref
  • 7 commits
  • 41 files changed
  • 4 contributors

Commits on Oct 9, 2024

  1. Fix typos

    Signed-off-by: Nathan Baulch <nathan.baulch@gmail.com>
    (cherry picked from commit ff9dd26)
    NathanBaulch authored and mattfarina committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a1bd541 View commit details
    Browse the repository at this point in the history
  2. Grammar fixes

    Signed-off-by: Nathan Baulch <nathan.baulch@gmail.com>
    (cherry picked from commit ef85fa7)
    NathanBaulch authored and mattfarina committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    46e0a0f View commit details
    Browse the repository at this point in the history
  3. adding check-latest:true

    Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
    (cherry picked from commit 611fae3)
    robertsirc authored and mattfarina committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    27d44cf View commit details
    Browse the repository at this point in the history
  4. Bump the k8s-io group with 7 updates

    Bumps the k8s-io group with 7 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [k8s.io/api](https://github.com/kubernetes/api) | `0.31.0` | `0.31.1` |
    | [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.31.0` | `0.31.1` |
    | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.31.0` | `0.31.1` |
    | [k8s.io/apiserver](https://github.com/kubernetes/apiserver) | `0.31.0` | `0.31.1` |
    | [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) | `0.31.0` | `0.31.1` |
    | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.31.0` | `0.31.1` |
    | [k8s.io/kubectl](https://github.com/kubernetes/kubectl) | `0.31.0` | `0.31.1` |
    
    Updates `k8s.io/api` from 0.31.0 to 0.31.1
    - [Commits](kubernetes/api@v0.31.0...v0.31.1)
    
    Updates `k8s.io/apiextensions-apiserver` from 0.31.0 to 0.31.1
    - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
    - [Commits](kubernetes/apiextensions-apiserver@v0.31.0...v0.31.1)
    
    Updates `k8s.io/apimachinery` from 0.31.0 to 0.31.1
    - [Commits](kubernetes/apimachinery@v0.31.0...v0.31.1)
    
    Updates `k8s.io/apiserver` from 0.31.0 to 0.31.1
    - [Commits](kubernetes/apiserver@v0.31.0...v0.31.1)
    
    Updates `k8s.io/cli-runtime` from 0.31.0 to 0.31.1
    - [Commits](kubernetes/cli-runtime@v0.31.0...v0.31.1)
    
    Updates `k8s.io/client-go` from 0.31.0 to 0.31.1
    - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
    - [Commits](kubernetes/client-go@v0.31.0...v0.31.1)
    
    Updates `k8s.io/kubectl` from 0.31.0 to 0.31.1
    - [Commits](kubernetes/kubectl@v0.31.0...v0.31.1)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/api
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: k8s-io
    - dependency-name: k8s.io/apiextensions-apiserver
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: k8s-io
    - dependency-name: k8s.io/apimachinery
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: k8s-io
    - dependency-name: k8s.io/apiserver
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: k8s-io
    - dependency-name: k8s.io/cli-runtime
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: k8s-io
    - dependency-name: k8s.io/client-go
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: k8s-io
    - dependency-name: k8s.io/kubectl
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: k8s-io
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit d5df067)
    dependabot[bot] authored and mattfarina committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    f6be62b View commit details
    Browse the repository at this point in the history
  5. improves handling of Helm index with broken helm chart versions #13176

    Signed-off-by: ricardo.bartels@telekom.de <ricardo.bartels@telekom.de>
    (cherry picked from commit 154b477)
    bb-Ricardo authored and mattfarina committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    961194d View commit details
    Browse the repository at this point in the history
  6. adds tests for handling of Helm index with broken chart versions #13176

    Signed-off-by: ricardo.bartels@telekom.de <ricardo.bartels@telekom.de>
    (cherry picked from commit af13b0d)
    bb-Ricardo authored and mattfarina committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    9fc8f1b View commit details
    Browse the repository at this point in the history
  7. Revering change unrelated to issue #13176

    Signed-off-by: ricardo.bartels@telekom.de <ricardo.bartels@telekom.de>
    (cherry picked from commit cdbef2b)
    bb-Ricardo authored and mattfarina committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    13654a5 View commit details
    Browse the repository at this point in the history
Loading