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: hadolint/hadolint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.9.3
Choose a base ref
...
head repository: hadolint/hadolint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.10.0
Choose a head ref
  • 6 commits
  • 15 files changed
  • 3 contributors

Commits on Mar 24, 2022

  1. Update pre-commit hook

    lorenzo committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    9a25a53 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. New release workflow with support for ARM binaries (#803)

    * Experiment with building hadolint with nix
    
    * fix bad code
    
    * a simpler goal
    
    * back to basics
    
    * more changes
    
    * another try
    
    * Forgot to add more substituters
    
    * back to to linux-static
    
    * verify it is a static binary
    
    * Using a build matrix to build arm binaries too
    
    * try with a stable channel
    
    * Update nix.yml
    
    * Sacrifice the version via git feature so we can have cross-compile builds
    
    * upload the artifacts at the end of the build
    
    * try to fix compression
    
    * do not compress for now
    
    * made a mistake
    
    * filter more
    
    * also push docker images
    
    * cannot compress :(
    
    * a tag for testing
    
    * forgot to setup docker
    
    * also needed to checkout the code
    
    * create a comined docker image
    
    * please github
    
    * Fix dumb mistake
    
    * use the right command
    
    * maybe fix permissions?
    
    * Complete the release script
    
    * tag all the images
    
    * fix yaml
    
    * fix missing credentials
    
    * debug
    
    * try to fix things
    
    * maybe this fixes it
    
    * fix mistake in dockerfile
    
    * don't tag latest during tests
    
    * more fixes
    
    * fix more mistakes
    
    * another fix
    
    * try to compress the binaries
    
    * Try to copy binary with sudo
    
    * rename files
    lorenzo authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    63691c9 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/cache from 2.1.7 to 3.0.1 (#810)

    Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.0.1.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v2.1.7...v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      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 Mar 31, 2022
    Configuration menu
    Copy the full SHA
    3d1bbf4 View commit details
    Browse the repository at this point in the history
  3. Update ThirdPartyNotices.txt

    lorenzo committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    f527674 View commit details
    Browse the repository at this point in the history
  4. Bump version number

    lorenzo committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    dab06d9 View commit details
    Browse the repository at this point in the history
  5. Update ThirdPartyNotices.txt

    lorenzo committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    47e3022 View commit details
    Browse the repository at this point in the history
Loading