From 9e2ec2401dd6e1fd6e3973c0127fbeb7f095a952 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 27 May 2026 16:36:21 +0000 Subject: [PATCH 1/3] update changelog with new version Signed-off-by: GitHub Action --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bea896..bbc7fc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Release notes for NEXT_VERSION +# Release notes for NEXT_VERSION + # Release notes for v0.17.0 ## Changes by Kind From 2ef1832b1f932be4faeca2a3319d451239f4b28f Mon Sep 17 00:00:00 2001 From: Charlie Egan Date: Wed, 27 May 2026 17:54:53 +0100 Subject: [PATCH 2/3] Release v0.18.0 Finalize v0.18.0 changelog with grammar support for if and contains keywords, IDE 2026.1 support, and lsp4ij 0.19.3 update. Signed-off-by: Charlie Egan --- CHANGELOG.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbc7fc6..9d429bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ -# Release notes for NEXT_VERSION +# Release notes for v0.18.0 -# Release notes for NEXT_VERSION +## Changes by Kind + +### Feature + +- Grammar: Add support for `if` and `contains` keywords in rule heads ([#203](https://github.com/open-policy-agent/opa-idea-plugin/pull/203), [@SeanLedford](https://github.com/SeanLedford)) +- Support for IDE 2026.1 releases ([#207](https://github.com/open-policy-agent/opa-idea-plugin/pull/207), [@idexter](https://github.com/idexter), [@charlieegan3](https://github.com/charlieegan3)) + +### Dependencies + +- Update lsp4ij to 0.19.3 and plugin wrapper ([#205](https://github.com/open-policy-agent/opa-idea-plugin/pull/205), [@charlieegan3](https://github.com/charlieegan3)) # Release notes for v0.17.0 From 72457378b0922ff5ba39b701f2d8ea02f472cc8d Mon Sep 17 00:00:00 2001 From: Charlie Egan Date: Wed, 27 May 2026 17:59:18 +0100 Subject: [PATCH 3/3] Update Gradle wrapper to stable 9.4.1 Check wrapper does not allow snapshot urls Signed-off-by: Charlie Egan --- gradle/wrapper/gradle-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e8094c0..c61a118 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions-snapshots/gradle-9.4.1-20260309092226%2B0000-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME