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-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.0
Choose a base ref
...
head repository: helm/chart-testing-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.5.0
Choose a head ref
  • 5 commits
  • 5 files changed
  • 3 contributors

Commits on Apr 10, 2023

  1. Download binary with right arch (#118)

    * Url based on arch 
    
    Signed-off-by: Ludea <ludovicw35@hotmail.com>
    
    * arm64 instead of aarch64 
    
    Signed-off-by: Ludea <ludovicw35@hotmail.com>
    
    * Default to amd64 
    
    Signed-off-by: Ludea <ludovicw35@hotmail.com>
    
    ---------
    
    Signed-off-by: Ludea <ludovicw35@hotmail.com>
    Ludea authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    2fffad3 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Bump ct and cleanup script (#124)

    * add dependabot config
    
    Signed-off-by: cpanato <ctadeu@gmail.com>
    
    * bump ct to release v3.9.0 and make the input variables similar to each other
    
    Signed-off-by: cpanato <ctadeu@gmail.com>
    
    ---------
    
    Signed-off-by: cpanato <ctadeu@gmail.com>
    cpanato authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    a629e84 View commit details
    Browse the repository at this point in the history
  2. Bump sigstore/cosign-installer from c3667d99424e7e6047999fb6246c0da84…

    …3953c65 to 6e04d228eb30da1757ee4e1dd75a0ec73a653e06 (#125)
    
    * Bump sigstore/cosign-installer
    
    Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from c3667d99424e7e6047999fb6246c0da843953c65 to 6e04d228eb30da1757ee4e1dd75a0ec73a653e06.
    - [Release notes](https://github.com/sigstore/cosign-installer/releases)
    - [Commits](sigstore/cosign-installer@c3667d9...6e04d22)
    
    ---
    updated-dependencies:
    - dependency-name: sigstore/cosign-installer
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Update action.yml
    
    Signed-off-by: Carlos Tadeu Panato Junior <ctadeu@gmail.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: Carlos Tadeu Panato Junior <ctadeu@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Carlos Tadeu Panato Junior <ctadeu@gmail.com>
    dependabot[bot] and cpanato authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    90e5bd4 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

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

    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 4, 2023
    Configuration menu
    Copy the full SHA
    271b78b View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Bump actions/checkout from 3 to 4 (#128)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    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
    cb49023 View commit details
    Browse the repository at this point in the history
Loading