Skip to content

Releases: giantswarm/backstage-catalog-importer

v0.12.0

28 Mar 09:52
8375790
Compare
Choose a tag to compare

Added

  • Add the tag helmchart if the component provides one or more Helm charts.
  • Add annotations regarding Helm charts to exported component entities, in case the component provides one or several charts:
    • giantswarm.io/helmchart-app-versions: a list of upstream app versions provided by the component's helm charts, separated by comma.
    • giantswarm.io/helmchart-versions: a list of Helm chart versions provided by the component, separated by comma.
    • giantswarm.io/helmcharts: a list of names of the Helm charts provided by the component, separated by comma.

v0.11.2

25 Mar 14:46
b9430c8
Compare
Choose a tag to compare

Changed

  • Modify annotation keys:
    • backstage.giantswarm.io/latest-release-tag changed to giantswarm.io/latest-release-tag
    • backstage.giantswarm.io/latest-release-date changed to giantswarm.io/latest-release-date

v0.11.1

15 Mar 12:54
ded0f09
Compare
Choose a tag to compare

Fixed

  • Fixed nil pointer dereference problem

v0.11.0

15 Mar 10:27
1c3685b
Compare
Choose a tag to compare

Added

  • Add annotations about the latest release of a component entity:
    • backstage.giantswarm.io/latest-release-tag
    • backstage.giantswarm.io/latest-release-date
  • Add tag no-releases in case there are no releases for a component
  • Adds tag defaultbranch:master if the component repo uses master as the default branch name

Removed

  • Remove dependabotRemove key from repositories data processing

v0.10.0

26 Feb 08:26
5fe795d
Compare
Choose a tag to compare

Added

  • Add support for the deploymentNames field in repository metadata.

v0.9.0

07 Feb 08:07
d4631b6
Compare
Choose a tag to compare

Added

  • For components of type "service", we add kubernetes-id annotation.

v0.8.0

16 Jan 07:59
b3d2281
Compare
Choose a tag to compare

Added

  • For components of type "service", we add a list of possible deployment names.

v0.7.0

22 Sep 08:13
5593aac
Compare
Choose a tag to compare

Changed

  • Export one file per entity kind instead of one common file.

Removed

  • Removed --format flag and ability to export a Kubernetes ConfigMap.

v0.6.0

19 Sep 09:15
ae370ac
Compare
Choose a tag to compare

Added

  • Add reporting for Go dependencies that are used by other components in the catalog, but not imported into the catalog. This appears in the end of every workflow run log.

v0.5.0

14 Sep 10:03
1af209c
Compare
Choose a tag to compare
  • Add OpsGenie related entity annotations.