diff --git a/workspaces/orchestrator/.changeset/five-meals-cover.md b/workspaces/orchestrator/.changeset/five-meals-cover.md deleted file mode 100644 index 9dcd8eb7ee..0000000000 --- a/workspaces/orchestrator/.changeset/five-meals-cover.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator-backend': patch ---- - -- Update dependecy @urql/core to fix CVE-2026-3118 -- Reworks the filter and query builder code to use query variables diff --git a/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md index 6406412072..b54518a94e 100644 --- a/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md @@ -1,5 +1,12 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-backend +## 8.6.4 + +### Patch Changes + +- 13159d3: - Update dependecy @urql/core to fix CVE-2026-3118 + - Reworks the filter and query builder code to use query variables + ## 8.6.3 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-backend/package.json b/workspaces/orchestrator/plugins/orchestrator-backend/package.json index c18a5e2f3a..388a919bfb 100644 --- a/workspaces/orchestrator/plugins/orchestrator-backend/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-backend/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-backend", - "version": "8.6.3", + "version": "8.6.4", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts",