@backstage/integration@0.2.0
Minor Changes
- 466354a: Build out the
ScmIntegrations
class, as well as the individual*Integration
classes
@backstage/backend-common@0.4.3
Patch Changes
- Updated dependencies [466354a]
- @backstage/integration@0.2.0
@backstage/catalog-model@0.6.1
Patch Changes
- f3b064e: Export the
schemaValidator
helper function. - abbee6f: Implement System, Domain and Resource entity kinds.
- 147fadc: Add subcomponentOf to Component kind to represent subsystems of larger components.
@backstage/cli@0.4.6
Patch Changes
- 94fdf49: Get rid of all usages of @octokit/types, and bump the rest of the octokit dependencies to the latest version
- 08e9893: Handle no npm info
- 9cf71f8: Added experimental
create-github-app
command.
@backstage/core@0.4.4
Patch Changes
- 265a7ab: Fix issue where
SidebarItem
withonClick
and withoutto
renders an inaccessible div. It now renders a button.
@backstage/create-app@0.3.5
Patch Changes
-
94fdf49: Get rid of all usages of @octokit/types, and bump the rest of the octokit dependencies to the latest version
-
cc068c0: Bump the gitbeaker dependencies to 28.x.
To update your own installation, go through the
package.json
files of all of
your packages, and ensure that all dependencies on@gitbeaker/node
or
@gitbeaker/core
are at version^28.0.2
. Then runyarn install
at the root
of your repo.
@backstage/techdocs-common@0.3.3
Patch Changes
-
68ad5af: Improve techdocs-common Generator API for it to be used by techdocs-cli. TechDocs generator.run function now takes
an input AND an output directory. Most probably you use techdocs-common via plugin-techdocs-backend, and so there
is no breaking change for you.
But if you use techdocs-common separately, you need to create an output directory and pass into the generator. -
371f67e: fix to-string breakage of binary files
-
f1e7477: Fix bug where binary files (
png
, etc.) could not load when using AWS or GCS publisher. -
dbe4450: Google Cloud authentication in TechDocs has been improved.
-
techdocs.publisher.googleGcs.credentials
is now optional. If it is missing,GOOGLE_APPLICATION_CREDENTIALS
environment variable (and some other methods) will be used to authenticate.
Read more here https://cloud.google.com/docs/authentication/production -
techdocs.publisher.googleGcs.projectId
is no longer used. You can remove it from yourapp-config.yaml
.
-
-
5826d09: AWS SDK version bump for TechDocs.
-
b3b9445: AWS S3 authentication in TechDocs has been improved.
-
techdocs.publisher.awsS3.bucketName
is now the only required config.techdocs.publisher.awsS3.credentials
andtechdocs.publisher.awsS3.region
are optional. -
If
techdocs.publisher.awsS3.credentials
andtechdocs.publisher.awsS3.region
are missing, the AWS environment variablesAWS_ACCESS_KEY_ID
,AWS_SECRET_ACCESS_KEY
andAWS_REGION
will be used. There are more better ways of setting up AWS authentication. Read the guide at https://backstage.io/docs/features/techdocs/using-cloud-storage
-
-
Updated dependencies [466354a]
-
Updated dependencies [f3b064e]
-
Updated dependencies [abbee6f]
-
Updated dependencies [147fadc]
- @backstage/integration@0.2.0
- @backstage/catalog-model@0.6.1
- @backstage/backend-common@0.4.3
@backstage/plugin-auth-backend@0.2.10
Patch Changes
- 4685797: Allow blank certificates and support logout URLs in the SAML provider.
- Updated dependencies [f3b064e]
- Updated dependencies [abbee6f]
- Updated dependencies [147fadc]
- @backstage/catalog-model@0.6.1
- @backstage/backend-common@0.4.3
@backstage/plugin-catalog@0.2.11
Patch Changes
-
c004889: Enable catalog table actions for all location types.
The edit button has had support for other providers for a while and there is
no specific reason the View in GitHub cannot work for all locations. This
change also replaces the GitHub icon with the OpenInNew icon. -
Updated dependencies [f3b064e]
-
Updated dependencies [265a7ab]
-
Updated dependencies [abbee6f]
-
Updated dependencies [147fadc]
- @backstage/catalog-model@0.6.1
- @backstage/core@0.4.4
@backstage/plugin-catalog-backend@0.5.3
Patch Changes
- 94fdf49: Get rid of all usages of @octokit/types, and bump the rest of the octokit dependencies to the latest version
- ade6b3b: AWS SDK version bump for Catalog Backend.
- abbee6f: Implement System, Domain and Resource entity kinds.
- 147fadc: Add subcomponentOf to Component kind to represent subsystems of larger components.
- Updated dependencies [f3b064e]
- Updated dependencies [abbee6f]
- Updated dependencies [147fadc]
- @backstage/catalog-model@0.6.1
- @backstage/backend-common@0.4.3
@backstage/plugin-catalog-import@0.3.4
Patch Changes
- 34a01a1: Improve how URLs are analyzed for add/import
- bc40cce: Add more generic descriptions for the catalog-import form.
- 94fdf49: Get rid of all usages of @octokit/types, and bump the rest of the octokit dependencies to the latest version
- be5ac7f: Remove dependency to
@backstage/plugin-catalog-backend
. - Updated dependencies [466354a]
- Updated dependencies [f3b064e]
- Updated dependencies [c004889]
- Updated dependencies [265a7ab]
- Updated dependencies [abbee6f]
- Updated dependencies [147fadc]
- @backstage/integration@0.2.0
- @backstage/catalog-model@0.6.1
- @backstage/plugin-catalog@0.2.11
- @backstage/core@0.4.4
@backstage/plugin-cloudbuild@0.2.6
Patch Changes
- 94fdf49: Get rid of all usages of @octokit/types, and bump the rest of the octokit dependencies to the latest version
- Updated dependencies [f3b064e]
- Updated dependencies [c004889]
- Updated dependencies [265a7ab]
- Updated dependencies [abbee6f]
- Updated dependencies [147fadc]
- @backstage/catalog-model@0.6.1
- @backstage/plugin-catalog@0.2.11
- @backstage/core@0.4.4
@backstage/plugin-github-actions@0.2.7
Patch Changes
- 94fdf49: Get rid of all usages of @octokit/types, and bump the rest of the octokit dependencies to the latest version
- a6f9dca: Remove dependency on
@backstage/core-api
. No plugin should ever depend on that package; it's an internal concern whose important bits are re-exported by@backstage/core
which is the public facing dependency to use. - Updated dependencies [f3b064e]
- Updated dependencies [c004889]
- Updated dependencies [265a7ab]
- Updated dependencies [abbee6f]
- Updated dependencies [147fadc]
- @backstage/catalog-model@0.6.1
- @backstage/plugin-catalog@0.2.11
- @backstage/core@0.4.4
@backstage/plugin-graphiql@0.2.5
Patch Changes
@backstage/plugin-jenkins@0.3.5
Patch Changes
- feabc7f: Handle missing ObjectMetadataAction in Jenkins API
- Updated dependencies [f3b064e]
- Updated dependencies [c004889]
- Updated dependencies [265a7ab]
- Updated dependencies [abbee6f]
- Updated dependencies [147fadc]
- @backstage/catalog-model@0.6.1
- @backstage/plugin-catalog@0.2.11
- @backstage/core@0.4.4
@backstage/plugin-kubernetes@0.3.4
Patch Changes
- 5a9a7e7: Revamped Kubernetes UI and added error reporting/detection
- 3e7c09c: Minor updates to display of errors
- Updated dependencies [5a9a7e7]
- Updated dependencies [f3b064e]
- Updated dependencies [265a7ab]
- Updated dependencies [abbee6f]
- Updated dependencies [147fadc]
- @backstage/plugin-kubernetes-backend@0.2.4
- @backstage/catalog-model@0.6.1
- @backstage/core@0.4.4
@backstage/plugin-kubernetes-backend@0.2.4
Patch Changes
- 5a9a7e7: Revamped Kubernetes UI and added error reporting/detection
- Updated dependencies [f3b064e]
- Updated dependencies [abbee6f]
- Updated dependencies [147fadc]
- @backstage/catalog-model@0.6.1
- @backstage/backend-common@0.4.3
@backstage/plugin-lighthouse@0.2.7
Patch Changes
- cf7df3b: Strip trailing slash from url when creating a new audit. This change prevents duplicate audits from being displayed in the audit list.
- a6f9dca: Remove dependency on
@backstage/core-api
. No plugin should ever depend on that package; it's an internal concern whose important bits are re-exported by@backstage/core
which is the public facing dependency to use. - Updated dependencies [f3b064e]
- Updated dependencies [c004889]
- Updated dependencies [265a7ab]
- Updated dependencies [abbee6f]
- Updated dependencies [147fadc]
- @backstage/catalog-model@0.6.1
- @backstage/plugin-catalog@0.2.11
- @backstage/core@0.4.4
@backstage/plugin-org@0.3.3
Patch Changes
- f573cf3: Fixed - normalizing strings for comparison when ignoring when one is in low case.
- Updated dependencies [f3b064e]
- Updated dependencies [c004889]
- Updated dependencies [265a7ab]
- Updated dependencies [abbee6f]
- Updated dependencies [147fadc]
- @backstage/catalog-model@0.6.1
- @backstage/plugin-catalog@0.2.11
- @backstage/core@0.4.4
@backstage/plugin-scaffolder-backend@0.4.1
Patch Changes
-
94fdf49: Get rid of all usages of @octokit/types, and bump the rest of the octokit dependencies to the latest version
-
cc068c0: Bump the gitbeaker dependencies to 28.x.
To update your own installation, go through the
package.json
files of all of
your packages, and ensure that all dependencies on@gitbeaker/node
or
@gitbeaker/core
are at version^28.0.2
. Then runyarn install
at the root
of your repo. -
711ba55: Export all preparers and publishers properly
-
Updated dependencies [466354a]
-
Updated dependencies [f3b064e]
-
Updated dependencies [abbee6f]
-
Updated dependencies [147fadc]
- @backstage/integration@0.2.0
- @backstage/catalog-model@0.6.1
- @backstage/backend-common@0.4.3
@backstage/plugin-techdocs@0.5.3
Patch Changes
-
dbe4450: Google Cloud authentication in TechDocs has been improved.
-
techdocs.publisher.googleGcs.credentials
is now optional. If it is missing,GOOGLE_APPLICATION_CREDENTIALS
environment variable (and some other methods) will be used to authenticate.
Read more here https://cloud.google.com/docs/authentication/production -
techdocs.publisher.googleGcs.projectId
is no longer used. You can remove it from yourapp-config.yaml
.
-
-
a6f9dca: Remove dependency on
@backstage/core-api
. No plugin should ever depend on that package; it's an internal concern whose important bits are re-exported by@backstage/core
which is the public facing dependency to use. -
b3b9445: AWS S3 authentication in TechDocs has been improved.
-
techdocs.publisher.awsS3.bucketName
is now the only required config.techdocs.publisher.awsS3.credentials
andtechdocs.publisher.awsS3.region
are optional. -
If
techdocs.publisher.awsS3.credentials
andtechdocs.publisher.awsS3.region
are missing, the AWS environment variablesAWS_ACCESS_KEY_ID
,AWS_SECRET_ACCESS_KEY
andAWS_REGION
will be used. There are more better ways of setting up AWS authentication. Read the guide at https://backstage.io/docs/features/techdocs/using-cloud-storage
-
-
e5d12f7: Use
history.pushState
for hash link navigation. -
Updated dependencies [68ad5af]
-
Updated dependencies [f3b064e]
-
Updated dependencies [371f67e]
-
Updated dependencies [f1e7477]
-
Updated dependencies [dbe4450]
-
Updated dependencies [c004889]
-
Updated dependencies [265a7ab]
-
Updated dependencies [5826d09]
-
Updated dependencies [b3b9445]
-
Updated dependencies [abbee6f]
-
Updated dependencies [147fadc]
- @backstage/techdocs-common@0.3.3
- @backstage/catalog-model@0.6.1
- @backstage/plugin-catalog@0.2.11
- @backstage/core@0.4.4
@backstage/plugin-techdocs-backend@0.5.3
Patch Changes
- 68ad5af: Improve techdocs-common Generator API for it to be used by techdocs-cli. TechDocs generator.run function now takes
an input AND an output directory. Most probably you use techdocs-common via plugin-techdocs-backend, and so there
is no breaking change for you.
But if you use techdocs-common separately, you need to create an output directory and pass into the generator. - cb7af51: If using Url Reader, cache downloaded source files for 30 minutes.
- Updated dependencies [68ad5af]
- Updated dependencies [f3b064e]
- Updated dependencies [371f67e]
- Updated dependencies [f1e7477]
- Updated dependencies [dbe4450]
- Updated dependencies [5826d09]
- Updated dependencies [b3b9445]
- Updated dependencies [abbee6f]
- Updated dependencies [147fadc]
- @backstage/techdocs-common@0.3.3
- @backstage/catalog-model@0.6.1
- @backstage/backend-common@0.4.3
example-backend@0.2.11
Patch Changes
-
cc068c0: Bump the gitbeaker dependencies to 28.x.
To update your own installation, go through the
package.json
files of all of
your packages, and ensure that all dependencies on@gitbeaker/node
or
@gitbeaker/core
are at version^28.0.2
. Then runyarn install
at the root
of your repo. -
Updated dependencies [68ad5af]
-
Updated dependencies [5a9a7e7]
-
Updated dependencies [f3b064e]
-
Updated dependencies [94fdf49]
-
Updated dependencies [cc068c0]
-
Updated dependencies [ade6b3b]
-
Updated dependencies [4685797]
-
Updated dependencies [cb7af51]
-
Updated dependencies [abbee6f]
-
Updated dependencies [147fadc]
-
Updated dependencies [711ba55]
- @backstage/plugin-techdocs-backend@0.5.3
- @backstage/plugin-kubernetes-backend@0.2.4
- @backstage/catalog-model@0.6.1
- @backstage/plugin-catalog-backend@0.5.3
- @backstage/plugin-scaffolder-backend@0.4.1
- @backstage/plugin-auth-backend@0.2.10
- @backstage/backend-common@0.4.3