fix(netbox): pin plugin versions for NetBox 4.4.x compatibility
All checks were successful
Build and Push Docker Images / build (push) Successful in 8s
All checks were successful
Build and Push Docker Images / build (push) Successful in 8s
- netbox-branching: >=0.7.0,<0.8.0 (0.7.x for NetBox 4.4) - netbox-bgp: >=0.17.0,<0.18.0 (0.17.x for NetBox 4.4, 0.18+ requires 4.5)
This commit is contained in:
@@ -4,6 +4,9 @@
|
|||||||
# Liste des plugins à installer dans l'image NetBox
|
# Liste des plugins à installer dans l'image NetBox
|
||||||
# Format: nom-du-package==version (ou sans version pour la dernière)
|
# Format: nom-du-package==version (ou sans version pour la dernière)
|
||||||
#
|
#
|
||||||
|
# IMPORTANT: Les versions sont fixées pour garantir la compatibilité avec
|
||||||
|
# NetBox 4.4.x. Mettre à jour les versions lors du passage à NetBox 4.5+
|
||||||
|
#
|
||||||
# Documentation des plugins:
|
# Documentation des plugins:
|
||||||
# - netbox-branching: Branching et change management (NetBox Labs)
|
# - netbox-branching: Branching et change management (NetBox Labs)
|
||||||
# https://github.com/netboxlabs/netbox-branching
|
# https://github.com/netboxlabs/netbox-branching
|
||||||
@@ -11,15 +14,11 @@
|
|||||||
# https://github.com/netbox-community/netbox-bgp
|
# https://github.com/netbox-community/netbox-bgp
|
||||||
# - netbox-secrets: Gestion des secrets (remplace netbox-secretstore pour NetBox >= 3.5)
|
# - netbox-secrets: Gestion des secrets (remplace netbox-secretstore pour NetBox >= 3.5)
|
||||||
# - netbox-topology-views: Visualisation de topologie réseau
|
# - netbox-topology-views: Visualisation de topologie réseau
|
||||||
# - netbox-documents: Gestion de documents
|
|
||||||
# - netbox-acls: Gestion des ACLs
|
|
||||||
# - netbox-qrcode: Génération de QR codes
|
|
||||||
# - netbox-proxbox: Intégration Proxmox
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|
||||||
# Plugins actifs
|
# Plugins actifs - versions fixées pour NetBox 4.4.x
|
||||||
netboxlabs-netbox-branching
|
netboxlabs-netbox-branching>=0.7.0,<0.8.0
|
||||||
netbox-bgp
|
netbox-bgp>=0.17.0,<0.18.0
|
||||||
netbox-secrets
|
netbox-secrets
|
||||||
netbox-topology-views
|
netbox-topology-views
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user