diff --git a/workspaces/orchestrator/.changeset/fix-active-text-input-empty-string.md b/workspaces/orchestrator/.changeset/fix-active-text-input-empty-string.md deleted file mode 100644 index 0bd7666322..0000000000 --- a/workspaces/orchestrator/.changeset/fix-active-text-input-empty-string.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets': patch ---- - -Fix ActiveTextInput not clearing field when API returns empty string diff --git a/workspaces/orchestrator/.changeset/view-logs-button-conditional.md b/workspaces/orchestrator/.changeset/view-logs-button-conditional.md deleted file mode 100644 index d8ea689da4..0000000000 --- a/workspaces/orchestrator/.changeset/view-logs-button-conditional.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator': patch -'@red-hat-developer-hub/backstage-plugin-orchestrator-common': patch ---- - -Add conditional View Logs button based on workflowLogProvider configuration - -- Add `useLogsEnabled` hook to check if `orchestrator.workflowLogProvider` is configured -- Conditionally render View Logs button in WorkflowResult component based on config diff --git a/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md index 4acd85ba90..a562586bc7 100644 --- a/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-backend/CHANGELOG.md @@ -1,5 +1,12 @@ ### Dependencies +## 8.5.2 + +### Patch Changes + +- Updated dependencies [f1b43c5] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.3.2 + ## 8.5.1 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-backend/package.json b/workspaces/orchestrator/plugins/orchestrator-backend/package.json index c1328b6468..813db78091 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.5.1", + "version": "8.5.2", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", diff --git a/workspaces/orchestrator/plugins/orchestrator-common/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-common/CHANGELOG.md index f7e92b7799..c3c754cd36 100644 --- a/workspaces/orchestrator/plugins/orchestrator-common/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-common/CHANGELOG.md @@ -1,5 +1,13 @@ ## @red-hat-developer-hub/backstage-plugin-orchestrator-common [1.13.1](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-orchestrator-common@1.13.0...@red-hat-developer-hub/backstage-plugin-orchestrator-common@1.13.1) (2024-08-02) +## 3.3.2 + +### Patch Changes + +- f1b43c5: Add conditional View Logs button based on workflowLogProvider configuration + - Add `useLogsEnabled` hook to check if `orchestrator.workflowLogProvider` is configured + - Conditionally render View Logs button in WorkflowResult component based on config + ## 3.3.1 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-common/package.json b/workspaces/orchestrator/plugins/orchestrator-common/package.json index 167f15f695..6a195548a8 100644 --- a/workspaces/orchestrator/plugins/orchestrator-common/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-common/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-common", - "version": "3.3.1", + "version": "3.3.2", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", diff --git a/workspaces/orchestrator/plugins/orchestrator-form-api/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-form-api/CHANGELOG.md index 3a8d7a85ee..78fc2bfc66 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-api/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-form-api/CHANGELOG.md @@ -1,5 +1,12 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-form-api +## 2.4.2 + +### Patch Changes + +- Updated dependencies [f1b43c5] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.3.2 + ## 2.4.1 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-form-api/package.json b/workspaces/orchestrator/plugins/orchestrator-form-api/package.json index f709e97b0b..d91157001d 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-api/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-form-api/package.json @@ -1,7 +1,7 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-form-api", "description": "library for orchestrator form api, enabling creating a factory to extend the workflow execution form", - "version": "2.4.1", + "version": "2.4.2", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/workspaces/orchestrator/plugins/orchestrator-form-react/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-form-react/CHANGELOG.md index fe5ca1896f..d71b639b06 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-react/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-form-react/CHANGELOG.md @@ -1,5 +1,13 @@ ### Dependencies +## 2.5.1 + +### Patch Changes + +- Updated dependencies [f1b43c5] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.3.2 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.4.2 + ## 2.5.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-form-react/package.json b/workspaces/orchestrator/plugins/orchestrator-form-react/package.json index c449579d55..980d2d3c48 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-react/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-form-react/package.json @@ -1,7 +1,7 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-form-react", "description": "Web library for the orchestrator-form plugin", - "version": "2.5.0", + "version": "2.5.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md index cdc745147f..1eb698c1cf 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md @@ -1,5 +1,14 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets +## 1.6.1 + +### Patch Changes + +- c51d980: Fix ActiveTextInput not clearing field when API returns empty string +- Updated dependencies [f1b43c5] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.3.2 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.4.2 + ## 1.6.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json b/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json index 9f7f9de75f..3d38473ca9 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets", - "version": "1.6.0", + "version": "1.6.1", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", diff --git a/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md index a1ab45f687..832c499bca 100644 --- a/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md @@ -1,5 +1,18 @@ ### Dependencies +## 5.3.2 + +### Patch Changes + +- f1b43c5: Add conditional View Logs button based on workflowLogProvider configuration + - Add `useLogsEnabled` hook to check if `orchestrator.workflowLogProvider` is configured + - Conditionally render View Logs button in WorkflowResult component based on config + +- Updated dependencies [f1b43c5] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.3.2 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-api@2.4.2 + - @red-hat-developer-hub/backstage-plugin-orchestrator-form-react@2.5.1 + ## 5.3.1 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator/package.json b/workspaces/orchestrator/plugins/orchestrator/package.json index e6ef65e35f..d34a24e2b6 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.3.1", + "version": "5.3.2", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", diff --git a/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/CHANGELOG.md b/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/CHANGELOG.md index 4876bb4977..7165a59ad6 100644 --- a/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/CHANGELOG.md @@ -1,5 +1,12 @@ # @red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-orchestrator +## 1.3.2 + +### Patch Changes + +- Updated dependencies [f1b43c5] + - @red-hat-developer-hub/backstage-plugin-orchestrator-common@3.3.2 + ## 1.3.1 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/package.json b/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/package.json index 33e377a3d3..eb664a7003 100644 --- a/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/package.json +++ b/workspaces/orchestrator/plugins/scaffolder-backend-module-orchestrator/package.json @@ -1,7 +1,7 @@ { "name": "@red-hat-developer-hub/backstage-plugin-scaffolder-backend-module-orchestrator", "description": "The orchestrator module for @backstage/plugin-scaffolder-backend", - "version": "1.3.1", + "version": "1.3.2", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",