From ca7a093f5203b5fcecdba01bad952bde68502fa5 Mon Sep 17 00:00:00 2001 From: Yeliz Henden Date: Fri, 12 Sep 2025 14:11:32 +0100 Subject: [PATCH 1/2] ci(ipa): release new version 6.0.0 --- tools/spectral/ipa/CHANGELOG.md | 8 +++++++- tools/spectral/ipa/package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/tools/spectral/ipa/CHANGELOG.md b/tools/spectral/ipa/CHANGELOG.md index 205da9ef73..6c73f9154b 100644 --- a/tools/spectral/ipa/CHANGELOG.md +++ b/tools/spectral/ipa/CHANGELOG.md @@ -2,7 +2,13 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. -#### [5.0.0](https://github.com/mongodb/openapi/compare/ipa-validation-ruleset-v4.0.0...5.0.0) +#### [6.0.0](https://github.com/mongodb/openapi/compare/ipa-validation-ruleset-v5.0.0...6.0.0) + +- feat(ipa): Upgrade warning-level rules to the error level [`#952`](https://github.com/mongodb/openapi/pull/952) + +### [ipa-validation-ruleset-v5.0.0](https://github.com/mongodb/openapi/compare/ipa-validation-ruleset-v4.0.0...ipa-validation-ruleset-v5.0.0) + +> 5 September 2025 - fix(ipa): Fix IPA005 rule to allow camel case and numbers in rule name [`#940`](https://github.com/mongodb/openapi/pull/940) diff --git a/tools/spectral/ipa/package.json b/tools/spectral/ipa/package.json index 172b56ed33..ba3a33a0b9 100644 --- a/tools/spectral/ipa/package.json +++ b/tools/spectral/ipa/package.json @@ -1,6 +1,6 @@ { "name": "@mongodb-js/ipa-validation-ruleset", - "version": "5.0.0", + "version": "6.0.0", "description": "Custom validation rules for MongoDB API Standards (IPA).", "keywords": [ "mongodb", From fa5f37929bb415ddff488eea5cbf8d6273893e5f Mon Sep 17 00:00:00 2001 From: Yeliz Henden Date: Mon, 15 Sep 2025 14:54:48 +0100 Subject: [PATCH 2/2] include temporary override removal --- tools/spectral/ipa/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/spectral/ipa/CHANGELOG.md b/tools/spectral/ipa/CHANGELOG.md index 6c73f9154b..8acbe0431b 100644 --- a/tools/spectral/ipa/CHANGELOG.md +++ b/tools/spectral/ipa/CHANGELOG.md @@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file. Dates are d #### [6.0.0](https://github.com/mongodb/openapi/compare/ipa-validation-ruleset-v5.0.0...6.0.0) +- fix(ipa): Remove temporary overrides from Spectral file [`#954`](https://github.com/mongodb/openapi/pull/954) - feat(ipa): Upgrade warning-level rules to the error level [`#952`](https://github.com/mongodb/openapi/pull/952) ### [ipa-validation-ruleset-v5.0.0](https://github.com/mongodb/openapi/compare/ipa-validation-ruleset-v4.0.0...ipa-validation-ruleset-v5.0.0)