oats-center / isoblue

ISOBlue Hardware, Avena software, and Deployment Files
MIT License
20 stars 9 forks source link

Bump mszostok/codeowners-validator from 0.6.0 to 0.7.2 #184

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps mszostok/codeowners-validator from 0.6.0 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

✨ 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

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)

v0.7.1

🔧 Bug fix release for 0.7.0 is now available!

Issue

Reports Team does not belong to organization error even if team is assigned to a proper GitHub organization. (mszostok/codeowners-validator#121)

Root cause

... (truncated)

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)
  • 2f478ec Prepare for release v0.7.1 (#123)
  • a4545a8 Make the org comparison case-insensitive too (#122)
  • 6bf04a9 Add login to Docker Hub
  • 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 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)
dependabot[bot] commented 2 years ago

Superseded by #188.