Skip to content

v0.0.8

Choose a tag to compare

@github-actions github-actions released this 07 Aug 08:51
· 50 commits to main since this release
299e26e

Changelog

  • 14c2287 Add a Makefile target to generate the helm chart, and make a pre-req for helm-deploy
  • 5809804 Add a mutating admission policy which adds reviewed-by and requested-by annotations
  • c5634c3 Add e2e tests to test that the MutatingAdmissionPolicy is functioning
  • 7b05cc2 Add utility methods to JobRequest and JobRequestReview to get requested and reviewed by
  • 96d0b62 Autoupdate kubebuilder through GitHub Action
  • 2e46d80 Autoupdate script to push branch not kubebuilder alpha update
  • 0dc7372 BAU - Name autoupdate action to autoupdate kubebuilder
  • 30b5419 Make JobRequestReviews go to a Malformed state if missing the reviewed-by annotation
  • 9b40c4f Make JobRequests go to a malformed state if they are missing the requested-by annotation
  • e130993 Make the JobRequest and JobRequestReview annotation label names constants
  • 299e26e Merge pull request #84 from alphagov/set-states-malformed-if-missing-requester-or-reviewer
  • 4e3f199 Merge pull request #85 from alphagov/kubebuilder-autoupdate
  • f4a7146 Merge pull request #86 from alphagov/name-autoupdate-action-properly
  • efd3d59 Merge pull request #89 from alphagov/autoupdate-push-manually
  • 21ee889 Refactor jobrequestreview_controller.go to use a setState method