@backstage-community/plugin-ocm 5.5.0 → 5.6.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 +19 -0
- package/README.md +1 -0
- package/package.json +16 -20
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
### Dependencies
|
|
2
2
|
|
|
3
|
+
## 5.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- f0a6ba7: Backstage version bump to v1.39.0
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [f0a6ba7]
|
|
12
|
+
- @backstage-community/plugin-ocm-common@3.10.0
|
|
13
|
+
|
|
14
|
+
## 5.5.1
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- 6a59fcf: remove support and lifecycle keywords in package.json
|
|
19
|
+
- Updated dependencies [6a59fcf]
|
|
20
|
+
- @backstage-community/plugin-ocm-common@3.9.1
|
|
21
|
+
|
|
3
22
|
## 5.5.0
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|
package/README.md
CHANGED
|
@@ -32,6 +32,7 @@ If you are interested in Resource discovery and do not want any of the front-end
|
|
|
32
32
|
#### Prerequisites
|
|
33
33
|
|
|
34
34
|
- OCM is [deployed and configured](https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/install/installing#doc-wrapper) on a Kubernetes cluster.
|
|
35
|
+
- On OpenShift, this involves installing the **Advanced Cluster Management for Kubernetes** operator from the OperatorHub, then creating a `MultiClusterHub` custom resource (CR) to deploy the OCM components.
|
|
35
36
|
- [Kubernetes plugin for Backstage](https://backstage.io/docs/features/kubernetes) is installed and configured (Optional)
|
|
36
37
|
- On the target Hub clusters please create a `ServiceAccount` and grant it the following `ClusterRole`:
|
|
37
38
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage-community/plugin-ocm",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.6.0",
|
|
4
4
|
"main": "dist/index.esm.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
},
|
|
12
12
|
"backstage": {
|
|
13
13
|
"role": "frontend-plugin",
|
|
14
|
-
"supported-versions": "1.32.4",
|
|
15
14
|
"pluginId": "ocm",
|
|
16
15
|
"pluginPackages": [
|
|
17
16
|
"@backstage-community/plugin-ocm",
|
|
@@ -34,16 +33,16 @@
|
|
|
34
33
|
"prettier:fix": "prettier --ignore-unknown --write ."
|
|
35
34
|
},
|
|
36
35
|
"dependencies": {
|
|
37
|
-
"@backstage-community/plugin-ocm-common": "^3.
|
|
38
|
-
"@backstage/catalog-model": "^1.7.
|
|
39
|
-
"@backstage/core-components": "^0.17.
|
|
40
|
-
"@backstage/core-plugin-api": "^1.10.
|
|
36
|
+
"@backstage-community/plugin-ocm-common": "^3.10.0",
|
|
37
|
+
"@backstage/catalog-model": "^1.7.4",
|
|
38
|
+
"@backstage/core-components": "^0.17.2",
|
|
39
|
+
"@backstage/core-plugin-api": "^1.10.7",
|
|
41
40
|
"@backstage/errors": "^1.2.7",
|
|
42
|
-
"@backstage/plugin-catalog-react": "^1.
|
|
43
|
-
"@backstage/plugin-home": "^0.8.
|
|
44
|
-
"@backstage/plugin-permission-react": "^0.4.
|
|
45
|
-
"@backstage/plugin-search-react": "^1.
|
|
46
|
-
"@backstage/theme": "^0.6.
|
|
41
|
+
"@backstage/plugin-catalog-react": "^1.18.0",
|
|
42
|
+
"@backstage/plugin-home": "^0.8.8",
|
|
43
|
+
"@backstage/plugin-permission-react": "^0.4.34",
|
|
44
|
+
"@backstage/plugin-search-react": "^1.9.0",
|
|
45
|
+
"@backstage/theme": "^0.6.6",
|
|
47
46
|
"@material-ui/core": "^4.9.13",
|
|
48
47
|
"@material-ui/icons": "^4.11.3",
|
|
49
48
|
"@mui/icons-material": "^5.16.4",
|
|
@@ -56,11 +55,11 @@
|
|
|
56
55
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
57
56
|
},
|
|
58
57
|
"devDependencies": {
|
|
59
|
-
"@backstage/cli": "^0.32.
|
|
60
|
-
"@backstage/core-app-api": "^1.
|
|
61
|
-
"@backstage/dev-utils": "^1.1.
|
|
62
|
-
"@backstage/plugin-catalog": "^1.
|
|
63
|
-
"@backstage/test-utils": "^1.7.
|
|
58
|
+
"@backstage/cli": "^0.32.1",
|
|
59
|
+
"@backstage/core-app-api": "^1.17.0",
|
|
60
|
+
"@backstage/dev-utils": "^1.1.10",
|
|
61
|
+
"@backstage/plugin-catalog": "^1.30.0",
|
|
62
|
+
"@backstage/test-utils": "^1.7.8",
|
|
64
63
|
"@redhat-developer/red-hat-developer-hub-theme": "0.4.0",
|
|
65
64
|
"@testing-library/dom": "^10.0.0",
|
|
66
65
|
"@testing-library/jest-dom": "^6.0.0",
|
|
@@ -75,8 +74,7 @@
|
|
|
75
74
|
"react-router-dom": "6.0.0-beta.0 || ^6.3.0"
|
|
76
75
|
},
|
|
77
76
|
"files": [
|
|
78
|
-
"dist"
|
|
79
|
-
"dist-scalprum"
|
|
77
|
+
"dist"
|
|
80
78
|
],
|
|
81
79
|
"repository": {
|
|
82
80
|
"type": "git",
|
|
@@ -84,8 +82,6 @@
|
|
|
84
82
|
"directory": "workspaces/ocm/plugins/ocm"
|
|
85
83
|
},
|
|
86
84
|
"keywords": [
|
|
87
|
-
"support:production",
|
|
88
|
-
"lifecycle:active",
|
|
89
85
|
"backstage",
|
|
90
86
|
"plugin"
|
|
91
87
|
],
|