diff --git a/workspaces/orchestrator/.changeset/olive-eels-drop.md b/workspaces/orchestrator/.changeset/olive-eels-drop.md deleted file mode 100644 index 198fe0353a..0000000000 --- a/workspaces/orchestrator/.changeset/olive-eels-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator-backend-module-loki': patch ---- - -Update Undici to v7.25.0 diff --git a/workspaces/orchestrator/.changeset/tidy-drinks-cough.md b/workspaces/orchestrator/.changeset/tidy-drinks-cough.md deleted file mode 100644 index 2fe40ba78f..0000000000 --- a/workspaces/orchestrator/.changeset/tidy-drinks-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator': patch ---- - -Update uuid to v14.0.0 diff --git a/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md index beec810298..153b4b7b78 100644 --- a/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/CHANGELOG.md @@ -1,5 +1,11 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-backend-module-loki +## 1.2.4 + +### Patch Changes + +- 8d54142: Update Undici to v7.25.0 + ## 1.2.3 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/package.json b/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/package.json index 936253e21c..df93c26d83 100644 --- a/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-backend-module-loki/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-backend-module-loki", - "version": "1.2.3", + "version": "1.2.4", "license": "Apache-2.0", "description": "The loki backend module for the orchestrator plugin.", "main": "src/index.ts", diff --git a/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md index 8f4b3cb32e..089fb457a4 100644 --- a/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md @@ -1,5 +1,11 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator +## 5.7.6 + +### Patch Changes + +- 8e0ba0a: Update uuid to v14.0.0 + ## 5.7.5 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator/package.json b/workspaces/orchestrator/plugins/orchestrator/package.json index f16ec06391..ea50cc3de6 100644 --- a/workspaces/orchestrator/plugins/orchestrator/package.json +++ b/workspaces/orchestrator/plugins/orchestrator/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator", - "version": "5.7.5", + "version": "5.7.6", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts",