Update backstage to 1.39.1 (#4864)
This commit is contained in:
parent
f03f308ebc
commit
1c08f79127
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
'@backstage-community/plugin-kiali-backend': minor
|
||||
'@backstage-community/plugin-kiali-common': minor
|
||||
'@backstage-community/plugin-kiali-react': minor
|
||||
'@backstage-community/plugin-kiali': minor
|
||||
---
|
||||
|
||||
Upgrade backstage to 1.39.1
|
||||
|
|
@ -102,21 +102,21 @@ kiali:
|
|||
# caFile: ''
|
||||
# Optional. Time in seconds that session is enabled, defaults to 1 minute.
|
||||
sessionTime: 60
|
||||
- name: default
|
||||
#- name: default
|
||||
# See the README file for configuration
|
||||
url: ${KIALI_BASE_URL}
|
||||
#url: ${KIALI_BASE_URL}
|
||||
# Optional. Kiali public URL to redirect to standalone Kiali. When not specified, url will be used.
|
||||
# urlExternal: ''
|
||||
# Optional. Required by token authentication
|
||||
# serviceAccountToken: ${KIALI_SERVICE_ACCOUNT_TOKEN}
|
||||
# Optional. defaults false
|
||||
skipTLSVerify: true
|
||||
#skipTLSVerify: true
|
||||
# Optional
|
||||
# caData: ${KIALI_CONFIG_CA_DATA}
|
||||
# Optional. Local path to CA file
|
||||
# caFile: ''
|
||||
# Optional. Time in seconds that session is enabled, defaults to 1 minute.
|
||||
sessionTime: 60
|
||||
#sessionTime: 60
|
||||
|
||||
# see https://backstage.io/docs/permissions/getting-started for more on the permission framework
|
||||
permission:
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"version": "1.38.1"
|
||||
"version": "1.39.1"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -38,9 +38,9 @@
|
|||
"directory": "workspaces/kiali"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.32.0",
|
||||
"@backstage/cli": "^0.32.1",
|
||||
"@backstage/e2e-test-utils": "^0.1.1",
|
||||
"@backstage/repo-tools": "^0.13.2",
|
||||
"@backstage/repo-tools": "^0.13.4",
|
||||
"@changesets/cli": "^2.27.1",
|
||||
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
|
||||
"@types/deep-freeze": "^0.1.5",
|
||||
|
|
|
|||
|
|
@ -20,30 +20,30 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@backstage-community/plugin-kiali": "workspace:^",
|
||||
"@backstage/app-defaults": "^1.6.1",
|
||||
"@backstage/catalog-model": "^1.7.3",
|
||||
"@backstage/cli": "^0.32.0",
|
||||
"@backstage/core-app-api": "^1.16.1",
|
||||
"@backstage/core-components": "^0.17.1",
|
||||
"@backstage/core-plugin-api": "^1.10.6",
|
||||
"@backstage/integration-react": "^1.2.6",
|
||||
"@backstage/plugin-api-docs": "^0.12.6",
|
||||
"@backstage/plugin-catalog": "^1.29.0",
|
||||
"@backstage/plugin-catalog-common": "^1.1.3",
|
||||
"@backstage/plugin-catalog-graph": "^0.4.18",
|
||||
"@backstage/plugin-catalog-import": "^0.12.13",
|
||||
"@backstage/plugin-catalog-react": "^1.17.0",
|
||||
"@backstage/plugin-kubernetes": "^0.12.6",
|
||||
"@backstage/plugin-org": "^0.6.38",
|
||||
"@backstage/plugin-permission-react": "^0.4.33",
|
||||
"@backstage/plugin-scaffolder": "^1.30.1",
|
||||
"@backstage/plugin-search": "^1.4.25",
|
||||
"@backstage/plugin-search-react": "^1.8.8",
|
||||
"@backstage/plugin-techdocs": "^1.12.5",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.23",
|
||||
"@backstage/plugin-techdocs-react": "^1.2.16",
|
||||
"@backstage/plugin-user-settings": "^0.8.21",
|
||||
"@backstage/theme": "^0.6.5",
|
||||
"@backstage/app-defaults": "^1.6.2",
|
||||
"@backstage/catalog-model": "^1.7.4",
|
||||
"@backstage/cli": "^0.32.1",
|
||||
"@backstage/core-app-api": "^1.17.0",
|
||||
"@backstage/core-components": "^0.17.2",
|
||||
"@backstage/core-plugin-api": "^1.10.7",
|
||||
"@backstage/integration-react": "^1.2.7",
|
||||
"@backstage/plugin-api-docs": "^0.12.7",
|
||||
"@backstage/plugin-catalog": "^1.30.0",
|
||||
"@backstage/plugin-catalog-common": "^1.1.4",
|
||||
"@backstage/plugin-catalog-graph": "^0.4.19",
|
||||
"@backstage/plugin-catalog-import": "^0.13.0",
|
||||
"@backstage/plugin-catalog-react": "^1.18.0",
|
||||
"@backstage/plugin-kubernetes": "^0.12.7",
|
||||
"@backstage/plugin-org": "^0.6.39",
|
||||
"@backstage/plugin-permission-react": "^0.4.34",
|
||||
"@backstage/plugin-scaffolder": "^1.31.0",
|
||||
"@backstage/plugin-search": "^1.4.26",
|
||||
"@backstage/plugin-search-react": "^1.9.0",
|
||||
"@backstage/plugin-techdocs": "^1.12.6",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.24",
|
||||
"@backstage/plugin-techdocs-react": "^1.2.17",
|
||||
"@backstage/plugin-user-settings": "^0.8.22",
|
||||
"@backstage/theme": "^0.6.6",
|
||||
"@material-ui/core": "^4.12.2",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"react": "^18.0.2",
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
"react-router-dom": "^6.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/test-utils": "^1.7.7",
|
||||
"@backstage/test-utils": "^1.7.8",
|
||||
"@playwright/test": "^1.32.3",
|
||||
"@testing-library/dom": "^9.0.0",
|
||||
"@testing-library/jest-dom": "^6.0.0",
|
||||
|
|
|
|||
|
|
@ -22,37 +22,37 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@backstage-community/plugin-kiali-backend": "workspace:^",
|
||||
"@backstage/backend-defaults": "^0.9.0",
|
||||
"@backstage/backend-defaults": "^0.10.0",
|
||||
"@backstage/config": "^1.3.2",
|
||||
"@backstage/plugin-app-backend": "^0.5.1",
|
||||
"@backstage/plugin-auth-backend": "^0.24.5",
|
||||
"@backstage/plugin-auth-backend-module-github-provider": "^0.3.2",
|
||||
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.7",
|
||||
"@backstage/plugin-auth-node": "^0.6.2",
|
||||
"@backstage/plugin-catalog-backend": "^1.32.1",
|
||||
"@backstage/plugin-catalog-backend-module-logs": "^0.1.9",
|
||||
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.7",
|
||||
"@backstage/plugin-kubernetes-backend": "^0.19.5",
|
||||
"@backstage/plugin-permission-backend": "^0.6.0",
|
||||
"@backstage/plugin-permission-backend-module-allow-all-policy": "^0.2.7",
|
||||
"@backstage/plugin-permission-common": "^0.8.4",
|
||||
"@backstage/plugin-permission-node": "^0.9.1",
|
||||
"@backstage/plugin-proxy-backend": "^0.6.1",
|
||||
"@backstage/plugin-scaffolder-backend": "^1.32.1",
|
||||
"@backstage/plugin-scaffolder-backend-module-github": "^0.7.0",
|
||||
"@backstage/plugin-search-backend": "^2.0.1",
|
||||
"@backstage/plugin-search-backend-module-catalog": "^0.3.3",
|
||||
"@backstage/plugin-search-backend-module-pg": "^0.5.43",
|
||||
"@backstage/plugin-search-backend-module-techdocs": "^0.4.1",
|
||||
"@backstage/plugin-search-backend-node": "^1.3.10",
|
||||
"@backstage/plugin-techdocs-backend": "^2.0.1",
|
||||
"@backstage/plugin-app-backend": "^0.5.2",
|
||||
"@backstage/plugin-auth-backend": "^0.25.0",
|
||||
"@backstage/plugin-auth-backend-module-github-provider": "^0.3.3",
|
||||
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.8",
|
||||
"@backstage/plugin-auth-node": "^0.6.3",
|
||||
"@backstage/plugin-catalog-backend": "^2.0.0",
|
||||
"@backstage/plugin-catalog-backend-module-logs": "^0.1.10",
|
||||
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "^0.2.8",
|
||||
"@backstage/plugin-kubernetes-backend": "^0.19.6",
|
||||
"@backstage/plugin-permission-backend": "^0.7.0",
|
||||
"@backstage/plugin-permission-backend-module-allow-all-policy": "^0.2.8",
|
||||
"@backstage/plugin-permission-common": "^0.9.0",
|
||||
"@backstage/plugin-permission-node": "^0.10.0",
|
||||
"@backstage/plugin-proxy-backend": "^0.6.2",
|
||||
"@backstage/plugin-scaffolder-backend": "^1.33.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-github": "^0.7.1",
|
||||
"@backstage/plugin-search-backend": "^2.0.2",
|
||||
"@backstage/plugin-search-backend-module-catalog": "^0.3.4",
|
||||
"@backstage/plugin-search-backend-module-pg": "^0.5.44",
|
||||
"@backstage/plugin-search-backend-module-techdocs": "^0.4.2",
|
||||
"@backstage/plugin-search-backend-node": "^1.3.11",
|
||||
"@backstage/plugin-techdocs-backend": "^2.0.2",
|
||||
"app": "link:../app",
|
||||
"better-sqlite3": "^9.0.0",
|
||||
"node-gyp": "^10.0.0",
|
||||
"pg": "^8.11.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.32.0"
|
||||
"@backstage/cli": "^0.32.1"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
|
|
|||
|
|
@ -43,13 +43,13 @@
|
|||
},
|
||||
"configSchema": "config.d.ts",
|
||||
"dependencies": {
|
||||
"@backstage/backend-defaults": "^0.9.0",
|
||||
"@backstage/backend-plugin-api": "^1.3.0",
|
||||
"@backstage/catalog-client": "^1.9.1",
|
||||
"@backstage/catalog-model": "^1.7.3",
|
||||
"@backstage/backend-defaults": "^0.10.0",
|
||||
"@backstage/backend-plugin-api": "^1.3.1",
|
||||
"@backstage/catalog-client": "^1.10.0",
|
||||
"@backstage/catalog-model": "^1.7.4",
|
||||
"@backstage/config": "^1.3.2",
|
||||
"@backstage/errors": "^1.2.7",
|
||||
"@backstage/plugin-auth-node": "^0.6.2",
|
||||
"@backstage/plugin-auth-node": "^0.6.3",
|
||||
"axios": "^1.7.4",
|
||||
"express": "^4.18.2",
|
||||
"lodash": "^4.17.21",
|
||||
|
|
@ -57,8 +57,8 @@
|
|||
"yn": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/backend-test-utils": "^1.4.0",
|
||||
"@backstage/cli": "^0.32.0",
|
||||
"@backstage/backend-test-utils": "^1.5.0",
|
||||
"@backstage/cli": "^0.32.1",
|
||||
"@types/express": "4.17.23",
|
||||
"@types/supertest": "2.0.16",
|
||||
"msw": "1.3.5",
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@
|
|||
"typestyle": "^2.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.32.0",
|
||||
"@backstage/cli": "^0.32.1",
|
||||
"@types/lodash": "^4.14.151"
|
||||
},
|
||||
"files": [
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@backstage-community/plugin-kiali-common": "workspace:^",
|
||||
"@backstage/core-plugin-api": "^1.10.6",
|
||||
"@backstage/core-plugin-api": "^1.10.7",
|
||||
"@material-ui/core": "^4.9.13",
|
||||
"@patternfly/react-core": "^5.1.1",
|
||||
"@patternfly/react-icons": "^5.1.1",
|
||||
|
|
@ -48,9 +48,9 @@
|
|||
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.32.0",
|
||||
"@backstage/dev-utils": "^1.1.9",
|
||||
"@backstage/test-utils": "^1.7.7",
|
||||
"@backstage/cli": "^0.32.1",
|
||||
"@backstage/dev-utils": "^1.1.10",
|
||||
"@backstage/test-utils": "^1.7.8",
|
||||
"@testing-library/jest-dom": "^6.0.0",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"react": "^16.13.1 || ^17.0.0 || ^18.0.0"
|
||||
|
|
|
|||
|
|
@ -32,10 +32,10 @@
|
|||
"dependencies": {
|
||||
"@backstage-community/plugin-kiali-common": "workspace:^",
|
||||
"@backstage-community/plugin-kiali-react": "workspace:^",
|
||||
"@backstage/catalog-model": "^1.7.3",
|
||||
"@backstage/core-components": "^0.17.1",
|
||||
"@backstage/core-plugin-api": "^1.10.6",
|
||||
"@backstage/plugin-catalog-react": "^1.17.0",
|
||||
"@backstage/catalog-model": "^1.7.4",
|
||||
"@backstage/core-components": "^0.17.2",
|
||||
"@backstage/core-plugin-api": "^1.10.7",
|
||||
"@backstage/plugin-catalog-react": "^1.18.0",
|
||||
"@material-ui/core": "^4.9.13",
|
||||
"@material-ui/icons": "^4.11.3",
|
||||
"@material-ui/lab": "^4.0.0-alpha.45",
|
||||
|
|
@ -75,9 +75,9 @@
|
|||
"react-router-dom": "^6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.32.0",
|
||||
"@backstage/dev-utils": "^1.1.9",
|
||||
"@backstage/test-utils": "^1.7.7",
|
||||
"@backstage/cli": "^0.32.1",
|
||||
"@backstage/dev-utils": "^1.1.10",
|
||||
"@backstage/test-utils": "^1.7.8",
|
||||
"@testing-library/dom": "^10.0.0",
|
||||
"@testing-library/jest-dom": "^6.0.0",
|
||||
"@testing-library/react": "^15.0.0",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue