Skip to content

v0.0.13

Choose a tag to compare

@github-actions github-actions released this 13 Aug 15:47
· 9 commits to main since this release
3722252

Changelog

  • 32b1075 Add a utility method for parsing ARNs to usernames
  • 3722252 Merge pull request #97 from alphagov/validate-requester-and-reviewer-differ
  • 4c0088f Validate the requested-by and reviewed-by annotations can have a username parsed from them, and cause the resource to go Malformed if they are invalid
  • a4996b8 Validate the reviewer of a JobRequest is not the same as the requester of it. Put the JobRequestReview into a conflict state if they are the same.