Path global dockerfile lint job, which was missing the GNU find command (from findutils alpine package)
First release following the gitlab's opinionated semver versioning (x.y.z without the "v" prefix)
Added improved way of finding dockerfiles in lint-dockerfile component
Added `needs: []` to shell lint component jobs
Fixed the issue where there is an attempt to lint a removed file in MR lints
Remove xargs -0 from lint-dockerfile component
Fix the issue in lint-shell-mr where the xargs -0 flag broke shellcheck in some rare cases
Fix lint-shell-global