Skip to content

Releases: Bisnode/opa-gradle-plugin

Release 0.4.2

21 Dec 13:26
a1a1352
Compare
Choose a tag to compare

What's Changed

  • Bump com.fasterxml.jackson.core:jackson-databind from 2.15.3 to 2.16.0 by @dependabot in #108
  • Bump org.junit.jupiter:junit-jupiter-api from 5.10.0 to 5.10.1 by @dependabot in #104
  • Bump com.fasterxml.jackson.core:jackson-annotations from 2.15.3 to 2.16.0 by @dependabot in #107
  • ⬆️ Upgrade gradle to 8.4 by @nvervelle in #103
  • 🎨 Use Extension instead of Convention by @nvervelle in #105

Full Changelog: 0.4.1...0.4.2

Release 0.4.1

20 Oct 09:18
58496f7
Compare
Choose a tag to compare

What's Changed

  • Make OPA download work for Mac OS X/aarch64 by @nvervelle in #102
  • Bump com.fasterxml.jackson.core:jackson-annotations from 2.15.2 to 2.15.3 by @dependabot in #100
  • Bump org.junit.jupiter:junit-jupiter-api from 5.9.3 to 5.10.0 by @dependabot in #98
  • Bump com.fasterxml.jackson.core:jackson-databind from 2.15.2 to 2.15.3 by @dependabot in #99

Full Changelog: 0.4.0...0.4.1

0.4.0

21 Sep 13:51
bdf2ca6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.4...0.4.0

0.3.3

26 Jan 19:55
689d4ac
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.2...0.3.3

0.3.2

14 Jul 19:57
Compare
Choose a tag to compare
  • GH-47 testRego task doesn't hang anymore on many policy tests

0.3.1

23 Nov 11:58
Compare
Choose a tag to compare
  • GH-28 OPA process' output is now consumed and logged on info level, so the subprocess doesn't hang anymore
  • startOpa task now waits for OPA server to initialize
  • enabled test in StopOpaTaskTest
  • for now, tests rely on opa in $PATH

0.3.0

16 Jul 21:09
Compare
Choose a tag to compare

Added

  • GH-15 Make testRego task output opa -v-like summary when invoked with --info

Changed

  • Refactor TestRegoTask
  • GH-18 Use dedicated library to output JUnit XML

0.2.1

14 Jun 12:05
Compare
Choose a tag to compare
  • GH-14 Fix "Failed to read input stream" bug that was triggered on non-empty test-results directory.

0.2.0

09 Jun 20:30
Compare
Choose a tag to compare
  • Complete rewrite of the testRego task, now not just failing the build on test failures or errors but actually translating the test results into formats recognizable both by Gradle and by CI/CD systems by exporing the test results into JUnit XML reports. This allows for OPA/Rego tests to be both tested and reported like any other Gradle tests.
  • Task configuration may now override "base" configuration (like srcDir and testDir) on a per task basis.
  • Tons of internal improvements, tests and fixes.