@backstage-community/plugin-ocm 5.5.1 → 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.
Files changed (3) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/README.md +1 -0
  3. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
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
+
3
14
  ## 5.5.1
4
15
 
5
16
  ### Patch 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.5.1",
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",
@@ -33,16 +33,16 @@
33
33
  "prettier:fix": "prettier --ignore-unknown --write ."
34
34
  },
35
35
  "dependencies": {
36
- "@backstage-community/plugin-ocm-common": "^3.9.1",
37
- "@backstage/catalog-model": "^1.7.3",
38
- "@backstage/core-components": "^0.17.1",
39
- "@backstage/core-plugin-api": "^1.10.6",
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",
40
40
  "@backstage/errors": "^1.2.7",
41
- "@backstage/plugin-catalog-react": "^1.17.0",
42
- "@backstage/plugin-home": "^0.8.7",
43
- "@backstage/plugin-permission-react": "^0.4.33",
44
- "@backstage/plugin-search-react": "^1.8.8",
45
- "@backstage/theme": "^0.6.5",
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",
46
46
  "@material-ui/core": "^4.9.13",
47
47
  "@material-ui/icons": "^4.11.3",
48
48
  "@mui/icons-material": "^5.16.4",
@@ -55,11 +55,11 @@
55
55
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@backstage/cli": "^0.32.0",
59
- "@backstage/core-app-api": "^1.16.1",
60
- "@backstage/dev-utils": "^1.1.9",
61
- "@backstage/plugin-catalog": "^1.29.0",
62
- "@backstage/test-utils": "^1.7.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",
63
63
  "@redhat-developer/red-hat-developer-hub-theme": "0.4.0",
64
64
  "@testing-library/dom": "^10.0.0",
65
65
  "@testing-library/jest-dom": "^6.0.0",