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.18.3
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.18.4
Choose a head ref
  • 5 commits
  • 4 files changed
  • 3 contributors

Commits on Jul 8, 2025

  1. Updating link handling

    Signed-off-by: Matt Farina <[email protected]>
    (cherry picked from commit 76fdba4)
    (cherry picked from commit 4389fa6)
    mattfarina committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    00de613 View commit details
    Browse the repository at this point in the history
  2. build(deps): 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.33.1` | `0.33.2` |
    | [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.33.1` | `0.33.2` |
    | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.33.1` | `0.33.2` |
    | [k8s.io/apiserver](https://github.com/kubernetes/apiserver) | `0.33.1` | `0.33.2` |
    | [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) | `0.33.1` | `0.33.2` |
    | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.33.1` | `0.33.2` |
    | [k8s.io/kubectl](https://github.com/kubernetes/kubectl) | `0.33.1` | `0.33.2` |
    
    Updates `k8s.io/api` from 0.33.1 to 0.33.2
    - [Commits](kubernetes/api@v0.33.1...v0.33.2)
    
    Updates `k8s.io/apiextensions-apiserver` from 0.33.1 to 0.33.2
    - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
    - [Commits](kubernetes/apiextensions-apiserver@v0.33.1...v0.33.2)
    
    Updates `k8s.io/apimachinery` from 0.33.1 to 0.33.2
    - [Commits](kubernetes/apimachinery@v0.33.1...v0.33.2)
    
    Updates `k8s.io/apiserver` from 0.33.1 to 0.33.2
    - [Commits](kubernetes/apiserver@v0.33.1...v0.33.2)
    
    Updates `k8s.io/cli-runtime` from 0.33.1 to 0.33.2
    - [Commits](kubernetes/cli-runtime@v0.33.1...v0.33.2)
    
    Updates `k8s.io/client-go` from 0.33.1 to 0.33.2
    - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
    - [Commits](kubernetes/client-go@v0.33.1...v0.33.2)
    
    Updates `k8s.io/kubectl` from 0.33.1 to 0.33.2
    - [Commits](kubernetes/kubectl@v0.33.1...v0.33.2)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/api
      dependency-version: 0.33.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: k8s-io
    - dependency-name: k8s.io/apiextensions-apiserver
      dependency-version: 0.33.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: k8s-io
    - dependency-name: k8s.io/apimachinery
      dependency-version: 0.33.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: k8s-io
    - dependency-name: k8s.io/apiserver
      dependency-version: 0.33.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: k8s-io
    - dependency-name: k8s.io/cli-runtime
      dependency-version: 0.33.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: k8s-io
    - dependency-name: k8s.io/client-go
      dependency-version: 0.33.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: k8s-io
    - dependency-name: k8s.io/kubectl
      dependency-version: 0.33.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: k8s-io
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    (cherry picked from commit 4fa5a64)
    dependabot[bot] authored and mattfarina committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    563b094 View commit details
    Browse the repository at this point in the history
  3. Merge commit from fork

    Updating link handling
    robertsirc authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    c48c500 View commit details
    Browse the repository at this point in the history
  4. Disabling linter due to unknown issue

    Signed-off-by: Matt Farina <[email protected]>
    (cherry picked from commit 227c9cb)
    mattfarina committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    f20a4ad View commit details
    Browse the repository at this point in the history
  5. Merge pull request #31037 from mattfarina/disable-goimports-2

    Disabling linter due to unknown issue
    robertsirc authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    d80839c View commit details
    Browse the repository at this point in the history
Loading