@red-hat-developer-hub/backstage-plugin-orchestrator-common 1.26.2 → 1.27.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  ## @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)
2
2
 
3
+ ## 1.27.0
4
+
5
+ ### Minor Changes
6
+
7
+ - fc9ce7c: Backstage version bump to v1.37.1
8
+
9
+ ### Patch Changes
10
+
11
+ - 2f33284: Update kie-tools, @janus/cli and Backstage supported version to the most recent ones.
12
+ - a9e5f32: Updated dependency `@openapitools/openapi-generator-cli` to `2.20.0`.
13
+ Updated dependency `prettier` to `3.5.3`.
14
+ Updated dependency `@redhat-developer/red-hat-developer-hub-theme` to `0.5.1`.
15
+ Updated dependency `@red-hat-developer-hub/backstage-plugin-theme` to `^0.6.0`.
16
+ Updated dependency `@janus-idp/cli` to `3.5.0`.
17
+
3
18
  ## 1.26.2
4
19
 
5
20
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const DEFAULT_SONATAFLOW_CONTAINER_IMAGE = "quay.io/kubesmarts/incubator-kie-sonataflow-devmode:main";
3
+ const DEFAULT_SONATAFLOW_CONTAINER_IMAGE = "quay.io/kubesmarts/incubator-kie-sonataflow-devmode:9.103.x-prod";
4
4
  const DEFAULT_SONATAFLOW_PERSISTENCE_PATH = "/home/kogito/persistence";
5
5
  const DEFAULT_SONATAFLOW_BASE_URL = "http://localhost";
6
6
  const DEFAULT_WORKFLOWS_PATH = "workflows";
@@ -1 +1 @@
1
- {"version":3,"file":"constants.cjs.js","sources":["../src/constants.ts"],"sourcesContent":["/*\n * Copyright 2024 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport const DEFAULT_SONATAFLOW_CONTAINER_IMAGE =\n 'quay.io/kubesmarts/incubator-kie-sonataflow-devmode:main';\nexport const DEFAULT_SONATAFLOW_PERSISTENCE_PATH = '/home/kogito/persistence';\nexport const DEFAULT_SONATAFLOW_BASE_URL = 'http://localhost';\n\nexport const DEFAULT_WORKFLOWS_PATH = 'workflows';\n\nexport const ASSESSMENT_WORKFLOW_TYPE = 'workflow-type/assessment';\nexport const INFRASTRUCTURE_WORKFLOW_TYPE = 'workflow-type/infrastructure';\n"],"names":[],"mappings":";;AAgBO,MAAM,kCACX,GAAA;AACK,MAAM,mCAAsC,GAAA;AAC5C,MAAM,2BAA8B,GAAA;AAEpC,MAAM,sBAAyB,GAAA;AAE/B,MAAM,wBAA2B,GAAA;AACjC,MAAM,4BAA+B,GAAA;;;;;;;;;"}
1
+ {"version":3,"file":"constants.cjs.js","sources":["../src/constants.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/**\n * @public\n * DEFAULT_SONATAFLOW_CONTAINER_IMAGE\n * This container image is an upstream build of sonata 1.36 used for dev mode.\n * We will continue maintaining this constant to include the image that is compatible with the plugin code at any given time.\n * This approach will enable a more smooth dev mode experience, as opposed to using nightly or dayly builds.\n */\nexport const DEFAULT_SONATAFLOW_CONTAINER_IMAGE =\n 'quay.io/kubesmarts/incubator-kie-sonataflow-devmode:9.103.x-prod';\nexport const DEFAULT_SONATAFLOW_PERSISTENCE_PATH = '/home/kogito/persistence';\nexport const DEFAULT_SONATAFLOW_BASE_URL = 'http://localhost';\n\nexport const DEFAULT_WORKFLOWS_PATH = 'workflows';\n\nexport const ASSESSMENT_WORKFLOW_TYPE = 'workflow-type/assessment';\nexport const INFRASTRUCTURE_WORKFLOW_TYPE = 'workflow-type/infrastructure';\n"],"names":[],"mappings":";;AAuBO,MAAM,kCACX,GAAA;AACK,MAAM,mCAAsC,GAAA;AAC5C,MAAM,2BAA8B,GAAA;AAEpC,MAAM,sBAAyB,GAAA;AAE/B,MAAM,wBAA2B,GAAA;AACjC,MAAM,4BAA+B,GAAA;;;;;;;;;"}
@@ -1,4 +1,4 @@
1
- const DEFAULT_SONATAFLOW_CONTAINER_IMAGE = "quay.io/kubesmarts/incubator-kie-sonataflow-devmode:main";
1
+ const DEFAULT_SONATAFLOW_CONTAINER_IMAGE = "quay.io/kubesmarts/incubator-kie-sonataflow-devmode:9.103.x-prod";
2
2
  const DEFAULT_SONATAFLOW_PERSISTENCE_PATH = "/home/kogito/persistence";
3
3
  const DEFAULT_SONATAFLOW_BASE_URL = "http://localhost";
4
4
  const DEFAULT_WORKFLOWS_PATH = "workflows";
@@ -1 +1 @@
1
- {"version":3,"file":"constants.esm.js","sources":["../src/constants.ts"],"sourcesContent":["/*\n * Copyright 2024 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nexport const DEFAULT_SONATAFLOW_CONTAINER_IMAGE =\n 'quay.io/kubesmarts/incubator-kie-sonataflow-devmode:main';\nexport const DEFAULT_SONATAFLOW_PERSISTENCE_PATH = '/home/kogito/persistence';\nexport const DEFAULT_SONATAFLOW_BASE_URL = 'http://localhost';\n\nexport const DEFAULT_WORKFLOWS_PATH = 'workflows';\n\nexport const ASSESSMENT_WORKFLOW_TYPE = 'workflow-type/assessment';\nexport const INFRASTRUCTURE_WORKFLOW_TYPE = 'workflow-type/infrastructure';\n"],"names":[],"mappings":"AAgBO,MAAM,kCACX,GAAA;AACK,MAAM,mCAAsC,GAAA;AAC5C,MAAM,2BAA8B,GAAA;AAEpC,MAAM,sBAAyB,GAAA;AAE/B,MAAM,wBAA2B,GAAA;AACjC,MAAM,4BAA+B,GAAA;;;;"}
1
+ {"version":3,"file":"constants.esm.js","sources":["../src/constants.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n/**\n * @public\n * DEFAULT_SONATAFLOW_CONTAINER_IMAGE\n * This container image is an upstream build of sonata 1.36 used for dev mode.\n * We will continue maintaining this constant to include the image that is compatible with the plugin code at any given time.\n * This approach will enable a more smooth dev mode experience, as opposed to using nightly or dayly builds.\n */\nexport const DEFAULT_SONATAFLOW_CONTAINER_IMAGE =\n 'quay.io/kubesmarts/incubator-kie-sonataflow-devmode:9.103.x-prod';\nexport const DEFAULT_SONATAFLOW_PERSISTENCE_PATH = '/home/kogito/persistence';\nexport const DEFAULT_SONATAFLOW_BASE_URL = 'http://localhost';\n\nexport const DEFAULT_WORKFLOWS_PATH = 'workflows';\n\nexport const ASSESSMENT_WORKFLOW_TYPE = 'workflow-type/assessment';\nexport const INFRASTRUCTURE_WORKFLOW_TYPE = 'workflow-type/infrastructure';\n"],"names":[],"mappings":"AAuBO,MAAM,kCACX,GAAA;AACK,MAAM,mCAAsC,GAAA;AAC5C,MAAM,2BAA8B,GAAA;AAEpC,MAAM,sBAAyB,GAAA;AAE/B,MAAM,wBAA2B,GAAA;AACjC,MAAM,4BAA+B,GAAA;;;;"}
package/dist/index.d.ts CHANGED
@@ -1523,7 +1523,14 @@ declare class DefaultApi extends BaseAPI {
1523
1523
  retriggerInstance(workflowId: string, instanceId: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<object, any>>;
1524
1524
  }
1525
1525
 
1526
- declare const DEFAULT_SONATAFLOW_CONTAINER_IMAGE = "quay.io/kubesmarts/incubator-kie-sonataflow-devmode:main";
1526
+ /**
1527
+ * @public
1528
+ * DEFAULT_SONATAFLOW_CONTAINER_IMAGE
1529
+ * This container image is an upstream build of sonata 1.36 used for dev mode.
1530
+ * We will continue maintaining this constant to include the image that is compatible with the plugin code at any given time.
1531
+ * This approach will enable a more smooth dev mode experience, as opposed to using nightly or dayly builds.
1532
+ */
1533
+ declare const DEFAULT_SONATAFLOW_CONTAINER_IMAGE = "quay.io/kubesmarts/incubator-kie-sonataflow-devmode:9.103.x-prod";
1527
1534
  declare const DEFAULT_SONATAFLOW_PERSISTENCE_PATH = "/home/kogito/persistence";
1528
1535
  declare const DEFAULT_SONATAFLOW_BASE_URL = "http://localhost";
1529
1536
  declare const DEFAULT_WORKFLOWS_PATH = "workflows";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-common",
3
- "version": "1.26.2",
3
+ "version": "1.27.0",
4
4
  "license": "Apache-2.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "backstage": {
14
14
  "role": "common-library",
15
- "supported-versions": "1.32.5",
15
+ "supported-versions": "1.37.1",
16
16
  "pluginId": "orchestrator",
17
17
  "pluginPackages": [
18
18
  "@red-hat-developer-hub/backstage-plugin-orchestrator",
@@ -63,9 +63,9 @@
63
63
  "js-yaml": "^4.1.0"
64
64
  },
65
65
  "devDependencies": {
66
- "@backstage/cli": "^0.30.0-next.3",
66
+ "@backstage/cli": "^0.31.1",
67
67
  "@backstage/types": "^1.2.1",
68
- "@openapitools/openapi-generator-cli": "2.16.3",
68
+ "@openapitools/openapi-generator-cli": "2.20.0",
69
69
  "@types/json-schema": "7.0.15",
70
70
  "js-yaml-cli": "0.6.0"
71
71
  },
@@ -75,12 +75,5 @@
75
75
  "@gciavarrini"
76
76
  ],
77
77
  "author": "The Backstage Community",
78
- "typesVersions": {
79
- "*": {
80
- "index": [
81
- "dist/index.d.ts"
82
- ]
83
- }
84
- },
85
78
  "module": "dist/index.esm.js"
86
79
  }