Skip to content

Commit 2ac5cf5

Browse files
ocir - version:bump to v1.39.1 (#917)
1 parent 31c2d6e commit 2ac5cf5

28 files changed

Lines changed: 1135 additions & 1704 deletions

workspaces/openshift-image-registry/.auto-version-bump

Whitespace-only changes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@red-hat-developer-hub/backstage-plugin-openshift-image-registry': minor
3+
---
4+
5+
Backstage version bump to v1.39.1

workspaces/openshift-image-registry/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To start the app, run:
66

77
```sh
88
yarn install
9-
yarn dev
9+
yarn start
1010
```
1111

1212
To generate knip reports for this app, run:

workspaces/openshift-image-registry/app-config.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@ backend:
3232
connection: ':memory:'
3333
# workingDirectory: /tmp # Use this to configure a working directory for the scaffolder, defaults to the OS temp-dir
3434

35+
# Reference documentation http://backstage.io/docs/features/techdocs/configuration
36+
# Note: After experimenting with basic setup, use CI/CD to generate docs
37+
# and an external cloud storage when deploying TechDocs for production use-case.
38+
# https://backstage.io/docs/features/techdocs/how-to-guides#how-to-migrate-from-techdocs-basic-to-recommended-deployment-approach
39+
techdocs:
40+
builder: 'local' # Alternatives - 'external'
41+
generator:
42+
runIn: 'docker' # Alternatives - 'local'
43+
publisher:
44+
type: 'local' # Alternatives - 'googleGcs' or 'awsS3'. Read documentation for using alternatives.
45+
3546
# You can also copy this section into a file called app-config.local.yaml
3647
# and fill in the values.
3748
proxy:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.36.1"
2+
"version": "1.39.1"
33
}

workspaces/openshift-image-registry/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"tsc": "tsc",
1010
"tsc:full": "tsc --skipLibCheck true --incremental false",
11-
"dev": "yarn workspaces foreach -A --include backend --include app --parallel -v -i run start",
11+
"start": "backstage-cli repo start",
1212
"build:all": "backstage-cli repo build --all",
1313
"build:api-reports": "yarn build:api-reports:only",
1414
"build:api-reports:only": "backstage-repo-tools api-reports -o ae-wrong-input-file-type --validate-release-tags",
@@ -34,9 +34,9 @@
3434
"directory": "workspaces/openshift-image-registry"
3535
},
3636
"devDependencies": {
37-
"@backstage/cli": "^0.30.0",
37+
"@backstage/cli": "^0.32.1",
3838
"@backstage/e2e-test-utils": "^0.1.1",
39-
"@backstage/repo-tools": "^0.13.0",
39+
"@backstage/repo-tools": "^0.13.4",
4040
"@changesets/cli": "^2.27.1",
4141
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
4242
"@spotify/prettier-config": "^12.0.0",

workspaces/openshift-image-registry/packages/app/package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -19,29 +19,29 @@
1919
"lint": "backstage-cli package lint"
2020
},
2121
"dependencies": {
22-
"@backstage/app-defaults": "^1.5.17",
23-
"@backstage/catalog-model": "^1.7.3",
24-
"@backstage/cli": "^0.30.0",
25-
"@backstage/core-app-api": "^1.15.5",
26-
"@backstage/core-components": "^0.16.4",
27-
"@backstage/core-plugin-api": "^1.10.4",
28-
"@backstage/integration-react": "^1.2.4",
29-
"@backstage/plugin-api-docs": "^0.12.4",
30-
"@backstage/plugin-catalog": "^1.27.0",
31-
"@backstage/plugin-catalog-common": "^1.1.3",
32-
"@backstage/plugin-catalog-graph": "^0.4.16",
33-
"@backstage/plugin-catalog-import": "^0.12.10",
34-
"@backstage/plugin-catalog-react": "^1.15.2",
35-
"@backstage/plugin-org": "^0.6.36",
36-
"@backstage/plugin-permission-react": "^0.4.31",
37-
"@backstage/plugin-scaffolder": "^1.28.0",
38-
"@backstage/plugin-search": "^1.4.23",
39-
"@backstage/plugin-search-react": "^1.8.6",
40-
"@backstage/plugin-techdocs": "^1.12.3",
41-
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.21",
42-
"@backstage/plugin-techdocs-react": "^1.2.14",
43-
"@backstage/plugin-user-settings": "^0.8.19",
44-
"@backstage/theme": "^0.6.4",
22+
"@backstage/app-defaults": "^1.6.2",
23+
"@backstage/catalog-model": "^1.7.4",
24+
"@backstage/cli": "^0.32.1",
25+
"@backstage/core-app-api": "^1.17.0",
26+
"@backstage/core-components": "^0.17.2",
27+
"@backstage/core-plugin-api": "^1.10.7",
28+
"@backstage/integration-react": "^1.2.7",
29+
"@backstage/plugin-api-docs": "^0.12.7",
30+
"@backstage/plugin-catalog": "^1.30.0",
31+
"@backstage/plugin-catalog-common": "^1.1.4",
32+
"@backstage/plugin-catalog-graph": "^0.4.19",
33+
"@backstage/plugin-catalog-import": "^0.13.0",
34+
"@backstage/plugin-catalog-react": "^1.18.0",
35+
"@backstage/plugin-org": "^0.6.39",
36+
"@backstage/plugin-permission-react": "^0.4.34",
37+
"@backstage/plugin-scaffolder": "^1.31.0",
38+
"@backstage/plugin-search": "^1.4.26",
39+
"@backstage/plugin-search-react": "^1.9.0",
40+
"@backstage/plugin-techdocs": "^1.12.6",
41+
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.24",
42+
"@backstage/plugin-techdocs-react": "^1.2.17",
43+
"@backstage/plugin-user-settings": "^0.8.22",
44+
"@backstage/theme": "^0.6.6",
4545
"@mui/icons-material": "5.17.1",
4646
"@mui/lab": "5.0.0-alpha.176",
4747
"@mui/material": "5.17.1",
@@ -56,7 +56,7 @@
5656
"react-use": "^17.2.4"
5757
},
5858
"devDependencies": {
59-
"@backstage/test-utils": "^1.7.5",
59+
"@backstage/test-utils": "^1.7.8",
6060
"@playwright/test": "1.52.0",
6161
"@testing-library/dom": "^9.0.0",
6262
"@testing-library/jest-dom": "^6.0.0",

workspaces/openshift-image-registry/packages/app/src/App.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*/
1616

1717
import { render, waitFor } from '@testing-library/react';
18-
import React from 'react';
1918
import App from './App';
2019

2120
describe('App', () => {

workspaces/openshift-image-registry/packages/app/src/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ import { TechDocsAddons } from '@backstage/plugin-techdocs-react';
4848
import { UserSettingsPage } from '@backstage/plugin-user-settings';
4949
import { OpenshiftImageRegistryPage } from '@red-hat-developer-hub/backstage-plugin-openshift-image-registry';
5050
import { getThemes } from '@red-hat-developer-hub/backstage-plugin-theme';
51-
import React from 'react';
5251
import { Navigate, Route } from 'react-router-dom';
5352
import { apis } from './apis';
5453
import { entityPage } from './components/catalog/EntityPage';

workspaces/openshift-image-registry/packages/app/src/components/Root/LogoFull.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*/
1616

1717
import { makeStyles } from '@mui/styles';
18-
import React from 'react';
1918

2019
const useStyles = makeStyles({
2120
svg: {

0 commit comments

Comments
 (0)