Skip to content

v0.2.0

Compare
Choose a tag to compare
@undergridbot undergridbot released this 11 Jan 05:48
· 17 commits to main since this release
8657992
Bump mszostok/codeowners-validator from 0.5.0 to 0.6.0 @dependabot (#2)

Bumps mszostok/codeowners-validator from 0.5.0 to 0.6.0.

Release notes

Sourced from mszostok/codeowners-validator's releases.

v0.6.0

🚨GitHub Codeowners Validator 0.6.0 is now available!

Highlights

  • ✨ Add validation for checking if team has a proper permission Due to the new permission validation step in Owners Checker, this check takes a little more time.

  • 🐛 Fix bug in Owners Checker. Now Owners Checker supports child teams with inherited repo perms.

  • ⚠️ Error message was changed in Owners Checker.

    # From
    [err] line 15: Team "avengers" does not have permissions associated with the repository "codeowners-samples".
    

    To

    [err] line 15: Team "avengers" does not exist in organization "gh-codeowners" or has no permissions associated with the repository.

Installation

To install the codeowners-validator, run:

# Install codeowners-validator in /usr/local/bin in version 0.6.0
curl -sfL https://raw.githubusercontent.com/mszostok/codeowners-validator/master/install.sh| sh -s -- -b /usr/local/bin v0.6.0

See the Installation section for more installation options.

Docker images

  • docker pull mszostok/codeowners-validator:latest
  • docker pull mszostok/codeowners-validator:v0.6.0
  • docker pull mszostok/codeowners-validator:v0.6

Changelog 🚀

8fafb0b Adjust docs and GitHub action for v0.6.0 release 2f6e3bb Fix badly worded error (#64) 5ed7b98 Adjust integration test after changing error message 204640e address comments from PR #62 9224144 Add permissions check to valid_owner cde24ed Add a twitter badge e5e11b0 rename test to comply with golang.org/x/mod/module.CheckFilePath (#60)

Contributors

Thanks again to everyone who contributed to this release! ✨

... (truncated)

Commits
  • 2f6e3bb Fix badly worded error (#64)
  • 8fafb0b Adjust docs and GitHub action for v0.6.0 release
  • 5ed7b98 Adjust integration test after changing error message
  • 204640e address comments from PR #62
  • 9224144 Add permissions check to valid_owner
  • cde24ed Add a twitter badge
  • e5e11b0 rename test to comply with golang.org/x/mod/module.CheckFilePath (#60)
  • 085f270 Adjust docs and GitHub action for v0.5.1 release
  • d6bdfac Add CONTRIBUTING.md and development.md (#56)
  • 4f46df1 Add configurability for the list of ignored owners (#55)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 will merge this PR once CI passes on it, as requested by @jbouse.


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)