diff --git a/integrations/backstage/.port/spec.yaml b/integrations/backstage/.port/spec.yaml index bcd38a62a8..74677d0a01 100644 --- a/integrations/backstage/.port/spec.yaml +++ b/integrations/backstage/.port/spec.yaml @@ -2,7 +2,7 @@ description: Backstage integration for Port Ocean icon: Backstage features: - type: exporter - section: Developer Portal + section: Other resources: - kind: component - kind: system diff --git a/integrations/backstage/CHANGELOG.md b/integrations/backstage/CHANGELOG.md index dc6a013edc..8e114dade6 100644 --- a/integrations/backstage/CHANGELOG.md +++ b/integrations/backstage/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog - Ocean - backstage +## 0.1.1-beta (2024-10-15) + +### Features + +- Changed category to other + + ## 0.1.0-beta (2024-10-15) ### Features diff --git a/integrations/backstage/pyproject.toml b/integrations/backstage/pyproject.toml index b80310568e..300bafe85f 100644 --- a/integrations/backstage/pyproject.toml +++ b/integrations/backstage/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "backstage" -version = "0.1.0-beta" +version = "0.1.1-beta" description = "Importing resources from Backstage IDP" authors = ["Roi Talpaz "]