Releases: Bisnode/opa-gradle-plugin
Releases · Bisnode/opa-gradle-plugin
Release 0.4.2
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
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
What's Changed
- Upgrade JUnit dependency to 5.9.3 by @nvervelle in #96
- Remove Javadoc warning from build output by @nvervelle in #95
- Add an option to download OPA during gradle build by @nvervelle in #94
- Bump com.gradle.plugin-publish from 0.15.0 to 1.2.1 by @dependabot in #97
Full Changelog: 0.3.4...0.4.0
0.3.3
What's Changed
- Write opa coverage report to the project's build directory by @vierbergenlars in #67
New Contributors
- @vierbergenlars made their first contribution in #67
Full Changelog: 0.3.2...0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
- 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.