Skip to content

Commit

Permalink
Merge pull request #41 from netboxlabs/feat/ENG-3602_plugin_manifest
Browse files Browse the repository at this point in the history
ENG-3602 Initial manifest and trigger
  • Loading branch information
natm authored Oct 14, 2024
2 parents 962e2d5 + a602394 commit 5d04577
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/manifest-modified.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: NetBox plugin manifest modified

on:
push:
branches: [ develop ]
paths:
- netbox-plugin.yaml

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false

jobs:
manifest-modified:
uses: netboxlabs/public-workflows/.github/workflows/reusable-plugin-manifest-modified.yml@release
15 changes: 15 additions & 0 deletions netbox-plugin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 0.1
package_name: netboxlabs-diode-netbox-plugin
compatibility:
- release: 0.5.1
netbox_min: 4.1.0
netbox_max: 4.1.3
- release: 0.5.0
netbox_min: 4.1.0
netbox_max: 4.1.3
- release: 0.3.0
netbox_min: 4.0.8
netbox_max: 4.0.9
- release: 0.2.1
netbox_min: 3.7.2
netbox_max: 4.0.8

0 comments on commit 5d04577

Please sign in to comment.