Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,29 @@
# Changelog

Check failure on line 1 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Trunk Check

prettier

Incorrect formatting, autoformat by running 'trunk fmt'

## [3.0.0](https://github.com/masterpointio/github-action-opa-rego-test/compare/v2.0.0...v3.0.0) (2026-06-09)


### ⚠ BREAKING CHANGES

* add OPA Rego v1 compatibility check (INT-331) ([#35](https://github.com/masterpointio/github-action-opa-rego-test/issues/35))

### Features

* add OPA Rego v1 compatibility check (INT-331) ([#35](https://github.com/masterpointio/github-action-opa-rego-test/issues/35)) ([e245317](https://github.com/masterpointio/github-action-opa-rego-test/commit/e24531764cef0c9c9353c3e516efc08ca3218552))


### Bug Fixes

* pin GitHub Actions to commit SHAs (INT-326) ([#33](https://github.com/masterpointio/github-action-opa-rego-test/issues/33)) ([ec618c3](https://github.com/masterpointio/github-action-opa-rego-test/commit/ec618c333176a949560e39575d8175ed27a66698))

## [2.0.0](https://github.com/masterpointio/github-action-opa-rego-test/compare/v1.2.0...v2.0.0) (2025-05-30)


### ⚠ BREAKING CHANGES

Check notice on line 22 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Trunk Check

markdownlint(MD024)

[new] Multiple headings with the same content

* **ts:** use @actions/exec instead of bash script for OPA commands, allow testing entire directory vs file by file ([#27](https://github.com/masterpointio/github-action-opa-rego-test/issues/27))

### Bug Fixes

Check notice on line 26 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Trunk Check

markdownlint(MD024)

[new] Multiple headings with the same content

* **ts:** coverage only if it passed ([#30](https://github.com/masterpointio/github-action-opa-rego-test/issues/30)) ([7e4e69c](https://github.com/masterpointio/github-action-opa-rego-test/commit/7e4e69cb57b96bc5aa401772a4fb3b7911251c77))

Expand All @@ -19,7 +35,7 @@
## [1.2.0](https://github.com/masterpointio/github-action-opa-rego-test/compare/v1.1.0...v1.2.0) (2025-04-30)


### Features

Check notice on line 38 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / Trunk Check

markdownlint(MD024)

[new] Multiple headings with the same content

* allow to request static opa binary ([#24](https://github.com/masterpointio/github-action-opa-rego-test/issues/24)) ([1e51290](https://github.com/masterpointio/github-action-opa-rego-test/commit/1e51290cee35301008ad302400f434d8aa37565e))

Expand Down
Loading