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/chart-testing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.9.0
Choose a base ref
...
head repository: helm/chart-testing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.10.0
Choose a head ref
  • 20 commits
  • 8 files changed
  • 4 contributors

Commits on Jul 11, 2023

  1. Bump docker/setup-buildx-action from 2.8.0 to 2.9.0 (#576)

    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.8.0 to 2.9.0.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@16c0bc4...2a1a44a)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    8ae6861 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Bump helm/kind-action from 1.7.0 to 1.8.0 (#578)

    Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.7.0 to 1.8.0.
    - [Release notes](https://github.com/helm/kind-action/releases)
    - [Commits](helm/kind-action@fa81e57...dda0770)
    
    ---
    updated-dependencies:
    - dependency-name: helm/kind-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a48997d View commit details
    Browse the repository at this point in the history
  2. Bump docker/setup-buildx-action from 2.9.0 to 2.9.1 (#579)

    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.9.0 to 2.9.1.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@2a1a44a...4c0219f)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    8ad53cb View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Bump actions/setup-go from 4.0.1 to 4.1.0 (#583)

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.0.1 to 4.1.0.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@fac708d...93397be)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    d77e76a View commit details
    Browse the repository at this point in the history
  2. Bump goreleaser/goreleaser-action from 4.3.0 to 4.4.0 (#582)

    Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4.3.0 to 4.4.0.
    - [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
    - [Commits](goreleaser/goreleaser-action@336e299...3fa32b8)
    
    ---
    updated-dependencies:
    - dependency-name: goreleaser/goreleaser-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    a3b662b View commit details
    Browse the repository at this point in the history
  3. Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 (#581)

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.6.0 to 3.7.0.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@639cd34...3a91952)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    61d02d7 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Sort event list (#584)

    It's much easier to see the order of actions when the events are sorted
    by lastTimestamp. This adds that flag to the GetEvents function.
    
    Signed-off-by: Joe Julian <me@joejulian.name>
    joejulian authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    d8fe2ba View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Bump docker/setup-buildx-action from 2.9.1 to 2.10.0 (#589)

    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.9.1 to 2.10.0.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@4c0219f...885d146)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    ac7511a View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 3.5.3 to 3.6.0 (#588)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@c85c95e...f43a0e5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    7ca7aae View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Bump sigstore/cosign-installer from 3.1.1 to 3.1.2 (#593)

    Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.1.1 to 3.1.2.
    - [Release notes](https://github.com/sigstore/cosign-installer/releases)
    - [Commits](sigstore/cosign-installer@6e04d22...11086d2)
    
    ---
    updated-dependencies:
    - dependency-name: sigstore/cosign-installer
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    be739a3 View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 3.6.0 to 4.0.0 (#592)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@f43a0e5...3df4ab1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    d910c77 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Bump goreleaser/goreleaser-action from 4.4.0 to 5.0.0 (#595)

    Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 4.4.0 to 5.0.0.
    - [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
    - [Commits](goreleaser/goreleaser-action@3fa32b8...7ec5c2b)
    
    ---
    updated-dependencies:
    - dependency-name: goreleaser/goreleaser-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    c899144 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Bump docker/setup-buildx-action from 2.10.0 to 3.0.0 (#598)

    Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2.10.0 to 3.0.0.
    - [Release notes](https://github.com/docker/setup-buildx-action/releases)
    - [Commits](docker/setup-buildx-action@885d146...f95db51)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-buildx-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    3593be9 View commit details
    Browse the repository at this point in the history
  2. Bump docker/setup-qemu-action from 2.2.0 to 3.0.0 (#596)

    Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2.2.0 to 3.0.0.
    - [Release notes](https://github.com/docker/setup-qemu-action/releases)
    - [Commits](docker/setup-qemu-action@2b82ce8...6882732)
    
    ---
    updated-dependencies:
    - dependency-name: docker/setup-qemu-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    eb36e9e View commit details
    Browse the repository at this point in the history
  3. Bump docker/login-action from 2.2.0 to 3.0.0 (#597)

    Bumps [docker/login-action](https://github.com/docker/login-action) from 2.2.0 to 3.0.0.
    - [Release notes](https://github.com/docker/login-action/releases)
    - [Commits](docker/login-action@465a078...343f7c4)
    
    ---
    updated-dependencies:
    - dependency-name: docker/login-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 18, 2023
    Configuration menu
    Copy the full SHA
    f2e74a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Bump actions/checkout from 4.0.0 to 4.1.0 (#599)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@3df4ab1...8ade135)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    1ba3fd2 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Bump github.com/spf13/viper from 1.16.0 to 1.17.0 (#602)

    Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.16.0 to 1.17.0.
    - [Release notes](https://github.com/spf13/viper/releases)
    - [Commits](spf13/viper@v1.16.0...v1.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/viper
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    e6d2ed3 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Bump actions/checkout from 4.1.0 to 4.1.1 (#603)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@8ade135...b4ffde6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    c1b0316 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. use the same ref to check branch existance and merge-base calculation (

    …#601)
    
    fix #577
    
    Signed-off-by: Cyril Jouve <jv.cyril@gmail.com>
    jouve authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    10aaf46 View commit details
    Browse the repository at this point in the history
  2. feat(helm): Add support for OCI chart repositories (#445)

    Signed-off-by: João Fernandes <jcsf_1995@hotmail.com>
    jcsf authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    0cb17e5 View commit details
    Browse the repository at this point in the history
Loading