Skip to content

Releases: giantswarm/backstage-catalog-importer

v0.4.0

22 Aug 11:56
fbd492d
Compare
Choose a tag to compare

Removed

  • Remove catalog data export from static YAML files.

v0.3.1

21 Aug 11:44
20cffa9
Compare
Choose a tag to compare
  • Fix dashboard selector.

v0.3.0

21 Aug 10:05
c2b72cc
Compare
Choose a tag to compare
  • Add grafana/dashboard-selector annotation to Group entities, to enable showing of dashboards for teams, by @marians in #35

Full Changelog: v0.2.1...v0.3.0

v0.2.1

18 Aug 12:37
595b74b
Compare
Choose a tag to compare
  • Simplify SBOM query, use slices for sorting and uniqueness by @marians in #32

Full Changelog: v0.2.0...v0.2.1

v0.2.0

17 Aug 16:29
2c0e6c9
Compare
Choose a tag to compare

Added

  • For components of type "service", we add a Grafana dashboard link.
  • Export catalog data from static YAML files.
  • Accept system property when reading repository data.

Removed

  • Removed debug logging on dependencies found.

v0.1.0

16 Aug 13:27
567abee
Compare
Choose a tag to compare

Added

  • Export dependsOn relationships between a Go component and the libraries it is using (if the library is ours).

v0.0.9

08 Aug 10:17
19b5e29
Compare
Choose a tag to compare

Added

  • Set a component type based on the data read from giantswarm/github.

v0.0.8

07 Aug 09:30
bc79781
Compare
Choose a tag to compare

Fixed

  • Accept componentType property when reading repository data.

v0.0.7

02 Aug 16:11
e8e1167
Compare
Choose a tag to compare

Added

  • Add backstage.io/techdocs-ref annotation for components (only if /README.md is present).

Changed

  • Only create circleci.com/project-slug annotation on component if there is a .circleci/config.yml file.

v0.0.6

27 Jul 12:39
e13781f
Compare
Choose a tag to compare

Added

  • Export repository descriptions to component entities.
  • Export repository visibility (private) to component entity tags.