Skip to content

v0.0.7

Choose a tag to compare

@github-actions github-actions released this 31 Jul 15:28
· 65 commits to main since this release
90a4357

Changelog

  • ae95469 Add Conflict state for JobRequestReview resource
  • 6d64fc2 Add .govuk-dependabot-merger-file
  • d340402 Add a little extra logging to the job request review controller, and don't set the state a second time when the JobRequest wasn't found.
  • 310ac89 Add utility methods to JobRequest to provider a nicer query interface
  • 9e3722a BAU - Add pre commit hooks for CRD and deep copy
  • 2fcc7ff Bump github.com/google/cel-go from 0.26.0 to 0.29.0
  • 8ee464c Bump google.golang.org/grpc from 1.79.3 to 1.82.1
  • 3946f37 Fix licence headers and boilerplate file to correctly specify the MIT crown copyright
  • 43a74a9 Merge pull request #57 from alphagov/renovate/golangci-golangci-lint-action-9.x
  • d41337b Merge pull request #58 from alphagov/renovate/docker-login-action-4.x
  • d7961bf Merge pull request #68 from alphagov/add-govuk-dependabot-merger-file
  • 11ce9bd Merge pull request #69 from alphagov/BAU-add-pre-commit-hooks
  • 27201c3 Merge pull request #70 from alphagov/dependabot/go_modules/google.golang.org/grpc-1.82.1
  • 5e103dc Merge pull request #72 from alphagov/renovate/actions-setup-go-7.x
  • 009eb55 Merge pull request #73 from alphagov/dependabot/go_modules/github.com/google/cel-go-0.29.0
  • 8c3b9c2 Merge pull request #74 from alphagov/fix-licenses
  • 90a4357 Merge pull request #79 from alphagov/add-logging-and-review-conflict-states
  • a383939 Set a JobRequestReview to go into a Conflict state if it targets a JobRequest that has already been reviewed
  • 574f62c Update actions/setup-go action to v7
  • 42cada2 Update docker/login-action action to v4.4.0
  • 65d4037 Update golangci/golangci-lint-action action to v9.3.0
  • 9b7ec27 Use By statements instead of comments in a long test case
  • baf33cd Use the new utility methods on JobRequest to improve readability of the job request review controller and its tests