diff --git a/.github/workflows/manifest-modified.yaml b/.github/workflows/manifest-modified.yaml new file mode 100644 index 0000000..02ebf0e --- /dev/null +++ b/.github/workflows/manifest-modified.yaml @@ -0,0 +1,15 @@ +name: NetBox plugin manifest modified + +on: + push: + branches: [ master ] + 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 diff --git a/netbox-plugin.yaml b/netbox-plugin.yaml new file mode 100644 index 0000000..3505bad --- /dev/null +++ b/netbox-plugin.yaml @@ -0,0 +1,15 @@ +version: 0.1 +package_name: netbox-floorplan-plugin +compatibility: + - release: 0.4.0 + netbox_min: 4.0.2 + netbox_max: 4.0.10 + - release: 0.3.6 + netbox_min: 3.5.2 + netbox_max: 3.7.8 + - release: 0.3.3 + netbox_min: 3.7.2 + netbox_max: 3.7.5 + - release: 0.3.2 + netbox_min: 3.5.1 + netbox_max: 3.7.2