RoadieHQ / backstage-entity-validator

Validate properties and well known annotations in your Backstage catalog-info.yaml files.
https://roadie.io
68 stars 14 forks source link

Bump @backstage/catalog-model from 1.2.1 to 1.4.0 #66

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @backstage/catalog-model from 1.2.1 to 1.4.0.

Release notes

Sourced from @​backstage/catalog-model's releases.

v1.4.0

These are the release notes for the v1.4.0 release of Backstage.

A huge thanks to the whole team of maintainers and contributors as well as the amazing Backstage Community for the hard work in getting this release developed and done.

Highlights

Search is V1!

Backstage Search is now promoted to v1.0 with a stable Search API for plugin developers to add search to their plugins, and app integrators to expose that to their users.

No additional features are released as part of the major release as the maintainers of the search packages focused on the following for this release:

  • Bug fixes and clean up of deprecations.
  • Improved error handling for missing indices.
  • Separation of AWS Elastic and Open Elastic support.
  • Refactor the packages by moving reusable components from @backstage/plugin-search to @backstage/plugin-search-react.
  • Improved documentation including tutorials for how to Integrate Search into a plugin.

With moving to v1.0 we also recommend using Elasticsearch for production usage. Moving forward, the search maintainers will prioritize the Elasticsearch engine while we’ll rely on the community to maintain the Postgres engine.

Experimental Backend System Evolution

This release adds the new @backstage/backend-app-api and @backstage/backend-plugin-api packages, both part of the evolution of the backend system. These packages are highly experimental and we do not recommend using them for any purpose, yet.

@backstage/cli Deprecation Removals

The @backstage/cli had a large number of deprecated commands removed, for example, app:build is now gone and should be replaced with package build. For a full list of commands that were removed, see the changelog.

@backstage/plugin-auth-backend Deprecation Removals

Many deprecated symbols have now been removed from @backstage/plugin-auth-backend, most notably the provider factories such as createGithubProvider have been removed, which should be replaced with providers.github.create. See the changelog for more details.

New module: @backstage/plugin-api-docs-module-protoc-gen-doc

This is a new module for @backstage/plugin-api-docs that exports a widget implementation for rendering gRPC docs generated by protoc-gen-doc. Contributed by @​kissmikijr #11923.

New module: @backstage/plugin-catalog-backend-module-openapi

This is a new module for @backstage/plugin-catalog-backend that exports a catalog processor which dereferences $ref fields in OpenAPI definitions. Contributed by @​mfrinnstrom #11645.

New plugin: @backstage/plugin-apollo-explorer

A plugin to embed the Apollo Explorer inside your Backstage instance to run queries against GraphQL endpoints. Contributed by @​unredundant #12600.

Security Fixes

@backstage/plugin-scaffolder-backend, please upgrade to the latest version if you are using this module.

Upgrade path

... (truncated)

Changelog

Sourced from @​backstage/catalog-model's changelog.

1.4.0

Minor Changes

  • 33eae4b39a95: Deprecate target field and make targetRef required in common.schema.json

Patch Changes

  • af748a148d52: Add OpenAPI Specification (OAS) v3.1.0 examples.
  • 1df5fc954798: Remove requirement for 'target' property of EntityRelation
  • Updated dependencies
    • @​backstage/types@​1.1.0
    • @​backstage/errors@​1.2.0
    • @​backstage/config@​1.0.8

1.4.0-next.1

Patch Changes

  • af748a148d52: Add OpenAPI Specification (OAS) v3.1.0 examples.
  • Updated dependencies
    • @​backstage/config@​1.0.7
    • @​backstage/errors@​1.2.0-next.0
    • @​backstage/types@​1.0.2

1.4.0-next.0

Minor Changes

  • 33eae4b39a95: Deprecate target field and make targetRef required in common.schema.json

Patch Changes

  • Updated dependencies
    • @​backstage/errors@​1.2.0-next.0
    • @​backstage/config@​1.0.7
    • @​backstage/types@​1.0.2

1.3.0

Minor Changes

  • be9c4228073: Modified the regex for DNS label validation to support IDN domains

Patch Changes

  • Updated dependencies
    • @​backstage/config@​1.0.7
    • @​backstage/errors@​1.1.5
    • @​backstage/types@​1.0.2

... (truncated)

Commits
  • 7d7da6c Version Packages
  • a9d42fc Merge branch 'master' into feature/EKSCatalog
  • 0e967f1 Version Packages (next)
  • 6821bbb Merge branch 'master' into feature/EKSCatalog
  • 72622d9 fix(deps): update dependency yaml to v2
  • 621fa1e Merge branch 'master' into feature/EKSCatalog
  • 6b985dc Version Packages (next)
  • e5c133d Merge pull request #12232 from jpeach/default-parent-entity-policy
  • 33fe809 chore: make the required changes to get the build to pass, and implement revi...
  • c92deff Version Packages (next)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #72.