Skip to content

Commit

Permalink
Modify release and product with the new teamplate
Browse files Browse the repository at this point in the history
Signed-off-by: Andreea Andrisan <[email protected]>
  • Loading branch information
AAndrisa committed Nov 25, 2024
1 parent 5337d92 commit 2e4e9b6
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: backstage.io/v1alpha1
kind: Component
apiVersion: analog.com/v1alpha1
kind: Product
metadata:
title: libiio
name: libiio
Expand All @@ -18,8 +18,8 @@ metadata:
transceivers. You can use libiio natively on an embedded Linux target (local
mode), or use libiio to communicate remotely to that same target from a host
Linux, Windows or MAC over USB or Ethernet or Serial.
productType: software product
organization: group:default/sw-customer-solutions-enablement
distributionRegion: global
links:
- url: https://github.com/analogdevicesinc/libiio
title: GitHub
Expand All @@ -35,22 +35,20 @@ metadata:
- linux
- cmake
annotations:
backstage.io/edit-url: https://github.com/analogdevicesinc/libiio/blob/main/catalog-info.yaml
backstage.io/source-location: url:https://github.com/analogdevicesinc/libiio.git
spec:
type: product
type: software-product
lifecycle: execution
system: system:default/analog-devices-products
owner: group:default/libiio-sw-team
---
apiVersion: backstage.io/v1alpha1
kind: Component
apiVersion: analog.com/v1alpha1
kind: Release
metadata:
title: libiio 0.25.0
name: libiio-0.25.0
description: "-"
releaseDate: 2023-08-11
releaseType: minor
qualityLevel: alpha
licenseType: open-source
applicationType: desktop
Expand All @@ -60,24 +58,22 @@ metadata:
redistributionRights: source
version: 0.25.0
annotations:
backstage.io/edit-url: https://github.com/analogdevicesinc/libiio/blob/main/catalog-info.yaml
backstage.io/source-location: url:https://github.com/analogdevicesinc/libiio.git
spec:
type: release
type: minor
lifecycle: release
owner: user:default/mhenneri
subcomponentOf: component:default/libiio
dependsOn:
- component:default/libiio-source-0.25.0
---
apiVersion: backstage.io/v1alpha1
kind: Component
apiVersion: analog.com/v1alpha1
kind: Release
metadata:
title: libiio 0.26.0
name: libiio-0.26.0
description: "-"
releaseDate: 2024-08-26
releaseType: minor
qualityLevel: alpha
licenseType: open-source
applicationType: desktop
Expand All @@ -87,10 +83,9 @@ metadata:
redistributionRights: source
version: 0.26.0
annotations:
backstage.io/edit-url: https://github.com/analogdevicesinc/libiio/blob/main/catalog-info.yaml
backstage.io/source-location: url:https://github.com/analogdevicesinc/libiio.git
spec:
type: release
type: minor
lifecycle: release
owner: user:default/mhenneri
subcomponentOf: component:default/libiio
Expand Down Expand Up @@ -134,7 +129,6 @@ metadata:
- cmake
- c
annotations:
backstage.io/edit-url: https://github.com/analogdevicesinc/libiio/blob/main/catalog-info.yaml
backstage.io/source-location: url:https://github.com/analogdevicesinc/libiio.git
spec:
type: library
Expand Down Expand Up @@ -162,7 +156,6 @@ metadata:
- linux
- cmake
annotations:
backstage.io/edit-url: https://github.com/analogdevicesinc/libiio/blob/main/catalog-info.yaml
backstage.io/source-location: url:https://github.com/analogdevicesinc/libiio/releases/tag/v0.25
hub.blackduck/project-name: oa_libiio
hub.blackduck/project-version: "0.25"
Expand Down Expand Up @@ -193,7 +186,6 @@ metadata:
- linux
- cmake
annotations:
backstage.io/edit-url: https://github.com/analogdevicesinc/libiio/blob/main/catalog-info.yaml
backstage.io/source-location: url:https://github.com/analogdevicesinc/libiio/releases/tag/v0.26-rc.1
hub.blackduck/project-name: oa_libiio
hub.blackduck/project-version: "0.26-rc.1"
Expand Down

0 comments on commit 2e4e9b6

Please sign in to comment.