Bump mszostok/codeowners-validator from 0.7.1 to 0.7.2 @dependabot (#8)
Bumps mszostok/codeowners-validator from 0.7.1 to 0.7.2.
Release notes
Sourced from mszostok/codeowners-validator's releases.
v0.7.2
🎉 GitHub Codeowners Validator 0.7.2 is now available!
Highlights
🔧 Bug Fixes
- Handle internal err, return issue with empty codeowners or git dirty state (#130) This fixes a tech debt where
codeowners-validator
only logged the internal error and excited with0
status code. Now, if there is any error, a proper exit code is returned.- Allow comments in pattern line, update golangci-lint (#129) (
@mszostok
) Recently, GitHub allowed comments in CODEOWNERS files to appear at the end of a line, not just on their own line. As a result, a validation rule was removed to conform with a new syntax.✨ New checks
- Add a flag to only allow teams as owners (#127) (
@seveas
) Now you can enable more strict rule and specify that only teams are allowed as owners of files.🛡️ Security
- Bump dependencies (#135) (
@mszostok
)- Bump alpine from 3.15.3 to 3.15.4 (#136) (
@dependabot
[bot])Installation
See the Installation section for more installation options.
Docker images
ghcr.io:
docker pull ghcr.io/mszostok/codeowners-validator:stable
docker pull ghcr.io/mszostok/codeowners-validator:v0
docker pull ghcr.io/mszostok/codeowners-validator:v0.7
docker pull ghcr.io/mszostok/codeowners-validator:v0.7.2
Changelog 🚀
- d95ed833d4bbe7104c26d7556c1d16fa1c6eb30d: Allow comments in pattern line, update golangci-lint (#129) (
@mszostok
)- d7b92b1871fdd533618070bdae1f2766f7e7f084: Handle internal err, return issue with empty codeowners or git dirty state (#130) (
@mszostok
)- bcdcc57e49ba8b45f4472cbafa09bacae9406ca6: Bump dependencies (#135) (
@mszostok
)- 3315c00578ee987f3bec23ff9307497a42f78018: Add a flag to only allow teams as owners (#127) (
@seveas
)- 5b87d6b1f38cb77eacab087071d57e25f2f22f8f: Add missing cfg in action.yml, add missing test for 'OwnersMustBeTeams' check (#137) (
@mszostok
)- 127e9a865f2cf1ea64a5780de53ace3015033540: Bump alpine from 3.15.3 to 3.15.4 (#136) (
@dependabot
[bot])- f555ba682ec613249e7e478a4e0bff3ba35dc79f: Prepare for release v0.7.2 (#138) (
@mszostok
)
Commits
f555ba6
Prepare for release v0.7.2 (#138)127e9a8
Bump alpine from 3.15.3 to 3.15.4 (#136)5b87d6b
Add missing cfg in action.yml, add missing test for 'OwnersMustBeTeams' check...3315c00
Add a flag to only allow teams as owners (#127)bcdcc57
Bump dependencies (#135)d7b92b1
Handle internal err, return issue with empty codeowners or git dirty state (#...d95ed83
Allow comments in pattern line, update golangci-lint (#129)- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)