Skip to content

Releases: Bisnode/opa-gradle-plugin

Release 0.4.2

Choose a tag to compare

@irodzik irodzik released this 21 Dec 13:26
a1a1352

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

Choose a tag to compare

@irodzik irodzik released this 20 Oct 09:18
58496f7

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

Choose a tag to compare

@radrys radrys released this 21 Sep 13:51
bdf2ca6

What's Changed

Full Changelog: 0.3.4...0.4.0

0.3.3

Choose a tag to compare

@lukasz-kaminski lukasz-kaminski released this 26 Jan 19:55
689d4ac

What's Changed

New Contributors

Full Changelog: 0.3.2...0.3.3

0.3.2

Choose a tag to compare

@lukasz-kaminski lukasz-kaminski released this 14 Jul 19:57
  • GH-47 testRego task doesn't hang anymore on many policy tests

0.3.1

Choose a tag to compare

@anderseknert anderseknert released this 23 Nov 11:58
  • 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

Choose a tag to compare

@anderseknert anderseknert released this 16 Jul 21:09

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

Choose a tag to compare

@anderseknert anderseknert released this 14 Jun 12:05
  • GH-14 Fix "Failed to read input stream" bug that was triggered on non-empty test-results directory.

0.2.0

Choose a tag to compare

@anderseknert anderseknert released this 09 Jun 20:30
  • 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.