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.5.1
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.6.0
Choose a head ref
  • 14 commits
  • 30 files changed
  • 5 contributors

Commits on Mar 14, 2022

  1. Bump github.com/goreleaser/goreleaser from 1.6.1 to 1.6.3 (#408)

    Bumps [github.com/goreleaser/goreleaser](https://github.com/goreleaser/goreleaser) from 1.6.1 to 1.6.3.
    - [Release notes](https://github.com/goreleaser/goreleaser/releases)
    - [Changelog](https://github.com/goreleaser/goreleaser/blob/main/.goreleaser.yaml)
    - [Commits](goreleaser/goreleaser@v1.6.1...v1.6.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/goreleaser/goreleaser
      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 Mar 14, 2022
    Configuration menu
    Copy the full SHA
    6457207 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/spf13/cobra from 1.3.0 to 1.4.0 (#407)

    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.3.0 to 1.4.0.
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
    - [Commits](spf13/cobra@v1.3.0...v1.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      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 Mar 14, 2022
    Configuration menu
    Copy the full SHA
    8b974b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (#413)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    6a99c51 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Bump golang.org/x/tools from 0.1.9 to 0.1.10 (#415)

    Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.1.9 to 0.1.10.
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.1.9...v0.1.10)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/tools
      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 Mar 23, 2022
    Configuration menu
    Copy the full SHA
    9b80b21 View commit details
    Browse the repository at this point in the history
  2. Fix excluded chart when chart-dirs is multi-level (#312)

    Signed-off-by: nekottyo <nekottyo@gmail.com>
    nekottyo authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    a66bd33 View commit details
    Browse the repository at this point in the history
  3. add signing with cosign to the binaries and images (#410)

    Signed-off-by: cpanato <ctadeu@gmail.com>
    cpanato authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    e14c2b2 View commit details
    Browse the repository at this point in the history
  4. Introduce helm-extra-set-args command line parameter (#402)

    * Introduce helm-extra-set-args
    Signed-off-by: ilmax <massimiliano.donini@gmail.com>
    
    Signed-off-by: Massimiliano Donini <massimiliano.donini@lobsterink.com>
    
    * Fix and add integration test
    
    - Fixed error when no values are passed in
    - Added integration test
    
    Signed-off-by: Massimiliano Donini <massimiliano.donini@lobsterink.com>
    
    * Generate docs
    
    Signed-off-by: Massimiliano Donini <massimiliano.donini@lobsterink.com>
    ilmax authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    aabb51e View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. introduce helm-dependency-extra-args (#396)

    addresses #368
    
    Signed-off-by: Krzysztof Nazarewski <3494992+nazarewk@users.noreply.github.com>
    nazarewk authored Apr 5, 2022
    Configuration menu
    Copy the full SHA
    3c014d8 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Bump actions/checkout from 3.0.0 to 3.0.1 (#427)

    * Bump actions/checkout from 3.0.0 to 3.0.1
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.0.1.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@a12a394...dcd71f6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * update version comment
    
    Signed-off-by: cpanato <ctadeu@gmail.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: cpanato <ctadeu@gmail.com>
    dependabot[bot] and cpanato authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    91363ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6af038 View commit details
    Browse the repository at this point in the history
  3. Bump github.com/hashicorp/go-retryablehttp from 0.7.0 to 0.7.1 (#423)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    45a6bbd View commit details
    Browse the repository at this point in the history
  4. Bump github.com/spf13/viper from 1.10.1 to 1.11.0 (#425)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    526bd67 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. refactor setup tools (#429)

    Signed-off-by: cpanato <ctadeu@gmail.com>
    cpanato authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    ab83f06 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Refactor install tools for ci/release jobs (#440)

    * updates for helm, kubectl, goreleaser, syft, cosign and kind
    
    Signed-off-by: cpanato <ctadeu@gmail.com>
    
    * refactor ci/release install tools
    
    Signed-off-by: cpanato <ctadeu@gmail.com>
    cpanato authored May 27, 2022
    Configuration menu
    Copy the full SHA
    49167c4 View commit details
    Browse the repository at this point in the history
Loading