Version Packages

This commit is contained in:
github-actions[bot]
2020-12-17 10:16:33 +00:00
parent 9d7b50f2f3
commit 6e9f4d4a15
101 changed files with 862 additions and 432 deletions
+39
View File
@@ -1,5 +1,44 @@
# example-app
## 0.2.7
### Patch Changes
- Updated dependencies [c0fac6163]
- Updated dependencies [48c305e69]
- Updated dependencies [c911061b7]
- Updated dependencies [ab805860a]
- Updated dependencies [dae4f3983]
- Updated dependencies [8ef71ed32]
- Updated dependencies [0e6298f7e]
- Updated dependencies [f3e75508d]
- Updated dependencies [3b50f833d]
- Updated dependencies [c36a01b4c]
- Updated dependencies [c5297baeb]
- Updated dependencies [ac3560b42]
- Updated dependencies [962d1ad66]
- @backstage/plugin-org@0.3.2
- @backstage/plugin-cost-insights@0.5.2
- @backstage/catalog-model@0.6.0
- @backstage/plugin-techdocs@0.5.0
- @backstage/core@0.4.1
- @backstage/plugin-catalog-import@0.3.2
- @backstage/plugin-pagerduty@0.2.3
- @backstage/cli@0.4.2
- @backstage/plugin-sentry@0.3.1
- @backstage/plugin-api-docs@0.4.1
- @backstage/plugin-catalog@0.2.7
- @backstage/plugin-circleci@0.2.5
- @backstage/plugin-cloudbuild@0.2.5
- @backstage/plugin-github-actions@0.2.5
- @backstage/plugin-jenkins@0.3.4
- @backstage/plugin-kubernetes@0.3.3
- @backstage/plugin-lighthouse@0.2.6
- @backstage/plugin-register-component@0.2.5
- @backstage/plugin-rollbar@0.2.7
- @backstage/plugin-scaffolder@0.3.4
- @backstage/plugin-search@0.2.4
## 0.2.6
### Patch Changes
+22 -22
View File
@@ -1,36 +1,36 @@
{
"name": "example-app",
"version": "0.2.6",
"version": "0.2.7",
"private": true,
"bundled": true,
"dependencies": {
"@backstage/catalog-model": "^0.5.0",
"@backstage/cli": "^0.4.1",
"@backstage/core": "^0.4.0",
"@backstage/plugin-api-docs": "^0.4.0",
"@backstage/plugin-catalog": "^0.2.6",
"@backstage/plugin-catalog-import": "^0.3.1",
"@backstage/plugin-circleci": "^0.2.4",
"@backstage/plugin-cloudbuild": "^0.2.4",
"@backstage/plugin-cost-insights": "^0.5.0",
"@backstage/catalog-model": "^0.6.0",
"@backstage/cli": "^0.4.2",
"@backstage/core": "^0.4.1",
"@backstage/plugin-api-docs": "^0.4.1",
"@backstage/plugin-catalog": "^0.2.7",
"@backstage/plugin-catalog-import": "^0.3.2",
"@backstage/plugin-circleci": "^0.2.5",
"@backstage/plugin-cloudbuild": "^0.2.5",
"@backstage/plugin-cost-insights": "^0.5.2",
"@backstage/plugin-explore": "^0.2.2",
"@backstage/plugin-gcp-projects": "^0.2.2",
"@backstage/plugin-github-actions": "^0.2.4",
"@backstage/plugin-github-actions": "^0.2.5",
"@backstage/plugin-gitops-profiles": "^0.2.2",
"@backstage/plugin-graphiql": "^0.2.2",
"@backstage/plugin-org": "^0.3.1",
"@backstage/plugin-jenkins": "^0.3.3",
"@backstage/plugin-kubernetes": "^0.3.2",
"@backstage/plugin-lighthouse": "^0.2.5",
"@backstage/plugin-org": "^0.3.2",
"@backstage/plugin-jenkins": "^0.3.4",
"@backstage/plugin-kubernetes": "^0.3.3",
"@backstage/plugin-lighthouse": "^0.2.6",
"@backstage/plugin-newrelic": "^0.2.2",
"@backstage/plugin-pagerduty": "0.2.2",
"@backstage/plugin-register-component": "^0.2.4",
"@backstage/plugin-rollbar": "^0.2.6",
"@backstage/plugin-scaffolder": "^0.3.3",
"@backstage/plugin-sentry": "^0.3.0",
"@backstage/plugin-search": "^0.2.3",
"@backstage/plugin-pagerduty": "0.2.3",
"@backstage/plugin-register-component": "^0.2.5",
"@backstage/plugin-rollbar": "^0.2.7",
"@backstage/plugin-scaffolder": "^0.3.4",
"@backstage/plugin-sentry": "^0.3.1",
"@backstage/plugin-search": "^0.2.4",
"@backstage/plugin-tech-radar": "^0.3.1",
"@backstage/plugin-techdocs": "^0.4.0",
"@backstage/plugin-techdocs": "^0.5.0",
"@backstage/plugin-user-settings": "^0.2.3",
"@backstage/plugin-welcome": "^0.2.3",
"@backstage/test-utils": "^0.1.5",
+11
View File
@@ -1,5 +1,16 @@
# @backstage/backend-common
## 0.4.1
### Patch Changes
- 1d1c2860f: Implement readTree on BitBucketUrlReader and getBitbucketDownloadUrl
- 4eafdec4a: Introduce readTree method for GitLab URL Reader
- Updated dependencies [1d1c2860f]
- Updated dependencies [4eafdec4a]
- Updated dependencies [178e09323]
- @backstage/integration@0.1.4
## 0.4.0
### Minor Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-common",
"description": "Common functionality library for Backstage backends",
"version": "0.4.0",
"version": "0.4.1",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -32,7 +32,7 @@
"@backstage/cli-common": "^0.1.1",
"@backstage/config": "^0.1.2",
"@backstage/config-loader": "^0.4.0",
"@backstage/integration": "^0.1.3",
"@backstage/integration": "^0.1.4",
"@types/cors": "^2.8.6",
"@types/express": "^4.17.6",
"archiver": "^5.0.2",
@@ -65,7 +65,7 @@
}
},
"devDependencies": {
"@backstage/cli": "^0.4.1",
"@backstage/cli": "^0.4.2",
"@backstage/test-utils": "^0.1.5",
"@types/archiver": "^3.1.1",
"@types/compression": "^1.7.0",
+30
View File
@@ -1,5 +1,35 @@
# example-backend
## 0.2.7
### Patch Changes
- Updated dependencies [c6eeefa35]
- Updated dependencies [fb386b760]
- Updated dependencies [c911061b7]
- Updated dependencies [7c3ffc0cd]
- Updated dependencies [dae4f3983]
- Updated dependencies [7b15cc271]
- Updated dependencies [e7496dc3e]
- Updated dependencies [1d1c2860f]
- Updated dependencies [0e6298f7e]
- Updated dependencies [8dd0a906d]
- Updated dependencies [4eafdec4a]
- Updated dependencies [6b37c95bf]
- Updated dependencies [8c31c681c]
- Updated dependencies [7b98e7fee]
- Updated dependencies [ac3560b42]
- Updated dependencies [94c65a9d4]
- Updated dependencies [0097057ed]
- @backstage/plugin-catalog-backend@0.5.0
- @backstage/catalog-model@0.6.0
- @backstage/plugin-techdocs-backend@0.4.0
- @backstage/plugin-auth-backend@0.2.7
- @backstage/backend-common@0.4.1
- @backstage/plugin-scaffolder-backend@0.3.5
- example-app@0.2.7
- @backstage/plugin-kubernetes-backend@0.2.3
## 0.2.6
### Patch Changes
+10 -10
View File
@@ -1,6 +1,6 @@
{
"name": "example-backend",
"version": "0.2.6",
"version": "0.2.7",
"main": "dist/index.cjs.js",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -27,23 +27,23 @@
"migrate:create": "knex migrate:make -x ts"
},
"dependencies": {
"@backstage/backend-common": "^0.4.0",
"@backstage/catalog-model": "^0.5.0",
"@backstage/backend-common": "^0.4.1",
"@backstage/catalog-model": "^0.6.0",
"@backstage/config": "^0.1.2",
"@backstage/plugin-app-backend": "^0.3.3",
"@backstage/plugin-auth-backend": "^0.2.6",
"@backstage/plugin-catalog-backend": "^0.4.0",
"@backstage/plugin-auth-backend": "^0.2.7",
"@backstage/plugin-catalog-backend": "^0.5.0",
"@backstage/plugin-graphql-backend": "^0.1.4",
"@backstage/plugin-kubernetes-backend": "^0.2.2",
"@backstage/plugin-kubernetes-backend": "^0.2.3",
"@backstage/plugin-proxy-backend": "^0.2.3",
"@backstage/plugin-rollbar-backend": "^0.1.5",
"@backstage/plugin-scaffolder-backend": "^0.3.4",
"@backstage/plugin-techdocs-backend": "^0.3.2",
"@backstage/plugin-scaffolder-backend": "^0.3.5",
"@backstage/plugin-techdocs-backend": "^0.4.0",
"@gitbeaker/node": "^25.2.0",
"@octokit/rest": "^18.0.0",
"azure-devops-node-api": "^10.1.1",
"dockerode": "^3.2.1",
"example-app": "^0.2.6",
"example-app": "^0.2.7",
"express": "^4.17.1",
"express-promise-router": "^3.0.3",
"knex": "^0.21.6",
@@ -53,7 +53,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.4.1",
"@backstage/cli": "^0.4.2",
"@types/dockerode": "^3.2.1",
"@types/express": "^4.17.6",
"@types/express-serve-static-core": "^4.17.5",
+9
View File
@@ -1,5 +1,14 @@
# @backstage/catalog-client
## 0.3.4
### Patch Changes
- Updated dependencies [c911061b7]
- Updated dependencies [0e6298f7e]
- Updated dependencies [ac3560b42]
- @backstage/catalog-model@0.6.0
## 0.3.3
### Patch Changes
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/catalog-client",
"version": "0.3.3",
"version": "0.3.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -29,12 +29,12 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/catalog-model": "^0.5.0",
"@backstage/catalog-model": "^0.6.0",
"@backstage/config": "^0.1.2",
"cross-fetch": "^3.0.6"
},
"devDependencies": {
"@backstage/cli": "^0.4.1",
"@backstage/cli": "^0.4.2",
"@types/jest": "^26.0.7",
"msw": "^0.21.2"
},
+13
View File
@@ -1,5 +1,18 @@
# @backstage/catalog-model
## 0.6.0
### Minor Changes
- ac3560b42: Remove `implementsApis` from `Component` entities. Deprecation happened in [#3449](https://github.com/backstage/backstage/pull/3449).
Use `providesApis` instead.
### Patch Changes
- c911061b7: Introduce a `profile` section for group entities that can optional include a
`displayName`, `email` and `picture`.
- 0e6298f7e: Ignore relations when comparing entities. This stops the refresh loop from rewriting entities over and over.
## 0.5.0
### Minor Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/catalog-model",
"version": "0.5.0",
"version": "0.6.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -38,7 +38,7 @@
"yup": "^0.29.3"
},
"devDependencies": {
"@backstage/cli": "^0.4.1",
"@backstage/cli": "^0.4.2",
"@types/express": "^4.17.6",
"@types/jest": "^26.0.7",
"@types/lodash": "^4.14.151",
+6
View File
@@ -1,5 +1,11 @@
# @backstage/cli
## 0.4.2
### Patch Changes
- c36a01b4c: Re-enable symlink resolution during bundling, and switch to using a resolve plugin for external linked packages.
## 0.4.1
### Patch Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/cli",
"description": "CLI for developing Backstage plugins and apps",
"version": "0.4.1",
"version": "0.4.2",
"private": false,
"publishConfig": {
"access": "public"
@@ -111,9 +111,9 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/backend-common": "^0.4.0",
"@backstage/backend-common": "^0.4.1",
"@backstage/config": "^0.1.2",
"@backstage/core": "^0.4.0",
"@backstage/core": "^0.4.1",
"@backstage/dev-utils": "^0.1.6",
"@backstage/test-utils": "^0.1.5",
"@backstage/theme": "^0.2.2",
+6
View File
@@ -1,5 +1,11 @@
# @backstage/core-api
## 0.2.6
### Patch Changes
- 7dd2ef7d1: Use auth provider ID to create unique session storage keys for GitHub and SAML Auth.
## 0.2.5
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/core-api",
"description": "Internal Core API used by Backstage plugins and apps",
"version": "0.2.5",
"version": "0.2.6",
"private": false,
"publishConfig": {
"access": "public",
@@ -43,7 +43,7 @@
"zen-observable": "^0.8.15"
},
"devDependencies": {
"@backstage/cli": "^0.4.1",
"@backstage/cli": "^0.4.2",
"@backstage/test-utils-core": "^0.1.1",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^10.4.1",
+8
View File
@@ -1,5 +1,13 @@
# @backstage/core
## 0.4.1
### Patch Changes
- 8ef71ed32: Add a `<Avatar>` component to `@backstage/core`.
- Updated dependencies [7dd2ef7d1]
- @backstage/core-api@0.2.6
## 0.4.0
### Minor Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/core",
"description": "Core API used by Backstage plugins and apps",
"version": "0.4.0",
"version": "0.4.1",
"private": false,
"publishConfig": {
"access": "public",
@@ -30,7 +30,7 @@
},
"dependencies": {
"@backstage/config": "^0.1.2",
"@backstage/core-api": "^0.2.5",
"@backstage/core-api": "^0.2.6",
"@backstage/theme": "^0.2.2",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
@@ -65,7 +65,7 @@
"zen-observable": "^0.8.15"
},
"devDependencies": {
"@backstage/cli": "^0.4.1",
"@backstage/cli": "^0.4.2",
"@backstage/test-utils": "^0.1.5",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^10.4.1",
+21
View File
@@ -1,5 +1,26 @@
# @backstage/create-app
## 0.2.5
### Patch Changes
- 2783ec018: In the techdocs-backend plugin (`packages/backend/src/plugins/techdocs.ts`), create a publisher using
```
const publisher = Publisher.fromConfig(config, logger, discovery);
```
instead of
```
const publisher = new LocalPublish(logger, discovery);
```
An instance of `publisher` can either be a local filesystem publisher or a Google Cloud Storage publisher.
Read more about the configs here https://backstage.io/docs/features/techdocs/configuration
(You will also have to update `techdocs.storage.type` to `local` or `googleGcs`. And `techdocs.builder` to either `local` or `external`.)
## 0.2.4
### Patch Changes
+17 -17
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/create-app",
"description": "Create app package for Backstage",
"version": "0.2.4",
"version": "0.2.5",
"private": false,
"publishConfig": {
"access": "public"
@@ -37,28 +37,28 @@
"recursive-readdir": "^2.2.2"
},
"devDependencies": {
"@backstage/backend-common": "^0.4.0",
"@backstage/catalog-model": "^0.5.0",
"@backstage/cli": "^0.4.1",
"@backstage/backend-common": "^0.4.1",
"@backstage/catalog-model": "^0.6.0",
"@backstage/cli": "^0.4.2",
"@backstage/config": "^0.1.2",
"@backstage/core": "^0.4.0",
"@backstage/plugin-api-docs": "^0.4.0",
"@backstage/core": "^0.4.1",
"@backstage/plugin-api-docs": "^0.4.1",
"@backstage/plugin-app-backend": "^0.3.3",
"@backstage/plugin-auth-backend": "^0.2.6",
"@backstage/plugin-catalog": "^0.2.6",
"@backstage/plugin-catalog-backend": "^0.4.0",
"@backstage/plugin-circleci": "^0.2.4",
"@backstage/plugin-auth-backend": "^0.2.7",
"@backstage/plugin-catalog": "^0.2.7",
"@backstage/plugin-catalog-backend": "^0.5.0",
"@backstage/plugin-circleci": "^0.2.5",
"@backstage/plugin-explore": "^0.2.2",
"@backstage/plugin-github-actions": "^0.2.4",
"@backstage/plugin-lighthouse": "^0.2.5",
"@backstage/plugin-github-actions": "^0.2.5",
"@backstage/plugin-lighthouse": "^0.2.6",
"@backstage/plugin-proxy-backend": "^0.2.3",
"@backstage/plugin-register-component": "^0.2.4",
"@backstage/plugin-register-component": "^0.2.5",
"@backstage/plugin-rollbar-backend": "^0.1.5",
"@backstage/plugin-scaffolder": "^0.3.3",
"@backstage/plugin-scaffolder-backend": "^0.3.4",
"@backstage/plugin-scaffolder": "^0.3.4",
"@backstage/plugin-scaffolder-backend": "^0.3.5",
"@backstage/plugin-tech-radar": "^0.3.1",
"@backstage/plugin-techdocs": "^0.4.0",
"@backstage/plugin-techdocs-backend": "^0.3.2",
"@backstage/plugin-techdocs": "^0.5.0",
"@backstage/plugin-techdocs-backend": "^0.4.0",
"@backstage/plugin-user-settings": "^0.2.3",
"@backstage/test-utils": "^0.1.5",
"@backstage/theme": "^0.2.2",
+8
View File
@@ -1,5 +1,13 @@
# @backstage/integration
## 0.1.4
### Patch Changes
- 1d1c2860f: Implement readTree on BitBucketUrlReader and getBitbucketDownloadUrl
- 4eafdec4a: Introduce readTree method for GitLab URL Reader
- 178e09323: Validate that integration config contains a valid host
## 0.1.3
### Patch Changes
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/integration",
"version": "0.1.3",
"version": "0.1.4",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,7 +34,7 @@
"git-url-parse": "^11.4.3"
},
"devDependencies": {
"@backstage/cli": "^0.4.1",
"@backstage/cli": "^0.4.2",
"@backstage/test-utils": "^0.1.5",
"@types/jest": "^26.0.7",
"msw": "^0.21.2"
+55
View File
@@ -0,0 +1,55 @@
# @backstage/techdocs-common
## 0.2.0
### Minor Changes
- dae4f3983: _Breaking changes_
1. Added option to use Google Cloud Storage as a choice to store the static generated files for TechDocs.
It can be configured using `techdocs.publisher.type` option in `app-config.yaml`.
Step-by-step guide to configure GCS is available here https://backstage.io/docs/features/techdocs/using-cloud-storage
Set `techdocs.publisher.type` to `'local'` if you want to continue using local filesystem to store TechDocs files.
2. `techdocs.builder` is now required and can be set to `'local'` or `'external'`. (Set it to `'local'` for now, since CI/CD build
workflow for TechDocs will be available soon (in few weeks)).
If builder is set to 'local' and you open a TechDocs page, `techdocs-backend` will try to generate the docs, publish to storage and
show the generated docs afterwords.
If builder is set to `'external'`, `techdocs-backend` will only fetch the docs and will NOT try to generate and publish. In this case of `'external'`,
we assume that docs are being built in the CI/CD pipeline of the repository.
TechDocs will not assume a default value for `techdocs.builder`. It is better to explicitly define it in the `app-config.yaml`.
3. When configuring TechDocs in your backend, there is a difference in how a new publisher is created.
```
--- const publisher = new LocalPublish(logger, discovery);
+++ const publisher = Publisher.fromConfig(config, logger, discovery);
```
Based on the config `techdocs.publisher.type`, the publisher could be either Local publisher or Google Cloud Storage publisher.
4. `techdocs.storageUrl` is now a required config. Should be `http://localhost:7000/api/techdocs/static/docs` in most setups.
5. Parts of `@backstage/plugin-techdocs-backend` have been moved to a new package `@backstage/techdocs-common` to generate docs. Also to publish docs
to-and-fro between TechDocs and a storage (either local or external). However, a Backstage app does NOT need to import the `techdocs-common` package -
app should only import `@backstage/plugin-techdocs` and `@backstage/plugin-techdocs-backend`.
_Patch changes_
1. See all of TechDocs config options and its documentation https://backstage.io/docs/features/techdocs/configuration
2. Logic about serving static files and metadata retrieval have been abstracted away from the router in `techdocs-backend` to the instance of publisher.
3. Removed Material UI Spinner from TechDocs header. Spinners cause unnecessary UX distraction.
Case 1 (when docs are built and are to be served): Spinners appear for a split second before the name of site shows up. This unnecessarily distracts eyes because spinners increase the size of the Header. A dot (.) would do fine. Definitely more can be done.
Case 2 (when docs are being generated): There is already a linear progress bar (which is recommended in Storybook).
### Patch Changes
- Updated dependencies [c911061b7]
- Updated dependencies [1d1c2860f]
- Updated dependencies [0e6298f7e]
- Updated dependencies [4eafdec4a]
- Updated dependencies [ac3560b42]
- @backstage/catalog-model@0.6.0
- @backstage/backend-common@0.4.1
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/techdocs-common",
"description": "Common functionalities for TechDocs, to be shared between techdocs-backend plugin and techdocs-cli",
"version": "0.1.1",
"version": "0.2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -36,8 +36,8 @@
"url": "https://github.com/backstage/backstage/issues"
},
"dependencies": {
"@backstage/backend-common": "^0.4.0",
"@backstage/catalog-model": "^0.5.0",
"@backstage/backend-common": "^0.4.1",
"@backstage/catalog-model": "^0.6.0",
"@backstage/config": "^0.1.2",
"@google-cloud/storage": "^5.6.0",
"@types/dockerode": "^3.2.1",
@@ -55,7 +55,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.4.1",
"@backstage/cli": "^0.4.2",
"@types/fs-extra": "^9.0.5",
"@types/git-url-parse": "^9.0.0",
"@types/js-yaml": "^3.12.5",